1. 4fbb6f6 Fix wrong method name for generated code in Slf4j by Christoph Frick · 3 months ago
  2. af41551 replacing the custom hashmap implementation in MetaMethodIndex with normal hashmaps by Jochen Theodorou · 4 months ago
  3. cab8bab Build and test PR against ea and additional JDKs by Daniel Sun · 2 months ago
  4. b09ba10 GROOVY-11314: JsonOutput Pretty Print always escapes characters by Paul King · 2 months ago
  5. 2bd36e5 minor doco tweaks by Paul King · 3 months ago
  6. 721fedc fix deadlinks and outdated information by Paul King · 3 months ago
  7. cf3ea89 Bump org.jfrog.buildinfo:build-info-extractor-gradle by dependabot[bot] · 3 months ago
  8. 2d8712c GROOVY-11308: DefaultGroovyMethods#unique now returns null for empty or 1 element input (minor refactor) by Paul King · 3 months ago
  9. fac098f GROOVY-11308: DefaultGroovyMethods#unique now returns null for empty or 1 element input (minor refactor) by Paul King · 3 months ago
  10. a43d5d4 GROOVY-11308: Restore compatibility of Collection#unique by Octavia Togami · 3 months ago
  11. 4725c43 Bump gradle/wrapper-validation-action from 2.0.0 to 2.1.1 by dependabot[bot] · 3 months ago
  12. 2779f77 Shorten workflow name by Daniel Sun · 3 months ago
  13. 359ee64 GROOVY-11306: Provide left/right shift operators for BitSet by Paul King · 3 months ago
  14. c5d2bd4 GROOVY-11294: Make generated toList() and toMap() methods on records return immutable collections by Paul King · 3 months ago
  15. 1386af7 Bump gradle/wrapper-validation-action from 1.1.0 to 2.0.0 by dependabot[bot] · 3 months ago
  16. 1fd2c9b Align with gradle binary version, i.e. 8.6 by Daniel Sun · 3 months ago
  17. d547089 Bump Gradle to 8.6 by Goooler · 3 months ago
  18. 40707d6 Fix badge by Daniel Sun · 3 months ago
  19. 7b2205d GROOVY-7984: support `withTraits` and `@SelfType(ClassType)` by Eric Milles · 3 months ago
  20. f18f92f GROOVY-7984: add test case by Eric Milles · 3 months ago
  21. 2a6a60b GROOVY-11302: retain method call type args in trait by Eric Milles · 3 months ago
  22. 710ff9e GROOVY-11299: `getSuperClass()` shouldn't return an interface or a trait by Eric Milles · 3 months ago
  23. 191231a minor refactor by Paul King · 3 months ago
  24. 376071d Migrate deprecated buildDir by Goooler · 3 months ago
  25. 213819b Bump com.gradle.enterprise from 3.15 to 3.16.2 by dependabot[bot] · 3 months ago
  26. 5aafcdf minor refactor by Paul King · 3 months ago
  27. 9991c7b GROOVY-11300: Bump asciidoctor gradle plugins to 4.0.2 (build dependency) by Paul King · 3 months ago
  28. 714e6b6 minor refactor by Paul King · 3 months ago
  29. 482a229 GROOVY-11299: prep work by Eric Milles · 3 months ago
  30. c8f2eb8 Use gradle/actions/setup-gradle v3 by Goooler · 3 months ago
  31. 9340cad typo by Paul King · 3 months ago
  32. 0116d18 update dependency metadata by Paul King · 3 months ago
  33. 7c5a64b update dependency metadata by Paul King · 3 months ago
  34. 84412c3 GROOVY-11297: Fail to identify duplicate constructor declaration by Paul King · 3 months ago
  35. 4477e9c Polish GHA configs by Zongle Wang · 3 months ago
  36. 8f668bd GROOVY-11292: Class without sealed parent cannot be non-sealed (#2037) by Daniel Sun · 3 months ago
  37. d342d99 GROOVY-11295: additional minor refactor by Paul King · 3 months ago
  38. aaed447 GROOVY-11295: Optimise generated next() and previous() in enums by Paul King · 3 months ago
  39. cee537d GROOVY-11289: STC: intersection and union types in error messages by Eric Milles · 3 months ago
  40. 33b4372 Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 6.0.6 to 6.0.7 by dependabot[bot] · 3 months ago
  41. b39bef3 GROOVY-11296: DGM: `shuffled` preserves input order by Eric Milles · 3 months ago
  42. 2779a11 GROOVY-11290: STC: merge `instanceof` guard(s) by Eric Milles · 3 months ago
  43. 4a2f9e1 Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 by dependabot[bot] · 3 months ago
  44. 6153dfd GROOVY-11293: ensure `isVargsMethod` initialized before return by Eric Milles · 3 months ago
  45. 6b8915f GROOVY-11293: Add a test by Daniel Sun · 3 months ago
  46. 7b7347d Use JDK 21 to build and distribute by Daniel Sun · 3 months ago
  47. a3810f6 Add check for `publishMavenPublicationToLocalFileRepository` by Daniel Sun · 3 months ago
  48. ed9204d Specify the full class name to distinguish with `java.lang.Thread.Builder` by Daniel Sun · 3 months ago
  49. e2fc02e GROOVY-11272: Add a test case for captured variable by Daniel Sun · 3 months ago
  50. 9e151ed GROOVY-11285: Generated toList() and toMap() methods on records perform unnecessary wrapping by Paul King · 3 months ago
  51. 77ed2de GROOVY-11284: Generated size() method on records performs unnecessary boxing by Paul King · 3 months ago
  52. e57586d tweak for Gradle 8.5 by Paul King · 4 months ago
  53. e54e39e update dependency metadata by Paul King · 4 months ago
  54. 0afe99a GROOVY-11121: closure param count penalty for method overload selection by Eric Milles · 4 months ago
  55. 3acb639 GROOVY-11254: SC: describe method via `ClassNode` not `Class` by Eric Milles · 4 months ago
  56. d8726d7 GROOVY-9239 pre-work: add support at grammar level by Paul King · 4 months ago
  57. 1fe3186 GROOVY-11117: module classes starts with script or first top-level class by Eric Milles · 4 months ago
  58. eabe090 GROOVY-9464: GroovyDoc: List inherited properties (add missing license headers) by Paul King · 4 months ago
  59. 9b71fcf GROOVY-9464: GroovyDoc: List inherited properties (add testcase) by Paul King · 4 months ago
  60. 0b46fdd Added inherited properties summary to properties section by مصطفي محمود كمال الدين · 4 months ago
  61. 5f3c302 Groovydoc template formatting tweak to actually have intended fallback. by Paul King · 4 months ago
  62. cb8001d update dependency metadata by Paul King · 4 months ago
  63. bf03c08 GROOVY-10673, GROOVY-11057, GROOVY-11276: add test cases by Eric Milles · 4 months ago
  64. a090d3d update dependency metadata by Paul King · 4 months ago
  65. fb4a441 GROOVY-11282: Bump jackson/jackson-databind to 2.16.1 by Paul King · 4 months ago
  66. c83cc3f GROOVY-11281: Bump checkstyle to 10.12.7 (build dependency) by Paul King · 4 months ago
  67. a4cdfcb GROOVY-11280: Bump javaparser to 3.25.8 by Paul King · 4 months ago
  68. b0c3d1d GROOVY-11278: Bump slf4j to 2.0.11 (test and standard install dependency) by Paul King · 4 months ago
  69. 4b418bf GROOVY-11277: Bump testng to 7.9.0 by Paul King · 4 months ago
  70. d4651f3 Bump org.jfrog.buildinfo:build-info-extractor-gradle by dependabot[bot] · 4 months ago
  71. 0b24963 GROOVY-11272: Generate `serialVersionUID` for each closure by Daniel Sun · 4 months ago
  72. 43f5630 GROOVY-11271: ConcurrentCommonCache causes memory leaks by Daniel Sun · 4 months ago
  73. 4011e02 Bump org.asciidoctor:asciidoctor-gradle-jvm from 4.0.0 to 4.0.1 by dependabot[bot] · 4 months ago
  74. 26d98b4 Bump org.asciidoctor:asciidoctor-gradle-jvm-pdf from 4.0.0 to 4.0.1 by dependabot[bot] · 4 months ago
  75. 04547e6 fix test glitch by Paul King · 4 months ago
  76. dbc74da GROOVY-11273: Fail to identify updates on final variables declared in default methods by Paul King · 4 months ago
  77. 4e63595 GROOVY-11269: GroovyClassDoc has empty 'enumConstants' (add test case) by Paul King · 4 months ago
  78. 57b764f GROOVY-11269: GroovyClassDoc has empty 'enumConstants' by Paul King · 4 months ago
  79. fa97cc2 minor additions to doco by Paul King · 4 months ago
  80. 0035b76 Fix badge for build status by Daniel Sun · 4 months ago
  81. 1034c3a make use of Runtime.version().feature() (#2019) by Jochen Theodorou · 4 months ago
  82. f9327a6 Generate coverage reports by Daniel Sun · 4 months ago
  83. 3cd7636 additional doco improvements by Paul King · 4 months ago
  84. 05dd5b2 minor improvement to doco by Paul King · 4 months ago
  85. b112038 Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 6.0.5 to 6.0.6 by dependabot[bot] · 4 months ago
  86. 6149d5a GROOVY-11138: Bump gradle to 8.5 by Daniel Sun · 4 months ago
  87. 5a3cf7c GROOVY-11261: Provide a custom type checker for format strings (additional tests) by Paul King · 4 months ago
  88. 5dda9ec GROOVY-11261: Provide a custom type checker for format strings by Paul King · 4 months ago
  89. 7c1c514 GROOVY-11267: add test case by Eric Milles · 4 months ago
  90. 3e81aee GROOVY-11265: SC: `LambdaMetafactory` is not an interface by Eric Milles · 4 months ago
  91. 448479d GROOVY-11265: SC: prevent `lambda.rehydrate($self,$self,$self)` re-write by Eric Milles · 4 months ago
  92. 705caac Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 6.0.4 to 6.0.5 by dependabot[bot] · 4 months ago
  93. 8fb08e8 GROOVY-10974, GROOVY-10975, GROOVY-11241, GROOVY-11259: STC: connections by Eric Milles · 4 months ago
  94. ac08eb5 Fix error "Cannot assign 'List<LambdaExpression>' to 'List<Expression>'" reported by IntelliJ IDEA by Daniel Sun · 4 months ago
  95. 2118aef add doco for regex type checker by Paul King · 4 months ago
  96. 412f566 GROOVY-11260: ASTMatcher should support matching a var-arg placeholder by Paul King · 4 months ago
  97. 80e92ec bump year by Paul King · 4 months ago
  98. aa7cb8e Specify charset to read resources by Daniel Sun · 4 months ago
  99. c8bd556 GROOVY-11262: Avoid processing duplicated entries within META-INF by Daniel Sun · 4 months ago
  100. 4ab2408 Update verification metadata by Daniel Sun · 4 months ago