Branch: refs/heads/main
Home:
https://github.com/jakartaee/validation-tck
Commit: 66c0b33a93ccf50176a81c57a26c7735d6c0224d
https://github.com/jakartaee/validation-tck/commit/66c0b33a93ccf50176a81c...
Author: Scott M Stark <starksm64(a)gmail.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M
standalone-container-adapter/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension
Log Message:
-----------
Rollback change that made the BeanValidationLocalContainerExtension a vetoed extension
Signed-off-by: Scott M Stark <starksm64(a)gmail.com>
Commit: f831a4d9f97a7ee0f4a8033d56ea5ee5766e5f25
https://github.com/jakartaee/validation-tck/commit/f831a4d9f97a7ee0f4a803...
Author: Scott M Stark <starksm64(a)gmail.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M README.md
M checkstyle.xml
M distribution/pom.xml
M distribution/src/main/assembly/dist.xml
M documentation/pom.xml
M documentation/src/main/asciidoc/sigtest.asciidoc
M pom.xml
M setup-examples/artifact-install.sh
M setup-examples/maven/pom-local.xml
M setup-examples/maven/pom.xml
M setup-examples/maven/readme.md
M setup-examples/maven/src/test/resources/arquillian.xml
M setup-examples/readme.md
M standalone-container-adapter/pom.xml
M tests/pom.xml
M
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/ExecutableValidationIgnoresValidatedExecutableXmlSettingsTest.java
M
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/ValidateConstructorParametersTest.java
A
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/constraint/ValidStockItemRecord.java
A
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/model/StockItemRecord.java
M
tests/src/main/java/org/hibernate/beanvalidation/tck/util/JavaFXTestsMethodSelector.java
M
tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/customprovider/jakarta.validation.spi.ValidationProvider
M
tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/managedobjects/jakarta.validation.valueextraction.ValueExtractor
M
tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/managedobjects/jakarta.validation.valueextraction.ValueExtractor-throwsException
M
tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/valueextraction/declaration/jakarta.validation.valueextraction.ValueExtractor
M tests/src/main/resources/tck-tests.xml
Log Message:
-----------
Update all versions
Update maven example to use glassfish 7 and org.omnifaces.arquillian container plugin
Fix the regressions caused by validation rename
Add basic java record tests
Update java se version to 17
Signed-off-by: Scott M Stark <starksm64(a)gmail.com>
Commit: 983674701c88adf8ab878d3321117fb35c669e66
https://github.com/jakartaee/validation-tck/commit/983674701c88adf8ab878d...
Author: Scott M Stark <starksm64(a)gmail.com>
Date: 2024-01-26 (Fri, 26 Jan 2024)
Changed paths:
M documentation/src/main/asciidoc/installation.asciidoc
M setup-examples/maven/pom-local.xml
M
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/ValidateConstructorParametersTest.java
M
tests/src/main/java/org/hibernate/beanvalidation/tck/util/JavaFXTestsMethodSelector.java
Log Message:
-----------
Update tck installation to require Java 17 and EE 10
Add record cross parameter validation test
Signed-off-by: Scott M Stark <starksm64(a)gmail.com>
Commit: 0422797229ce4a73909a1e6a8c9f991e79943b05
https://github.com/jakartaee/validation-tck/commit/0422797229ce4a73909a1e...
Author: Scott M Stark <starksm64(a)gmail.com>
Date: 2024-01-26 (Fri, 26 Jan 2024)
Changed paths:
A
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/model/ComplexStockItemRecord.java
Log Message:
-----------
Add ComplexStockItemRecord
Signed-off-by: Scott M Stark <starksm64(a)gmail.com>
Commit: 12562327b582308ff9bdcd1207390bcc3ce8fb46
https://github.com/jakartaee/validation-tck/commit/12562327b582308ff9bdcd...
Author: Scott M Stark <starksm64(a)gmail.com>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M README.md
M checkstyle.xml
M pom.xml
M setup-examples/readme.md
M
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/constraint/ValidStockItemRecord.java
Log Message:
-----------
Update for comments from @mswatosh
Signed-off-by: Scott M Stark <starksm64(a)gmail.com>
Commit: 25d3e27d2b62574466635fc8acd79b21f214bf57
https://github.com/jakartaee/validation-tck/commit/25d3e27d2b62574466635f...
Author: Scott M Stark <starksm64(a)gmail.com>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
M pom.xml
M tests/pom.xml
Log Message:
-----------
Switch to the jakarta.tck:sigtest-maven-plugin
Signed-off-by: Scott M Stark <starksm64(a)gmail.com>
Commit: 5c01cf63ee2d0f5286601a48872f587ef807a923
https://github.com/jakartaee/validation-tck/commit/5c01cf63ee2d0f5286601a...
Author: Scott M Stark <starksm64(a)gmail.com>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
M README.md
M distribution/pom.xml
M distribution/src/main/assembly/dist.xml
M documentation/pom.xml
M documentation/src/main/asciidoc/installation.asciidoc
M documentation/src/main/asciidoc/sigtest.asciidoc
M pom.xml
M setup-examples/artifact-install.sh
M setup-examples/maven/pom-local.xml
M setup-examples/maven/pom.xml
M setup-examples/maven/readme.md
M setup-examples/maven/src/test/resources/arquillian.xml
M setup-examples/readme.md
M standalone-container-adapter/pom.xml
M
standalone-container-adapter/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension
M tests/pom.xml
M
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/ExecutableValidationIgnoresValidatedExecutableXmlSettingsTest.java
M
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/ValidateConstructorParametersTest.java
A
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/constraint/ValidStockItemRecord.java
A
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/model/ComplexStockItemRecord.java
A
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/model/StockItemRecord.java
M
tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/customprovider/jakarta.validation.spi.ValidationProvider
M
tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/managedobjects/jakarta.validation.valueextraction.ValueExtractor
M
tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/managedobjects/jakarta.validation.valueextraction.ValueExtractor-throwsException
M
tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/valueextraction/declaration/jakarta.validation.valueextraction.ValueExtractor
M tests/src/main/resources/tck-tests.xml
Log Message:
-----------
Merge pull request #195 from jakartaredhat/main
Updates for 3.1.0-M2 milestone
Compare:
https://github.com/jakartaee/validation-tck/compare/912ff98128fa...5c01cf...