1. ce98be5 [OWB-1463] enable to scan per slide the apps, on my ref machine it moves from 440ms (serial) to 160ms (LPT 8 threads) to 57ms (sliced 16 threads) by Romain Manni-Bucau · 16 hours ago main
  2. fef3c0c adding more info logs for a test which fails in the CI environment by Mark Struberg · 20 hours ago
  3. dbbfea9 OWB-1463 scan single threaded if numThreads <=1 by Mark Struberg · 20 hours ago
  4. c4cccb0 OWB-1463 expose List of AnnotationFinders for use in extensions by Mark Struberg · 27 hours ago
  5. ff742bb move to xbean 5.0.0-SNAPSHOT by Mark Struberg · 2 days ago
  6. 9b7beb7 OWB-1463 - cache by name and optimized loop by tandraschko · 2 days ago
  7. e334da0 OWB-1463 simplify code by Mark Struberg · 3 days ago
  8. eae24b5 OWB-1463 process AbstractMetadataDiscovery#getBeanClassesPerBda in parallel threads by Mark Struberg · 3 days ago
  9. 0055115 add logging to get more info why this test is broken in CI env by Mark Struberg · 6 days ago
  10. f322f25 OWB-1463 short-circuit getInterceptorAnnotations for annotation-free elements by tandraschko · 6 days ago startupperf
  11. d3cccdf OWB-1463 index beans by raw api type to avoid the full-deployment scan in implResolveByType by tandraschko · 6 days ago
  12. be05fbc OWB-1463 clear the injection resolver caches once before validation, not per validate() call by tandraschko · 6 days ago
  13. 26c2497 lazily create the repeatables Set (rarely used, saves an allocation per annotated element) by tandraschko · 6 days ago
  14. d4ab1de bucket getFilteredMethods override check by method name to avoid O(n^2) scan by tandraschko · 6 days ago
  15. 50fd394 speed up getNonPrivateMethods: drop O(n^2) List#contains, skip redundant per-level getMethods() by tandraschko · 6 days ago
  16. aabbaa6 resolve interceptable business methods via a Map lookup (O(n) instead of O(n^2) by tandraschko · 6 days ago
  17. 6c5ab53 OWB-1463 scan dependencies in parallel by Mark Struberg · 9 days ago
  18. 840f2f1 OWB-1463 fix deploymentError detection by Mark Struberg · 9 days ago
  19. 86a1d01 OWB-1467 remove superfluous assigns and simplify code by Mark Struberg · 11 days ago
  20. a455880 OWB-1468 max 1 AroundConstruct per interceptor by Mark Struberg · 11 days ago
  21. 6c13288 OWB-1467 remove unused assignments by Mark Struberg · 11 days ago
  22. defd3fd OWB-1467 review variables which are redundantely assigned or evaluated by Mark Struberg · 11 days ago
  23. 9313c96 OWB-1467 use getConstructor with no param by Mark Struberg · 11 days ago
  24. cfc3137 OWB-1467 simplify code by using more modern Java patterns by Mark Struberg · 11 days ago
  25. 44d1ba4 remove duplicate keys by Mark Struberg · 11 days ago
  26. ff09cc6 OWB-1463 500 beans per thread min and max 8 threads default by Mark Struberg · 11 days ago
  27. 88b9349 OWB-1467 remove SecurityUtil by Mark Struberg · 11 days ago
  28. f00686e OWB-1467 remove SecurityManager from WebBeansConfiguration by Mark Struberg · 11 days ago
  29. 443cbef OWB-1467 remove unused private method from BeansDeployer by Mark Struberg · 11 days ago
  30. 78152dd OWB-1463 perform bean validation in parallel by Mark Struberg · 11 days ago
  31. 5e1718f OWB-1466 update to xbean-4.31 by Mark Struberg · 2 weeks ago
  32. f8f68cc OWB-1465 - Extract shared PROXYABLE_METHOD_MODIFIERS constant (review feedback) by Richard Zowalla · 3 weeks ago
  33. 376c084 OWB-1465 - Preserve ACC_BRIDGE / ACC_SYNTHETIC on bridge methods re-declared by normal scope proxies by Richard Zowalla · 3 weeks ago
  34. bee4295 OWB-1464 - Improve WebBeansELResolver performance by tandraschko · 3 weeks ago
  35. fce73e2 OWB-1463 add integration test for performance edge cases by Mark Struberg · 3 weeks ago
  36. aa59630 OWB-1463 remove nested for loop resulting in a O(^2) by Mark Struberg · 4 weeks ago
  37. 515bde7 add integration test for skipping classes on NoClassDefFound by Mark Struberg · 4 weeks ago
  38. 7a2aeae OWB-1463 extend StartupPerformanceTest with more beans to boot by Mark Struberg · 4 weeks ago
  39. 73afe56 [OWB-1463] avoid to overallocate too much by Romain Manni-Bucau · 4 weeks ago
  40. 8bd9b7f OWB-1463 we have far more normal classes than ParameterizedTypes by Mark Struberg · 4 weeks ago
  41. a0af814 OWB-1463 improve validateBeanNames performance by Mark Struberg · 4 weeks ago
  42. 5cce910 OWB-1460 upgrade tomcat to 10.1.56 by Mark Struberg · 4 weeks ago
  43. 2a85556 refactoring without function change - diamond operator by Mark Struberg · 5 weeks ago
  44. 873eaf7 OWB-1462 fix duplicate class exception by Mark Struberg · 5 weeks ago
  45. d7a9f81 unit test for beanscanning of classes with a NoClassDefFound by Mark Struberg · 6 weeks ago
  46. 0d38bd1 Set up default protection ruleset for default and release branches by The Apache Software Foundation · 3 months ago
  47. ba993bf [maven-release-plugin] prepare for next development iteration by Mark Struberg · 3 months ago
  48. 6ef6c50 [maven-release-plugin] prepare release openwebbeans-4.1.0 by Mark Struberg · 3 months ago openwebbeans-4.1.0
  49. 67914d0 OWB-1458 fix javadoc plugin after parent update by Mark Struberg · 3 months ago
  50. 22324c2 OWB-1462 upgrdae to xbean 4.30 by Mark Struberg · 3 months ago
  51. dc71b05 Merge pull request #131 from apache/dependabot/maven/jakarta.el-jakarta.el-api-6.0.1 by Thomas Andraschko · 3 months ago
  52. f0d1c0d Delete .github/dependabot.yml by Thomas Andraschko · 3 months ago
  53. afa779f OWB-1460 upgrade myfaces and tomcat by Mark Struberg · 3 months ago
  54. 10ff562 Merge pull request #136 from apache/dependabot/github_actions/actions/setup-java-5 by Thomas Andraschko · 3 months ago
  55. fe198af Merge pull request #137 from apache/dependabot/github_actions/actions/checkout-6 by Thomas Andraschko · 3 months ago
  56. ab68c2d Merge pull request #138 from apache/dependabot/github_actions/actions/cache-5 by Thomas Andraschko · 3 months ago
  57. 6824c3a Bump actions/cache from 4 to 5 by dependabot[bot] · 3 months ago
  58. d5b9bed Bump actions/checkout from 4 to 6 by dependabot[bot] · 3 months ago
  59. 5fe4975 Bump actions/setup-java from 4 to 5 by dependabot[bot] · 3 months ago
  60. efe9383 Bump jakarta.el:jakarta.el-api from 6.0.0 to 6.0.1 by dependabot[bot] · 3 months ago
  61. eedfbb9 Create dependabot.yml by Thomas Andraschko · 3 months ago
  62. 8d6a39e OWB-1459 update maven plugins by Mark Struberg · 3 months ago
  63. cdbf083 OWB-1458 upgrde to latest apache-parent-37 and fix compiler setup by Mark Struberg · 3 months ago
  64. 6eb269e added @Deprecated annotation by tandraschko · 4 months ago
  65. a98925e OWB-1386 - Print the exception's message when ERROR_0013 occurs by tandraschko · 4 months ago
  66. ca7d60a OWB-1128 - Event.fire() - the runtime type of the event object not validated by tandraschko · 4 months ago
  67. d8b74ee OWB-1155 - InjectionPoint.getQualifiers does not return the list of selected qualifiers with type and qualifiers programmatic lookup by tandraschko · 4 months ago
  68. 43ad9a7 OWB-1234 - generic classes are not correctly proxied when bridge methods are involved by tandraschko · 4 months ago
  69. 04171df OWB-1074 - implement automatic supportsConversation() detection by tandraschko · 4 months ago
  70. b383954 Update README.md by Thomas Andraschko · 4 months ago
  71. 593e02b OWB-1456 - [perf] optimize configureProducerMethodSpecializations by tandraschko · 4 months ago
  72. 94d92aa OWB-1455 - [perf] cache negative results of resolveByType by tandraschko · 4 months ago
  73. 87de70f OWB-1457 - [perf] Reuse generics “visited” map in InjectionResolver#implResolveByType by tandraschko · 4 months ago
  74. 90be705 Merge pull request #124 from abdelhak-zaaim/op-12 by Thomas Andraschko · 4 months ago
  75. d2f3448 Update README.md by Thomas Andraschko · 4 months ago
  76. 974f051 Update README.md by Thomas Andraschko · 4 months ago
  77. 610dd9d Update README.md by Thomas Andraschko · 4 months ago
  78. 27925e3 Update README.md by Thomas Andraschko · 4 months ago
  79. 7472325 Update README.md by Thomas Andraschko · 4 months ago
  80. f5d2da2 Update README.md by Thomas Andraschko · 4 months ago
  81. 2f7e5f1 Update README.md by Thomas Andraschko · 4 months ago
  82. 9d130e3 Update README.md by Thomas Andraschko · 4 months ago
  83. cd8b1f6 Update README.md by Thomas Andraschko · 4 months ago
  84. 4c7796e Update README.md by Thomas Andraschko · 4 months ago
  85. dffea63 Rename README.asciidoc to README.md by Thomas Andraschko · 4 months ago
  86. 1b80a7b Update README.asciidoc by Thomas Andraschko · 4 months ago
  87. cdd9785 Update README.asciidoc by Thomas Andraschko · 4 months ago
  88. 2852398 Update ci.yml by Thomas Andraschko · 4 months ago
  89. eb460e3 Merge remote-tracking branch 'origin/cdi-4.1' by tandraschko · 4 months ago
  90. c3e84e1 Merge pull request #130 from tandraschko/cdi-4.1 by Thomas Andraschko · 4 months ago cdi-4.1
  91. 0bec629 4.1 beans xml scanning / defaults by tandraschko · 4 months ago
  92. fc258d5 fixed remaining tests by tandraschko · 4 months ago
  93. 576f861 cosmetics by tandraschko · 4 months ago
  94. f4aa5f5 Spec #460 - Method invokers by tandraschko · 4 months ago
  95. c899776 Spec #460 - Method invokers by tandraschko · 4 months ago
  96. c43cb8a Spec #748 - Improve specification of BeanManager.isMatchingBean() and isMatchingEvent() by tandraschko · 4 months ago
  97. 4255a27 Spec #556 - @Priority on producers by tandraschko · 4 months ago
  98. 98c279c Spec #592 - Getting interceptor bindings in standard way by tandraschko · 4 months ago
  99. 93d88aa fixed TCK version by tandraschko · 4 months ago
  100. 2e5fc58 fixed flaky test by tandraschko · 4 months ago