Issues
- Add feature pack approach for running the Validator TCK against WildFlyHV-1967
- Switch to use arquillian-protocol-servlet-jakarta artifact instead of arquillian-protocol-servlet for testing with WildFly 27HV-1922Resolved issue: HV-1922Scott Marlow
- Provide an easy way to run the TCK with a provided WildFlyHV-1901Resolved issue: HV-1901Guillaume Smet
- Fix incontainer build for mainHV-1886Resolved issue: HV-1886Guillaume Smet
- Hibernate Validator version for EE 10/EL 5?HV-1857Resolved issue: HV-1857Justin Lee
- Reintroduce TCK Runner in container tests for Jakarta EE 9 using WildFly PreviewHV-1826Resolved issue: HV-1826Guillaume Smet
- Upgrade Bean Validation TCK to 3.0.0HV-1792Resolved issue: HV-1792Guillaume Smet
- Upgrade Bean Validation TCK to 3.0.0-M2HV-1786Resolved issue: HV-1786Guillaume Smet
- Move TCK signature check to tck-runner moduleHV-1731Resolved issue: HV-1731Gunnar Morling
- Upgrade to Bean Validation TCK 2.0.4.FinalHV-1649Resolved issue: HV-1649Guillaume Smet
- Allow running TCK tests in container mode with JDK 11HV-1647Resolved issue: HV-1647Guillaume Smet
- Upgrade WildFly to 14.0.0.Beta1HV-1646Resolved issue: HV-1646Guillaume Smet
- Update TCK to 2.0.3.FinalHV-1606Resolved issue: HV-1606Guillaume Smet
- Include JavaFX tests in TCK runs (local and incontainer)HV-1584Resolved issue: HV-1584Guillaume Smet
- updateStandaloneXml.groovy shoud take into account the property overridden with the command lineHV-1569Resolved issue: HV-1569Martin Simka
- Disable the access log of the security manager by defaultHV-1394Resolved issue: HV-1394Guillaume Smet
- Make JavaFX classes visible when running the TCK in incontainer modeHV-1354Resolved issue: HV-1354Guillaume Smet
- Upgrade TCK to 2.0.0.Beta2HV-1345Resolved issue: HV-1345Guillaume Smet
- Upgrade the TCK to 2.0.0.Beta1HV-1332Resolved issue: HV-1332Guillaume Smet
- Upgrade TCK to 2.0.0.Alpha3HV-1301Resolved issue: HV-1301Guillaume Smet
- Upgrade TCK to 2.0.0.Alpha2HV-1299Resolved issue: HV-1299Guillaume Smet
- Ensure we don't release anything with snapshot dependenciesHV-1251Resolved issue: HV-1251Guillaume Smet
- Upgrade the TCK before releasingHV-1250Resolved issue: HV-1250Guillaume Smet
- Use the WildFly patch file in the TCK runner when in incontainer modeHV-1167Resolved issue: HV-1167Guillaume Smet
- Adapt test.policy file of TCK runner for reading "validation.provider" propertyHV-1098Resolved issue: HV-1098Gunnar Morling
- Update the TCK to 2.0.0-SNAPSHOTHV-1090Resolved issue: HV-1090Guillaume Smet
- Update to Bean Validation TCK 1.1.4HV-999Resolved issue: HV-999Gunnar Morling
- Upgrade TCK Runner to use latest JSR-303 TCKHV-927Resolved issue: HV-927Hardy Ferentschik
- Provide a way to run the test suite using a security managerHV-913Resolved issue: HV-913Gunnar Morling
- Adapt to changed option name for excluding integration tests from TCK runHV-777Resolved issue: HV-777Gunnar Morling
- Disable tests failing on AS in tck-runner intead in the TCK itselfHV-758Resolved issue: HV-758Gunnar Morling
- Provide patched JAR for making AS 7.1.1 usable with HV 5.xHV-736Resolved issue: HV-736Gunnar Morling
- The tck runner setup fails to run in containerHV-685Resolved issue: HV-685Hardy Ferentschik
- Enable tck-runner to run 1.1 TCK in containerHV-670Resolved issue: HV-670Hardy Ferentschik
- Wrong license in tck-runner/src/test/resources/arquillian.xmlHV-669Resolved issue: HV-669
- Upgrade the tck runner module to BV TCK release 1.1.0.Beta2HV-649Resolved issue: HV-649
- Align TCK runner with beta release of BVTCKHV-635Resolved issue: HV-635Hardy Ferentschik
- Use WildFly for tck-runner moduleHV-619Resolved issue: HV-619Gunnar Morling
- Update tck-runner moduleHV-597Resolved issue: HV-597Hardy Ferentschik
- Upgrade AS 7 dependenciesHV-558Resolved issue: HV-558
- Update TCK runner to run against AS 7.1HV-545Resolved issue: HV-545Hardy Ferentschik
- Upgrade BV TCK dependency to 1.0.6.GAHV-510Resolved issue: HV-510
- Update tck runner to run against AS 7.0.0.FinalHV-505Resolved issue: HV-505Hardy Ferentschik
- Run TCK against AS 7HV-459Resolved issue: HV-459
- Remove obsolete dependency exlusion from tck-runner pomHV-379Resolved issue: HV-379
- Update TCK runner dependecies to not depend on the JBoss deprecated repoHV-327Resolved issue: HV-327
- Tests in GroupSequenceIsolationTest and NestedConstraintCompositionTest need to be mapped or moved to the HV test suiteHV-225Resolved issue: HV-225Hardy Ferentschik
- MessageInterpolationTest#testFallbackToDefaultLocaleHV-222Resolved issue: HV-222Hardy Ferentschik
- ValidatorResolutionTest#testResolutionOfMultipleSizeValidators uses generics in the constraintValidator resolutionHV-217Resolved issue: HV-217Hardy Ferentschik
- CustomConstraintValidatorTest#testNonInterpolatedMessageParameterIsUsed assumes English locale, needs fix before commented line reactivationHV-206Resolved issue: HV-206Hardy Ferentschik
50 of 55
Add feature pack approach for running the Validator TCK against WildFly
Description
Environment
None
Details
Assignee
UnassignedUnassignedReporter
Scott MarlowScott MarlowParticipants
James PerkinsScott MarlowComponents
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Scott Marlow
Scott MarlowParticipants
James Perkins
Scott Marlow
Components
Priority
Created October 10, 2023 at 7:35 PM
Updated October 10, 2023 at 8:30 PM
Activity
Show:
James PerkinsOctober 10, 2023 at 8:30 PM
It looks like now it uses the patching mechanism to update a WildFly installation. IMO it would be better to use a feature pack. This is what RESTEasy is doing now as well as the various RESTEasy sub projects.
We previously discussed on https://hibernate.zulipchat.com/#narrow/stream/132093-hibernate-validator-dev/topic/Running.20the.20EE.2010.20BV.20TCK.20locally.3F which had suggestions that we can review.
Thanks for suggesting the idea of creating a WildFly feature pack as an alternative to what we do currently when running WildFly against the HV TCK Runner.
For reference, currently we delete few lines via: