You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While looking at why the dependabot upgrade of RestEasy to 6.2.6.Final was failing the CI tests, I found the following execption showing up in the Jetty output (once configured correctly):
This version of RestEasy has updated the jakarta.ws.rs-api to 3.1.0 and is using new classes from the version whcih makes the current usage of 3.0.0 fail.
We also need to update the configuration of Jetty in the test module to property log output as this failure was not seen in the CI run logs.
The text was updated successfully, but these errors were encountered:
While looking at why the dependabot upgrade of RestEasy to 6.2.6.Final was failing the CI tests, I found the following execption showing up in the Jetty output (once configured correctly):
This version of RestEasy has updated the jakarta.ws.rs-api to 3.1.0 and is using new classes from the version whcih makes the current usage of 3.0.0 fail.
We also need to update the configuration of Jetty in the test module to property log output as this failure was not seen in the CI run logs.
The text was updated successfully, but these errors were encountered: