समाचार

I am trying to add this plugin to a quarkus project running on gradle 8.10.2 It is failing with the following stack trace: Caused by: java.lang.NoClassDefFoundError: liquibase/Scope at ...
Steps to Reproduce Install a JAX-WS application that uses an EJB as the endpoint, and include an interceptor that will throw an exception that is not on the throws clause of the EJB interface. Then ...