You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by st...@apache.org on 2018/02/23 21:58:43 UTC

bval git commit: downgrade to arquillian-1.1.11.Final

Repository: bval
Updated Branches:
  refs/heads/bv2 b6739cd6a -> ca2212e0c


downgrade to arquillian-1.1.11.Final


Project: http://git-wip-us.apache.org/repos/asf/bval/repo
Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/ca2212e0
Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/ca2212e0
Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/ca2212e0

Branch: refs/heads/bv2
Commit: ca2212e0ca59bd0ef67625625a3e0f4d0c16b7fe
Parents: b6739cd
Author: Mark Struberg <st...@apache.org>
Authored: Fri Feb 23 22:58:15 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Fri Feb 23 22:58:15 2018 +0100

----------------------------------------------------------------------
 bval-tck11/pom.xml              | 2 +-
 bval-tck11/work-tests-suite.xml | 8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bval/blob/ca2212e0/bval-tck11/pom.xml
----------------------------------------------------------------------
diff --git a/bval-tck11/pom.xml b/bval-tck11/pom.xml
index 8832c02..ed72752 100644
--- a/bval-tck11/pom.xml
+++ b/bval-tck11/pom.xml
@@ -33,7 +33,7 @@ under the License.
     <properties>
         <tck.version>2.0.2.Final</tck.version>
         <owb.version>2.0.4</owb.version>
-        <arquillian.version>1.1.13.Final</arquillian.version>
+        <arquillian.version>1.1.11.Final</arquillian.version>
         <validation.provider>org.apache.bval.jsr.ApacheValidationProvider</validation.provider>
     </properties>
 

http://git-wip-us.apache.org/repos/asf/bval/blob/ca2212e0/bval-tck11/work-tests-suite.xml
----------------------------------------------------------------------
diff --git a/bval-tck11/work-tests-suite.xml b/bval-tck11/work-tests-suite.xml
index a5f8c39..3bb8b11 100644
--- a/bval-tck11/work-tests-suite.xml
+++ b/bval-tck11/work-tests-suite.xml
@@ -16,13 +16,15 @@
 -->
 <!--
 JUST HERE TO BE ABLE TO RUN TCK ONE BY ONE WHEN DEVELOPING
-think to add -Dvalidation.provider=org.apache.bval.jsr303.ApacheValidationProvider to your runner config
+think to add -Dvalidation.provider=org.apache.bval.jsr.ApacheValidationProvider to your runner config
 -->
 <suite name="tmp" verbose="1">
   <test name="tmp">
     <classes>
-      <class name="org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority.ValidationInterceptorPriorityTest">
-      </class>
+      <class name="org.hibernate.beanvalidation.tck.tests.xmlconfiguration.groupconversion.containerelement.XmlBasedContainerElementGroupConversionValidationTest"/>
+<!--
+      <class name="org.hibernate.beanvalidation.tck.tests.util.ConstraintViolationAssertTest"/>
+-->
     </classes>
   </test>
 </suite>