This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.1
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
omit 6a52460d3 Bump org.apache.maven.plugins:maven-surefire-plugin from
3.2.5 to 3.5.1
add 3dd9bbd81 OWB-1441 - Add reproducer test case
add 45e578719 OWB-1441 fix exception if custom interceptor has no default
ct
add d531bd9bc OWB-1446 move guess sample to cargo-m-p
add ea70cbb7b fixed version
add d55b805fc fixed maven repos
add b3110b39b checkstyle
add c103d1e16 checkstyle
add 9d4f3dd7d Bump xbean.version from 4.25 to 4.26
add 8db40a9cf Merge pull request #106 from
apache/dependabot/maven/xbean.version-4.26
add 678416666 Bump org.apache.maven.plugins:maven-surefire-plugin from
3.2.5 to 3.5.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6a52460d3)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.1
(678416666)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
pom.xml | 2 +-
samples/guess/pom.xml | 23 +--
samples/pom.xml | 47 +++++-
samples/standalone-sample/pom.xml | 2 +-
.../java/org/apache/webbeans/se/sample/Boot.java | 4 +-
.../apache/webbeans/se/sample/gui/LoginWindow.java | 8 +-
webbeans-gradle/pom.xml | 6 +-
.../webbeans/portable/InjectionTargetImpl.java | 22 +--
.../interceptorbean/BigBrotherInterceptor.java | 6 +
.../interceptorbean/BigBrotherInterceptorBean.java | 2 +-
.../CustomInterceptorTest.java | 10 +-
.../test/interceptors/owb1441/WatchExtension.java | 164 +++++++++++++++++++++
.../WatchInterceptor.java} | 49 +++---
.../WatchInterceptorBean.java} | 20 +--
.../BigBrothered.java => owb1441/Watched.java} | 10 +-
.../web/tomcat7/test/OwbTomcatPluginIT.java | 3 +-
16 files changed, 302 insertions(+), 76 deletions(-)
copy
webbeans-impl/src/test/java/org/apache/webbeans/test/interceptors/{interceptorbean
=> owb1441}/CustomInterceptorTest.java (86%)
create mode 100644
webbeans-impl/src/test/java/org/apache/webbeans/test/interceptors/owb1441/WatchExtension.java
copy
webbeans-impl/src/test/java/org/apache/webbeans/test/interceptors/{interceptorbean/BigBrotherInterceptor.java
=> owb1441/WatchInterceptor.java} (57%)
copy
webbeans-impl/src/test/java/org/apache/webbeans/test/interceptors/{interceptorbean/BigBrotherInterceptorBean.java
=> owb1441/WatchInterceptorBean.java} (77%)
copy
webbeans-impl/src/test/java/org/apache/webbeans/test/interceptors/{interceptorbean/BigBrothered.java
=> owb1441/Watched.java} (82%)