This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
from b484a8f22 [maven-release-plugin] prepare for next development iteration
add bed4f65ce OWB-1448 Fix Issue with Cdi annotation and alternatives
add 5c0a4fc14 OWB-1448 removing left over e.printStackTrace()
add 64c1c3e1f OWB-1448 rework following feedback
add fec207ce8 OWB-1448 remove wildcard import
new 916a77224 Merge pull request #126 from jgallimore/main-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