This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/main by this push:
new 8d628cecf OWB-1429 upgrade to CDI-TCK-4.0.12
8d628cecf is described below
commit 8d628cecfc797fa1d8946238f1cfee152e81047e
Author: Mark Struberg <[email protected]>
AuthorDate: Wed Nov 8 14:39:53 2023 +0100
OWB-1429 upgrade to CDI-TCK-4.0.12
---
pom.xml | 2 +-
webbeans-tck/standalone-suite.xml | 14 ++++++++++++++
webbeans-tck/testng-dev.xml | 4 +++-
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e6835c34c..64ec4d830 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
<httpclient.version>4.5.14</httpclient.version>
<xbean.version>4.24</xbean.version>
<arquillian.version>1.7.0.Alpha13</arquillian.version>
- <cdi.tck.version>4.0.9</cdi.tck.version>
+ <cdi.tck.version>4.0.12</cdi.tck.version>
<osgi.servlet.range>4.0</osgi.servlet.range>
<osgi.el.range>4.0</osgi.el.range>
diff --git a/webbeans-tck/standalone-suite.xml
b/webbeans-tck/standalone-suite.xml
index 048a7d6c8..7367eca48 100644
--- a/webbeans-tck/standalone-suite.xml
+++ b/webbeans-tck/standalone-suite.xml
@@ -226,6 +226,20 @@
</methods>
</class>
+ <!-- https://github.com/jakartaee/cdi-tck/issues/468 -->
+ <class
name="org.jboss.cdi.tck.tests.interceptors.definition.inheritance.InterceptorBindingInheritanceTest">
+ <methods>
+ <exclude name=".*"/>
+ </methods>
+ </class>
+ <!-- same as above #468. comparing a proxy with a contextual
instance is a bad idea -->
+ <class
name="org.jboss.cdi.tck.interceptors.tests.contract.invocationContext.InvocationContextTest">
+ <methods>
+ <exclude name="testGetTargetMethod"/>
+ </methods>
+ </class>
+
+
</classes>
diff --git a/webbeans-tck/testng-dev.xml b/webbeans-tck/testng-dev.xml
index 2f9ab5201..654cf0992 100644
--- a/webbeans-tck/testng-dev.xml
+++ b/webbeans-tck/testng-dev.xml
@@ -19,9 +19,11 @@
<test name="JSR-346 TCK">
<classes>
- <class
name="org.jboss.cdi.tck.tests.full.extensions.beanManager.unmanaged.UnmanagedInstanceTest"
>
+ <class
name="org.jboss.cdi.tck.interceptors.tests.contract.invocationContext.InvocationContextTest"
>
<methods>
+<!--
<include name="testNonContextualInstanceIsIntercepted"/>
+-->
</methods>
</class>