]
Brian Stansberry updated WFLY-14065:
------------------------------------
Fix Version/s: 23.0.0.Beta1
(was: 22.0.0.Beta1)
RESTEasy TS BlacklistedMediaTypeTest (bootable JAR) deployment fails
when executed against WildFly 21
-----------------------------------------------------------------------------------------------------
Key: WFLY-14065
URL:
https://issues.redhat.com/browse/WFLY-14065
Project: WildFly
Issue Type: Bug
Affects Versions: 21.0.0.Final
Reporter: Fabio Burzigotti
Priority: Minor
Fix For: 23.0.0.Beta1
This affects executions against WildFly 21 Final, which at the moment depends on RESTEasy
3.13.2.Final.
The Bouncycastle module definition has just {{org.bouncycastle}} which is reflected by:
https://github.com/resteasy/Resteasy/blob/3.14/testsuite/integration-test...
The mentioned deployment structure is then used by the test:
https://github.com/resteasy/Resteasy/blob/3.14/testsuite/integration-test...
which is passing when executed a standard WildFly 21 distribution and instead is failing
when executed against the same version provisioned by Galleon.