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 bc9f839dd OWB-1417 enable tck again
     new f6a57fed9 OWB-1417 adopt TCK setup for package moves
     new c204f452c OWB1417 explicit test for @Priority on Interceptor

The 2 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:
 bom/openwebbeans-se-bom/pom.xml                    | 161 ++++++++++-----------
 webbeans-impl/src/it/properties/pom.xml            |  11 --
 .../webbeans/config/OpenWebBeansConfiguration.java |   4 +-
 .../interceptors/priority/InterceptedBean.java     |  11 +-
 .../priority/NotPriorityActivatedInterceptor.java} |  16 +-
 .../PriorityActivatedInterceptor.java}             |  23 +--
 .../PriorityActivatedInterceptorBinding.java       |   8 +-
 .../priority/PriorityActivatedInterceptorTest.java |  57 ++++++++
 webbeans-tck/pom.xml                               |   5 +
 .../META-INF/openwebbeans/openwebbeans.properties  |   2 +-
 webbeans-tck/standalone-suite.xml                  |  60 ++++----
 webbeans-tck/testng-dev.xml                        |   7 +-
 webbeans-tomcat/pom.xml                            |   9 +-
 webbeans-tomcat/src/it/servletinjection/pom.xml    |  22 +--
 14 files changed, 229 insertions(+), 167 deletions(-)
 copy 
webbeans-web/src/it/forward/b/src/main/java/org/superbiz/beans/RequestScopedBean.java
 => 
webbeans-impl/src/test/java/org/apache/webbeans/test/interceptors/priority/InterceptedBean.java
 (82%)
 copy 
webbeans-impl/src/test/java/org/apache/webbeans/test/{component/exception/AroundInvokeWithStaticMethodComponent.java
 => interceptors/priority/NotPriorityActivatedInterceptor.java} (75%)
 copy 
webbeans-impl/src/test/java/org/apache/webbeans/test/interceptors/{common/SecureInterceptor.java
 => priority/PriorityActivatedInterceptor.java} (74%)
 copy 
samples/reservation/src/main/java/org/apache/webbeans/reservation/bindings/intercep/Transactional.java
 => 
webbeans-impl/src/test/java/org/apache/webbeans/test/interceptors/priority/PriorityActivatedInterceptorBinding.java
 (90%)
 create mode 100644 
webbeans-impl/src/test/java/org/apache/webbeans/test/interceptors/priority/PriorityActivatedInterceptorTest.java

Reply via email to