Enable fault-tolerance tests on JDK 16+ #17080
Labels
area/fault-tolerance
area/housekeeping
Issue type for generalized tasks not related to bugs or enhancements
area/smallrye
Milestone
Update to a smallrye-fault-tolerance release that incorporates smallrye/smallrye-fault-tolerance#409 (probably 5.0.1?) and revert this commit: d929049
Relates to #16195 (comment)
sdk
)--add-opens java.base/java.util=ALL-UNNAMED
toMAVEN_OPTS
mvn -Dquickly -T1C
mvn clean verify -f tcks/microprofile-fault-tolerance
(should not fail)mvn clean verify -f tcks/microprofile-fault-tolerance -P'!jdk16-workarounds'
(should fail)integration-tests/main
(RestClientTestCase#testFaultTolerance
)The text was updated successfully, but these errors were encountered: