1. 5a0426a GROOVY-9569: check outers and uppers for static fields by Eric Milles · 4 years ago
  2. fe519e6 Remove email address to avoid receiving potential spam mails. by Daniel Sun · 4 years ago
  3. 850fee6 GROOVY-9566: Default import for Proxy is wrong (#1256) by Daniel.Sun · 4 years ago
  4. aa398d5 Sonar: Replace the type specification in this constructor call with the diamond operator ("<>") by Mariusz W · 4 years ago
  5. ea4a0f8 GROOVY-9548: groovydoc: take property annotations from backing field by Mikko Värri · 4 years ago
  6. 2a4172f GROOVY-9548: groovydoc: use property modifiers (closes #1252) by Mikko Värri · 4 years ago
  7. f8a790f GROOVY-9567: groovydoc: show abstract modifier on abstract methods (closes #1250) by Mikko Värri · 4 years ago
  8. bb9f69b GROOVY-9568: groovydoc: don't try to find ctors from methods (closes #1251) by Mikko Värri · 4 years ago
  9. b8619e8 additional doco for dynamic method selection by Paul King · 4 years ago
  10. 317aeb5 Sonar https://sonarcloud.io/project/issues?id=apache_groovy&issues=AXD-_lfiDC9Fk2pZiX8q&open=AXD-_lfiDC9Fk2pZiX8q by Mariusz W · 4 years ago
  11. 934c184 Add Hyperlink to refactoring with VsCode (closes #1214) by Nicolas Vuillamy · 4 years, 1 month ago
  12. b35f826 initial cut of doco for dynamic method selection by Paul King · 4 years ago
  13. 47fb34b GROOVY-9560: Update Spotbugs/Spotbugs plugin to 4.0.3/4.2.0 by Paul King · 4 years ago
  14. 634de97 bump binary compatibility version by Paul King · 4 years ago
  15. cb6783b add missing license headers by Paul King · 4 years ago
  16. 301d4f4 GROOVY-9559: Bump log4j2 version to 2.13.3 by Paul King · 4 years ago
  17. 1e9650d GROOVY-9545: add extension method for stream->array using class literal (minor refactor) by Paul King · 4 years ago
  18. 1e31f16 GROOVY-9545: add extension method for stream->array using class literal (closes #1241) by Eric Milles · 4 years ago
  19. 1f24e2e GROOVY-9553: bump picocli to 4.3.2 by Remko Popma · 4 years ago
  20. 6c47990 Tweak `GString.EMPTY` by Daniel Sun · 4 years ago
  21. 6b18e90 Tweak `equals` method of `GString` by Daniel Sun · 4 years ago
  22. 84fc123 Trivial refactoring: Make field final and add `@Override` to method declaration by Daniel Sun · 4 years ago
  23. c307561 Trivial refactoring: 'for' loop replaceable with enhanced 'for' loop by Daniel Sun · 4 years ago
  24. 0d59634 Trivial refactoring: Explicit type can be replaced with <> by Daniel Sun · 4 years ago
  25. 8543712 Trivial refactoring: remove unnecessary qualifier by Daniel Sun · 4 years ago
  26. e5e9a0f GROOVY-9506: Joint compilation is broken (add test case) by Paul King · 4 years ago
  27. d1a02a6 GROOVY-9556: Stub generated without the effect of AST transformation makes joint compilation fail (closes #1248) by Daniel Sun · 4 years ago
  28. 767cd44 Update README.adoc (closes #1247) by Cheryl Hughey · 4 years ago
  29. 35e1f08 GROOVY-9557: Bump gradle to 6.4.1 by Paul King · 4 years ago
  30. d58db7f Trivial refactoring: extract common variable by Daniel Sun · 4 years ago
  31. 87f76b9 Revert "GROOVY-9553: Bump picocli to 4.3.0" by Remko Popma · 4 years ago
  32. a5b1470 GROOVY-9553: Bump picocli to 4.3.0 by Remko Popma · 4 years ago
  33. 5aaf9cc GROOVY-9552: Bump Ant versions to address: [CVE-2020-1945] Apache Ant insecure temporary file vulnerability by Paul King · 4 years ago
  34. afb5329 GROOVY-9547: groovydoc: resolve tags later for Groovy source code (make test cross-platform) by Paul King · 4 years ago
  35. b94868f remove unused import by Paul King · 4 years ago
  36. d9c0a3b GROOVY-9534: support platform logging AST transform (closes #1237) by Paul King · 4 years ago
  37. 087a6a4 GROOVY-9506: Joint compilation is broken for AutoImplement (prod code change) by Paul King · 4 years ago
  38. 553f52c GROOVY-9522: Throwing NPE when I use ternary operator with something special (#1246) by Daniel.Sun · 4 years ago
  39. f4f938a GROOVY-9549: groovydoc: show implemented interfaces in class declaration header (closes #1245) by Mikko Värri · 4 years ago
  40. 993f19a GROOVY-9551: Bump JavaParser to 3.15.22 by Paul King · 4 years ago
  41. 9095a3a GROOVY-9547: groovydoc: resolve tags later for Groovy source code (closes #1244) by Mikko Värri · 4 years ago
  42. 657afee improved error message when parsing Java source file fails by Paul King · 4 years ago
  43. 27bcbb1 GROOVY-9465: groovydoc: show class declaration header for all types (closes #1242) by Mikko Värri · 4 years ago
  44. 302bf2b GROOVY-9546: groovydoc: fix annotation rendering (closes #1243) by Mikko Värri · 4 years ago
  45. 26efb1e add a reworked testcase for suspicious test (currently commented out) by Paul King · 4 years ago
  46. 6c38889 re-enable some @NYI tests (still suspicious on one hence the TODO comment) by Paul King · 4 years ago
  47. 418f4ed GROOVY-9544: Bump gradle to 6.4 by Daniel Sun · 4 years ago
  48. c0a4b3d GROOVY-9501: enable access to static, non-final, subclassed-outer fields by Eric Milles · 4 years ago
  49. 285d3ab GROOVY-9543: Groovydoc generics improvements(closes #1239) by Mikko Värri · 4 years ago
  50. 6639345 Add comment to Java 8 package list by Daniel Sun · 4 years ago
  51. fba3ff4 GROOVY-9529: bump Object in distance calculation to match interface DGM by Eric Milles · 4 years ago
  52. c6d3138 GROOVY-9540: Bump spotbugs plugin to 4.0.8 by Paul King · 4 years ago
  53. fc5cc59 bump commons-math from 3.6 to 3.6.1 by Paul King · 4 years ago
  54. afa6d8a GROOVY-9539: Bump jackson version to 2.11.0 by Paul King · 4 years ago
  55. 4516caf GROOVY-9538: Bump checkstyle version to 8.3.2 by Paul King · 4 years ago
  56. b69c07e GROOVY-9537: Bump xstream version to 1.4.12 by Paul King · 4 years ago
  57. 197c4c5 GROOVY-9536: Bump testng to 7.2.0 by Paul King · 4 years ago
  58. 1a45106 GROOVY-9432: improve wording for controlling picocli version in CliBuilder by Remko Popma · 4 years ago
  59. 05dca72 GROOVY-9432: document how to control picocli version in CliBuilder by Remko Popma · 4 years ago
  60. ef0823a GROOVY-9528: add test by Paul King · 4 years ago
  61. 8377e40 GROOVY-9519: also fix groovy.cli.internal.CliBuilderInternal by Remko Popma · 4 years ago
  62. af8b21e GROOVY-9519: bugfix: savedTypeOptions use longest option name as key by Remko Popma · 4 years ago
  63. 719cffb GROOVY-9519: zero default for non-Boolean type options should not be converted to false by Remko Popma · 4 years ago
  64. fdb0b08 GROOVY-9519: update failing test by Remko Popma · 4 years ago
  65. cf60cee GROOVY-9519: add failing test by Remko Popma · 4 years ago
  66. 4f5559c GROOVY-9528: improve "Property: parser" subsection title by Remko Popma · 4 years ago
  67. cbf130f GROOVY-9528: improve the "parser" subsection of the "Picocli" section of "Advanced CLI Usage" in domain-specific languages page by Remko Popma · 4 years ago
  68. 152930d GROOVY-9531: improve CliBuilder documentation to clarify what functionality is available in which version by Remko Popma · 4 years ago
  69. 67471d1 GROOVY-9526: Failed to reload classes with generic parameters by Daniel Sun · 4 years ago
  70. 3dffa18 demonstration of problem when a reloaded class has generic parameters by Jamie Echlin · 4 years, 3 months ago
  71. e3c39cb Eliminate redundant checks and trying to cache spread calls by Daniel Sun · 4 years ago
  72. ad13a06 revert WriterController changes for now by Paul King · 4 years ago
  73. f6559d0 minor refactor by Paul King · 4 years ago
  74. 8eb20f1 enable Log4J tests bye ensuring indy is really enabled by default. Warning these tests will still fail in a mixed indy/old callsite mode. (closes #1234) by Jochen Theodorou · 4 years ago
  75. 55cb5ec minor fix-ups by Eric Milles · 4 years ago
  76. 3f51efc GROOVY-9527: Bump javaparser to 3.15.21 (#1233) by Daniel.Sun · 4 years ago
  77. 5495aca Include `Log4j2Test` (disable failing test cases for now) by Daniel Sun · 4 years ago
  78. 8886bd2 Revert "Include `Log4j2Test`" by Daniel Sun · 4 years ago
  79. f936207 Include `Log4j2Test` by Daniel Sun · 4 years ago
  80. 4e7cf2c Include `ASTTransformationCustomizerTest` by Daniel Sun · 4 years ago
  81. 5127c47 GROOVY-9513: Enable indy by default (retain binary compatibility for now for related Ant tasks but deprecate methods) by Paul King · 4 years ago
  82. cb7136f GROOVY-9513: Enable indy by default (closes #1226) by Daniel Sun · 4 years, 1 month ago
  83. 3b01347 fix typo by Paul King · 4 years ago
  84. 48ec228 GROOVY-9517: use inferred right expression type for array checks by Eric Milles · 4 years, 1 month ago
  85. b7ad324 GROOVY-9518: STC: type check constructor arguments like method call args by Eric Milles · 4 years, 1 month ago
  86. dffbc50 GROOVY-9520: Update Spotbugs/Spotbugs plugin to 4.0.2/4.0.5 by Paul King · 4 years, 1 month ago
  87. ec68924 fix spotbugs warning (throw NoSuchElementException rather than ArrayIndexOutOfBoundsException when accessing exhausted iterator) by Paul King · 4 years, 1 month ago
  88. 2d441b5 fix typo by Paul King · 4 years, 1 month ago
  89. f33fc06 GROOVY-9405: Junit 5 IncompatibleClassChangeError (inner classes not being written in package-info classes) by Paul King · 4 years, 1 month ago
  90. f16561d GROOVY-9515: avoid fallback repeatedly by Daniel Sun · 4 years, 1 month ago
  91. c5ff375 GROOVY-4554: add test for case known to work by Paul King · 4 years, 1 month ago
  92. 18b7595 GROOVY-8774: refine test by Paul King · 4 years, 1 month ago
  93. 33eee73 GROOVY-9515: MethodHandle with spread args should not be cached (#1227) by Daniel.Sun · 4 years, 1 month ago
  94. b9c0168 GROOVY-8774: Stub generator doesn't handle package-info (closes #1228) by Paul King · 4 years, 1 month ago
  95. 0104ca0 Check types in the test for `unaryMinus` by Daniel Sun · 4 years, 1 month ago
  96. 9efa404 Revert "Trivial refactoring: Remove redundant type casting" by Daniel Sun · 4 years, 1 month ago
  97. 102d076 Trivial refactoring: Remove redundant type casting by Daniel Sun · 4 years, 1 month ago
  98. f3028b3 Trivial refactoring: make constants final by Daniel Sun · 4 years, 1 month ago
  99. cc4016c some more tidy up after antlr2 removal by Paul King · 4 years, 1 month ago
  100. f2a6db4 Trivial refactoring: Anonymous type can be replaced with lambda by Daniel Sun · 4 years, 1 month ago