1. d7a9f81 unit test for beanscanning of classes with a NoClassDefFound by Mark Struberg · 2 days ago main
  2. 0d38bd1 Set up default protection ruleset for default and release branches by The Apache Software Foundation · 5 weeks ago
  3. ba993bf [maven-release-plugin] prepare for next development iteration by Mark Struberg · 8 weeks ago
  4. 6ef6c50 [maven-release-plugin] prepare release openwebbeans-4.1.0 by Mark Struberg · 8 weeks ago openwebbeans-4.1.0
  5. 67914d0 OWB-1458 fix javadoc plugin after parent update by Mark Struberg · 8 weeks ago
  6. 22324c2 OWB-1462 upgrdae to xbean 4.30 by Mark Struberg · 8 weeks ago
  7. dc71b05 Merge pull request #131 from apache/dependabot/maven/jakarta.el-jakarta.el-api-6.0.1 by Thomas Andraschko · 8 weeks ago
  8. f0d1c0d Delete .github/dependabot.yml by Thomas Andraschko · 8 weeks ago
  9. afa779f OWB-1460 upgrade myfaces and tomcat by Mark Struberg · 8 weeks ago
  10. 10ff562 Merge pull request #136 from apache/dependabot/github_actions/actions/setup-java-5 by Thomas Andraschko · 8 weeks ago
  11. fe198af Merge pull request #137 from apache/dependabot/github_actions/actions/checkout-6 by Thomas Andraschko · 8 weeks ago
  12. ab68c2d Merge pull request #138 from apache/dependabot/github_actions/actions/cache-5 by Thomas Andraschko · 8 weeks ago
  13. 6824c3a Bump actions/cache from 4 to 5 by dependabot[bot] · 8 weeks ago
  14. d5b9bed Bump actions/checkout from 4 to 6 by dependabot[bot] · 8 weeks ago
  15. 5fe4975 Bump actions/setup-java from 4 to 5 by dependabot[bot] · 8 weeks ago
  16. efe9383 Bump jakarta.el:jakarta.el-api from 6.0.0 to 6.0.1 by dependabot[bot] · 8 weeks ago
  17. eedfbb9 Create dependabot.yml by Thomas Andraschko · 8 weeks ago
  18. 8d6a39e OWB-1459 update maven plugins by Mark Struberg · 8 weeks ago
  19. cdbf083 OWB-1458 upgrde to latest apache-parent-37 and fix compiler setup by Mark Struberg · 8 weeks ago
  20. 6eb269e added @Deprecated annotation by tandraschko · 9 weeks ago
  21. a98925e OWB-1386 - Print the exception's message when ERROR_0013 occurs by tandraschko · 9 weeks ago
  22. ca7d60a OWB-1128 - Event.fire() - the runtime type of the event object not validated by tandraschko · 9 weeks ago
  23. d8b74ee OWB-1155 - InjectionPoint.getQualifiers does not return the list of selected qualifiers with type and qualifiers programmatic lookup by tandraschko · 9 weeks ago
  24. 43ad9a7 OWB-1234 - generic classes are not correctly proxied when bridge methods are involved by tandraschko · 9 weeks ago
  25. 04171df OWB-1074 - implement automatic supportsConversation() detection by tandraschko · 9 weeks ago
  26. b383954 Update README.md by Thomas Andraschko · 9 weeks ago
  27. 593e02b OWB-1456 - [perf] optimize configureProducerMethodSpecializations by tandraschko · 9 weeks ago
  28. 94d92aa OWB-1455 - [perf] cache negative results of resolveByType by tandraschko · 9 weeks ago
  29. 87de70f OWB-1457 - [perf] Reuse generics “visited” map in InjectionResolver#implResolveByType by tandraschko · 9 weeks ago
  30. 90be705 Merge pull request #124 from abdelhak-zaaim/op-12 by Thomas Andraschko · 10 weeks ago
  31. d2f3448 Update README.md by Thomas Andraschko · 10 weeks ago
  32. 974f051 Update README.md by Thomas Andraschko · 10 weeks ago
  33. 610dd9d Update README.md by Thomas Andraschko · 10 weeks ago
  34. 27925e3 Update README.md by Thomas Andraschko · 10 weeks ago
  35. 7472325 Update README.md by Thomas Andraschko · 10 weeks ago
  36. f5d2da2 Update README.md by Thomas Andraschko · 10 weeks ago
  37. 2f7e5f1 Update README.md by Thomas Andraschko · 10 weeks ago
  38. 9d130e3 Update README.md by Thomas Andraschko · 10 weeks ago
  39. cd8b1f6 Update README.md by Thomas Andraschko · 10 weeks ago
  40. 4c7796e Update README.md by Thomas Andraschko · 10 weeks ago
  41. dffea63 Rename README.asciidoc to README.md by Thomas Andraschko · 10 weeks ago
  42. 1b80a7b Update README.asciidoc by Thomas Andraschko · 10 weeks ago
  43. cdd9785 Update README.asciidoc by Thomas Andraschko · 10 weeks ago
  44. 2852398 Update ci.yml by Thomas Andraschko · 10 weeks ago
  45. eb460e3 Merge remote-tracking branch 'origin/cdi-4.1' by tandraschko · 10 weeks ago
  46. c3e84e1 Merge pull request #130 from tandraschko/cdi-4.1 by Thomas Andraschko · 10 weeks ago cdi-4.1
  47. 0bec629 4.1 beans xml scanning / defaults by tandraschko · 10 weeks ago
  48. fc258d5 fixed remaining tests by tandraschko · 10 weeks ago
  49. 576f861 cosmetics by tandraschko · 10 weeks ago
  50. f4aa5f5 Spec #460 - Method invokers by tandraschko · 10 weeks ago
  51. c899776 Spec #460 - Method invokers by tandraschko · 10 weeks ago
  52. c43cb8a Spec #748 - Improve specification of BeanManager.isMatchingBean() and isMatchingEvent() by tandraschko · 10 weeks ago
  53. 4255a27 Spec #556 - @Priority on producers by tandraschko · 10 weeks ago
  54. 98c279c Spec #592 - Getting interceptor bindings in standard way by tandraschko · 10 weeks ago
  55. 93d88aa fixed TCK version by tandraschko · 10 weeks ago
  56. 2e5fc58 fixed flaky test by tandraschko · 10 weeks ago
  57. 68f50c7 set version by tandraschko · 10 weeks ago
  58. 4bd104d OWB-1451 initial setup for CDI-4.1 by Mark Struberg · 8 months ago
  59. 040a59d OWB-1454 update to xbean-asm-4.29 by Mark Struberg · 6 months ago
  60. 41b6a39 OWB-1453 migrate old javax serviceloader file to jakarta by Mark Struberg · 6 months ago
  61. 3b0918a Fix issue with Generics in ProcessAnnotatedTypes event by Jonathan Gallimore · 7 months ago
  62. cef8f6a OWB-1454 update to xbean-asm-4.29 by Mark Struberg · 6 months ago owb_4.0.x
  63. 64adc3b OWB-1453 migrate old javax serviceloader file to jakarta by Mark Struberg · 6 months ago
  64. ba5f455 Merge pull request #129 from jgallimore/fix-generic-parameter-pat-issue-main by Jonathan Gallimore · 6 months ago
  65. d33349a Fix issue with Generics in ProcessAnnotatedTypes event by Jonathan Gallimore · 7 months ago
  66. 1bec71b OWB-1451 upgrade to interceptors-2.2 by Mark Struberg · 8 months ago
  67. 999d4e7 OWB-1451 TCK requires interceptors-2.2 :( by Mark Struberg · 8 months ago
  68. 0765c15 OWB-1451 initial setup for CDI-4.1 by Mark Struberg · 8 months ago
  69. 18f37f8 fix(#OWB-1450): Interceptor proxy memory leak. Add caching at an higher level by Jean-Louis Monteiro · 1 year, 1 month ago
  70. 51a86a7 OWB-1449 upgrade to xbean-asm-27 by Mark Struberg · 1 year, 2 months ago
  71. 916a772 Merge pull request #126 from jgallimore/main-owb-cdi-junit by Thomas Andraschko · 1 year, 4 months ago
  72. fec207c OWB-1448 remove wildcard import by Jonathan Gallimore · 1 year, 4 months ago
  73. 64c1c3e OWB-1448 rework following feedback by Jonathan Gallimore · 1 year, 4 months ago
  74. 5c0a4fc OWB-1448 removing left over e.printStackTrace() by Jonathan Gallimore · 1 year, 5 months ago
  75. bed4f65 OWB-1448 Fix Issue with Cdi annotation and alternatives by Jonathan Gallimore · 1 year, 5 months ago
  76. b484a8f [maven-release-plugin] prepare for next development iteration by Mark Struberg · 1 year, 6 months ago
  77. 83eb717 [maven-release-plugin] prepare release openwebbeans-4.0.3 by Mark Struberg · 1 year, 6 months ago openwebbeans-4.0.3
  78. 67de162 remove unused import by Mark Struberg · 1 year, 6 months ago
  79. 6d9c83d adding release notes for 4.0.3 by Mark Struberg · 1 year, 6 months ago
  80. 393784f OWB-1446 fix reservation example by Mark Struberg · 1 year, 6 months ago
  81. e6422c5 OWB-1446 fix duplicate <description> tag by Mark Struberg · 1 year, 6 months ago
  82. 9215fc2 OWB-1446 move more samples from tomcat7 to cargo with tomcat10 by Mark Struberg · 1 year, 6 months ago
  83. 0153c9b upgrade to tomcat-10.1.34 by Mark Struberg · 1 year, 6 months ago
  84. b8502a7 Expand XxHash64Test to cover additional test cases by Abdelhak Zaaim · 1 year, 8 months ago
  85. 27fcfbc remove dependabot.yaml by Mark Struberg · 1 year, 8 months ago
  86. 9f026e1 Merge pull request #114 from apache/dependabot/maven/org.testng-testng-7.10.2 by Thomas Andraschko · 1 year, 8 months ago
  87. 1b7aa48 Merge pull request #116 from apache/dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.7.1 by Thomas Andraschko · 1 year, 8 months ago
  88. 795d807 Merge pull request #117 from apache/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.5.0 by Thomas Andraschko · 1 year, 8 months ago
  89. ccd963f Merge pull request #118 from apache/dependabot/maven/org.apache.logging.log4j-log4j-core-2.24.1 by Thomas Andraschko · 1 year, 8 months ago
  90. db921f1 Merge pull request #115 from apache/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.13.0 by Thomas Andraschko · 1 year, 8 months ago
  91. 9c4e500 Bump org.apache.logging.log4j:log4j-core from 2.22.1 to 2.24.1 by dependabot[bot] · 1 year, 8 months ago
  92. 3d45309 Bump org.apache.maven.plugins:maven-checkstyle-plugin by dependabot[bot] · 1 year, 8 months ago
  93. da7d55d Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 by dependabot[bot] · 1 year, 8 months ago
  94. 08ace32 Bump org.apache.maven.plugins:maven-compiler-plugin by dependabot[bot] · 1 year, 8 months ago
  95. d45ab28 Bump org.testng:testng from 7.9.0 to 7.10.2 by dependabot[bot] · 1 year, 8 months ago
  96. 6ed8496 disable dependabot for real by Mark Struberg · 1 year, 8 months ago
  97. f13cb7a and even more disabling by Mark Struberg · 1 year, 8 months ago
  98. 2ae9a7c trying to disable dependabot as it creates mostly spam by Mark Struberg · 1 year, 8 months ago
  99. e9a62e7 OWB-1447 declare jakarta APIs as provided by Mark Struberg · 1 year, 8 months ago
  100. 6d107ca Merge pull request #109 from apache/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.10.1 by Thomas Andraschko · 1 year, 8 months ago