-
Bug
-
Resolution: Done
-
Minor
-
3.13.2.Final
-
None
-
None
-
-
-
Undefined
This affects executions against WildFly 21 Final, which at the moment depends on RESTEasy 3.13.2.Final.
Given that the next version to be used should be 3.14 the fix should target that branch, otherwise if `3.13` is going to be kept it will need to be back ported there.
In WildFly 21 he Bouncycastle module definition has just org.bouncycastle which is reflected by: https://github.com/resteasy/Resteasy/blob/3.14/testsuite/integration-tests/src/test/resources/jboss-deployment-structure-bouncycastle.xml
The mentioned deployment structure is then used by the test: https://github.com/resteasy/Resteasy/blob/3.14/testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/mediatype/BlacklistedMediaTypeTest.java#L85
which is passing when executed a standard WildFly 21 distribution and instead is failing when executed against the same version provisioned by Galleon.
Here (and following comments) is where this behavior is detailed: https://issues.redhat.com/browse/WFLY-14065?focusedCommentId=15425523&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-15425523
- clones
-
WFLY-14065 RESTEasy TS BlacklistedMediaTypeTest (bootable JAR) deployment fails when executed against WildFly 21
- Open
- relates to
-
RESTEASY-2748 BlacklistedMediaTypeTest deployment fails when executed against EAP 7.3.x/XP 2
- Resolved