-
Task
-
Resolution: Done
-
Major
-
6.2.11.Final, 7.0.0.Alpha4
-
None
Motivated by JBEAP-28496 where https://github.com/resteasy/resteasy/commit/364cb3476b9767004f0ad16ee75394b0c31132dd caused HeadersInViewResponseTest to fail. The test is using MavenUtil class which uses Aether dependencies to resolve and download maven artifacts. But that commit somehow changed dependency trees which in turn caused the test to fail.
But since I noticed that this is the only test that is using that MavenUtil, it might be easier to just get rid of that custom test util class. Especially when we can use ShrinkWrap Resolvers for the same task. Let's explore that option.
- is related to
-
JBEAP-28496 HeadersInViewResponseTest failing with latest RESTEasy if testsuite is build separately
- Coding In Progress