This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new c91a746153 TOMEE-4327 - Adds the JIRA to the exclusion of the failing 
bval tests due to J17 - needed to track to be fixed after next bval release.
c91a746153 is described below

commit c91a7461532d56e5ec81161fd716da922f73c2ec
Author: Richard Zowalla <r...@apache.org>
AuthorDate: Tue Apr 23 16:31:18 2024 +0200

    TOMEE-4327 - Adds the JIRA to the exclusion of the failing bval tests due 
to J17 - needed to track to be fixed after next bval release.
---
 tck/bval-embedded/src/test/resources/beanvalidation-tck-tests-suite.xml | 2 +-
 tck/bval-tomee/src/test/resources/beanvalidation-tck-tests-suite.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/tck/bval-embedded/src/test/resources/beanvalidation-tck-tests-suite.xml 
b/tck/bval-embedded/src/test/resources/beanvalidation-tck-tests-suite.xml
index 23b3ce6818..2b99e45198 100644
--- a/tck/bval-embedded/src/test/resources/beanvalidation-tck-tests-suite.xml
+++ b/tck/bval-embedded/src/test/resources/beanvalidation-tck-tests-suite.xml
@@ -39,7 +39,7 @@
 
         <packages>
             <package name="org.hibernate.beanvalidation.tck.tests.*">
-                <!-- FIXME: This tests seem to be broken on Java 17+ (also in 
BVAL itself) - exclude for now -->
+                <!-- FIXME: TOMEE-4327 This tests seem to be broken on Java 
17+ (also in BVAL itself) - exclude for now -->
                 <exclude 
name="org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.*"/>
             </package>
         </packages>
diff --git 
a/tck/bval-tomee/src/test/resources/beanvalidation-tck-tests-suite.xml 
b/tck/bval-tomee/src/test/resources/beanvalidation-tck-tests-suite.xml
index 23b3ce6818..2b99e45198 100644
--- a/tck/bval-tomee/src/test/resources/beanvalidation-tck-tests-suite.xml
+++ b/tck/bval-tomee/src/test/resources/beanvalidation-tck-tests-suite.xml
@@ -39,7 +39,7 @@
 
         <packages>
             <package name="org.hibernate.beanvalidation.tck.tests.*">
-                <!-- FIXME: This tests seem to be broken on Java 17+ (also in 
BVAL itself) - exclude for now -->
+                <!-- FIXME: TOMEE-4327 This tests seem to be broken on Java 
17+ (also in BVAL itself) - exclude for now -->
                 <exclude 
name="org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.*"/>
             </package>
         </packages>

Reply via email to