This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a change to branch owb_2.0.x
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
from 0376bd705 upgrade to apache-parent 29
add 41a55968e OWB-1448 Fix Issue with Cdi annotation and alternatives
add eb4b4c607 OWB-1448 removing left over e.printStackTrace()
add 9bbd3f72a OWB-1448 rework following feedback
add 129a53845 OWB-1448 remove wildcard import
new 3feacc662 Merge pull request #127 from
jgallimore/owb_2.0.x-owb-cdi-junit
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../corespi/scanner/AbstractMetaDataDiscovery.java | 2 +-
.../junit5/features/AlternativeTest.java | 82 +++++++++++++++++++++
.../junit5/features/InterceptorTest.java | 84 ++++++++++++++++++++++
.../junit5/parameter/ParameterResolutionTest.java | 2 +-
.../junit5/perclass/PerMethodTest.java | 2 +-
.../openwebbeans/se/CDISeScannerService.java | 15 ++++
6 files changed, 184 insertions(+), 3 deletions(-)
create mode 100644
webbeans-junit5/src/test/java/org/apache/openwebbeans/junit5/features/AlternativeTest.java
create mode 100644
webbeans-junit5/src/test/java/org/apache/openwebbeans/junit5/features/InterceptorTest.java