This is an automated email from the ASF dual-hosted git repository.
struberg pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
from 7cb827423 OWB-1446 start tomcat via cargo
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
No new revisions were added by this update.
Summary of changes:
samples/guess/pom.xml | 23 +--
samples/pom.xml | 47 +++++-
.../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 +-
11 files changed, 289 insertions(+), 67 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%)