1. 83030c5 [maven-release-plugin] prepare for next development iteration by Mark Struberg · 13 days ago trunk
  2. 46a7153 [maven-release-plugin] prepare release xbean-5.0.0 by Mark Struberg · 13 days ago xbean-5.0.0
  3. d5a1eea properly setup maven-release-plugin by Mark Struberg · 13 days ago
  4. e0a8d47 XBEAN-362 use fixed 3.9.0 as minimum maven version by Mark Struberg · 13 days ago
  5. 4f387ce remove paths which cannot happen by Mark Struberg · 2 weeks ago
  6. 272fde4 some list and map code style improvements by Mark Struberg · 2 weeks ago
  7. 6f5e8d2 make some inner classes static by Mark Struberg · 2 weeks ago
  8. 0bf6401 move to parameterised logging by Mark Struberg · 2 weeks ago
  9. 05f5497 move to removeIf and computeIfAbsent to simplify code by Mark Struberg · 2 weeks ago
  10. b3a4580 use lambdas intead of anonymous classes by Mark Struberg · 2 weeks ago
  11. b3880c9 fold Exceptions with same action together by Mark Struberg · 2 weeks ago
  12. 18fe16b add from StringBuffer to StrinbBuilder by Mark Struberg · 2 weeks ago
  13. c79301c using modern for loop instead of manual Iterator by Mark Struberg · 2 weeks ago
  14. 743f955 methods are automatically final in a final class by Mark Struberg · 2 weeks ago
  15. e976294 no need to extend from Object.class by Mark Struberg · 2 weeks ago
  16. 08185e7 move to diamond operator and other similar 'modernisations' by Mark Struberg · 2 weeks ago
  17. c5fc906 [build] fix rat version for java < 17 requirement by Romain Manni-Bucau · 2 weeks ago
  18. cb4b012 [fix] fix pom (rat duplicated plugin and maven.version property override by maven itself) + tolerate java >= 22 for inetaddress static converter by Romain Manni-Bucau · 2 weeks ago
  19. 01df044 fix javadoc generator on blueprint module by Mark Struberg · 2 weeks ago
  20. acf9696 XBEAN-361 update common-annotations spec to v1.3 by Mark Struberg · 2 weeks ago
  21. 4214bba move to 5.0.0 as we now require Java11 as minimum version by Mark Struberg · 2 weeks ago
  22. 518ae92 XBEAN-359 some diamonds instead of explicit types by Mark Struberg · 3 weeks ago
  23. 6344323 XBEAN-358 improve AnnotationFinder performance by Mark Struberg · 3 weeks ago
  24. 8e7fb06 XBEAN-361 update dependencies by Mark Struberg · 3 weeks ago
  25. a52462f XBEAN-361 update pmd and shade plugins by Mark Struberg · 3 weeks ago
  26. 1a92ed3 XBEAN-363 spring should be an optional dependency by Mark Struberg · 3 weeks ago
  27. 19a6552 XBEAN-362 move to modern maven3 plugin style by Mark Struberg · 3 weeks ago
  28. 544b9c1 XBEAN-362 use spring version from parent pom and not 2.0 by Mark Struberg · 3 weeks ago
  29. 4b38275 XBEAN-362 update spring to latest 5.3 version by Mark Struberg · 3 weeks ago
  30. 36f416a XBEAN-361 various plugin updates by Mark Struberg · 3 weeks ago
  31. c98336c XBEAN-360 make some inner classes of AnnotationFinder static ones by Mark Struberg · 3 weeks ago
  32. a99aa61 XBEAN-359 fix unit test setup by Mark Struberg · 4 weeks ago
  33. ce15e64 XBEAN-359 remove ancient cglib test dependency by Mark Struberg · 4 weeks ago
  34. ccb3438 XBEAN-359 move from genesis-flava8 to apache-parent by Mark Struberg · 4 weeks ago
  35. 21484a4 XBEAN-358 re-apply the logic to filter out invalid class names by Mark Struberg · 6 weeks ago
  36. 293040d Removed the dependency on Ant for the Maven plugin by Emmanuel Bourg · 10 years ago
  37. cb660a7 XBEAN-358 reduce the amount of jar file operations by Mark Struberg · 6 weeks ago
  38. 71aad4d XBEAN-358 use HashSet for seen info instead of List by Mark Struberg · 6 weeks ago
  39. f2a959e XBEAN-358 remove unused imports by Mark Struberg · 6 weeks ago
  40. b70172d [maven-release-plugin] prepare for next development iteration by francois papon · 7 weeks ago
  41. 0d073f9 [maven-release-plugin] prepare release xbean-4.31 by francois papon · 7 weeks ago xbean-4.31
  42. 5c41e77 Merge pull request #56 from fpapon/XBEAN-357 by François Papon · 8 weeks ago
  43. a764fd1 [XBEAN-357] Upgrade to ASM 9.10.1 by francois papon · 8 weeks ago
  44. b4b68a8 Merge pull request #55 from rmannibucau/fix/asm-paramname-loader by François Papon · 3 months ago
  45. 793c2f2 Fix build and AsmParameterNameLoader even if these days it is no more useful since compiler can keep parameters by Romain Manni-Bucau · 3 months ago
  46. d7a5b45 Merge pull request #54 from fpapon/XBEAN-356 by François Papon · 3 months ago
  47. 11b9b54 Merge pull request #52 from apache/XBEAN-355 by François Papon · 3 months ago
  48. a683450 [XBEAN-356] Upgrade to ASM 9.10 by francois papon · 3 months ago
  49. 8039c30 Merge pull request #53 from apache/infrastructure-ruleset-bot/default-branch-protection by François Papon · 3 months ago
  50. 574a83e Set up default protection ruleset for default and release branches by The Apache Software Foundation · 3 months ago
  51. 59dcabe Add tests for non static inner class and non static separate class. Fix case for non static inner class by Richard Zowalla · 6 months ago
  52. 855394e XBEAN-355 - XbeanAsmParameterNameLoader incorrectly maps parameter names when methods contain long or double parameters by Richard Zowalla · 6 months ago
  53. 8d54b97 [maven-release-plugin] prepare for next development iteration by francois papon · 7 months ago
  54. b3b6af4 [maven-release-plugin] prepare release xbean-4.30 by francois papon · 7 months ago xbean-4.30
  55. cbeb585 [XBEAN-353] try to explicit the parameter types matched instead of using null (#48) by Romain Manni-Bucau · 7 months ago
  56. 16ce6c0 XBEAN-353 revision - don't alter property order in case-insensitive mode (#50) by Markus Jung · 7 months ago
  57. 29c184f Merge pull request #51 from jungm/issue/XBEAN-354-rev1 by François Papon · 7 months ago
  58. abd5e28 XBEAN-454 revision - fix build on jdk 8 by Markus Jung · 7 months ago
  59. 4f83900 XBEAN-354 fallback to system classloader by Markus Jung · 7 months ago
  60. 744b0aa XBEAN-453 - honor Option.CASE_INSENSITIVE_PROPERTIES for ctors (#47) by Markus Jung · 7 months ago
  61. 2148cbd Merge pull request #46 from LuciferYang/XBEAN-352 by François Papon · 8 months ago
  62. 0a0d866 Upgrade ASM to 9.9.1 by yangjie01 · 8 months ago
  63. 41702b0 [maven-release-plugin] prepare for next development iteration by francois papon · 8 months ago
  64. e2a52f9 [maven-release-plugin] prepare release xbean-4.29 by francois papon · 8 months ago xbean-4.29
  65. 61da36f XBEAN-351: Remove log4j converter from xbean-reflect by Colm O hEigeartaigh · 8 months ago
  66. 84fe75a Merge pull request #44 from apache/XBEAN-350 by François Papon · 10 months ago
  67. 454734a XBEAN-350 - Fix ReflectionUtil#findConstructor(...) doesn't honor Parameter Names by Richard Zowalla · 10 months ago
  68. 58d8ee0 [maven-release-plugin] prepare for next development iteration by francois papon · 10 months ago
  69. 5cca024 [maven-release-plugin] prepare release xbean-4.28 by francois papon · 10 months ago xbean-4.28
  70. d8ee8a9 [XBEAN-349] Upgrade ASM to 9.9 by Dongjoon Hyun · 10 months ago
  71. 33769c4 [maven-release-plugin] prepare for next development iteration by francois papon · 1 year, 4 months ago
  72. d515f3c [maven-release-plugin] prepare release xbean-4.27 by francois papon · 1 year, 4 months ago xbean-4.27
  73. d00e9bf Merge pull request #42 from LuciferYang/XBEAN-348 by François Papon · 1 year, 5 months ago
  74. 4c1b375 upgrade by yangjie01 · 1 year, 5 months ago
  75. 15f928c [maven-release-plugin] prepare for next development iteration by francois papon · 1 year, 10 months ago
  76. 89b1cb2 [maven-release-plugin] prepare release xbean-4.26 by francois papon · 1 year, 10 months ago xbean-4.26
  77. a6b9652 [maven-release-plugin] prepare for next development iteration by francois papon · 2 years, 4 months ago
  78. df6b41b Merge pull request #41 from panbingkun/XBEAN-347 by François Papon · 1 year, 10 months ago
  79. b294682 [XBEAN-347] Upgrade ASM from 9.7 to 9.7.1 by panbingkun · 1 year, 10 months ago
  80. f503494 [maven-release-plugin] prepare release xbean-4.25 by francois papon · 2 years, 4 months ago xbean-4.25
  81. 1da26d9 [XBEAN-345] Upgrade ASM from 9.6 to 9.7 by panbingkun · 2 years, 4 months ago
  82. 67c36ee XBEAN-343 consistently handle NCDFE by Mark Struberg · 2 years, 9 months ago
  83. 73ebb79 XBEAN-342 remove xbean-classpath module by Mark Struberg · 2 years, 9 months ago
  84. c953caf [fix] ensure MJarJarArchiveTest passes on java 11 by Romain Manni-Bucau · 2 years, 9 months ago
  85. 25d96e4 [maven-release-plugin] prepare for next development iteration by francois papon · 2 years, 10 months ago
  86. a6ee144 [maven-release-plugin] prepare release xbean-4.24 by francois papon · 2 years, 10 months ago xbean-4.24
  87. 255ab1a Merge pull request #39 from LuciferYang/asm-96 by François Papon · 2 years, 10 months ago
  88. 3329d42 Upgrade ASM from 9.5 to 9.6 by yangjie01 · 2 years, 10 months ago
  89. d8e6909 [maven-release-plugin] prepare for next development iteration by francois papon · 3 years, 3 months ago
  90. ff8f3ba [maven-release-plugin] prepare release xbean-4.23 by francois papon · 3 years, 3 months ago xbean-4.23
  91. e36e20c upgrade (#36) by YangJie · 3 years, 5 months ago
  92. 79b15a4 [XBEAN-340] Fix test failed of `JarArchiveTest#testXBEAN337` (#37) by YangJie · 3 years, 5 months ago
  93. e40b760 XBEAN-337 jar path with exclamation signs(!) should be resolved correctly (#34) by KDV · 3 years, 8 months ago
  94. 071eb06 [PR-34] adding tests (in ignore mode) to work on PR-34 by Romain Manni-Bucau · 3 years, 8 months ago
  95. e3f2eeb [XBEAN-338] ensure to close JarFiles by Romain Manni-Bucau · 3 years, 8 months ago
  96. 390d193 [maven-release-plugin] prepare for next development iteration by francois papon · 3 years, 10 months ago
  97. 639ea88 [maven-release-plugin] prepare release xbean-4.22 by francois papon · 3 years, 10 months ago xbean-4.22
  98. 4e7f45f Merge pull request #32 from fpapon/XBEAN-336 by François Papon · 3 years, 10 months ago
  99. 98089ee [XBEAN-336] Upgrade to ASM 9.4 by francois papon · 3 years, 10 months ago
  100. 17cd8cf [maven-release-plugin] prepare for next development iteration by Jean-Baptiste Onofré · 4 years, 4 months ago