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
java.util.ServiceConfigurationError: org.jboss.resteasy.spi.config.ConfigurationFactory: org.jboss.resteasy.core.config.DefaultConfigurationFactory not a subtype
at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:591)
...
at org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine.<init>(ManualClosingApacheHttpClient43Engine.java:120)
at org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient43Engine.<init>(ApacheHttpClient43Engine.java:29)
at org.jboss.resteasy.client.jaxrs.engines.ClientHttpEngineBuilder43.createEngine(ClientHttpEngineBuilder43.java:265)
at org.jboss.resteasy.client.jaxrs.engines.ClientHttpEngineBuilder43.build(ClientHttpEngineBuilder43.java:210)
at org.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl.build(ResteasyClientBuilderImpl.java:415)
at org.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl.build(ResteasyClientBuilderImpl.java:47)
at com.sebastian_daschner.coffee.CoffeeSystem.<init>(CoffeeSystem.java:16)
at com.sebastian_daschner.coffee.CoffeeIT.<init>(CoffeeIT.java:9)
This would be very helpful in the interactive tests, since the way how I like to write plain JUnit tests (which programmatic stuff only) runs very fast.
When running Quarkus
2.0.0.Alpha1
in dev mode, I can't run a test which programmatically creates a JAX-RS client.Describe the bug
To Reproduce
Following code used in test:
Results in:
This would be very helpful in the interactive tests, since the way how I like to write plain JUnit tests (which programmatic stuff only) runs very fast.
Reproducer: https://github.com/sdaschner/quarkus-playground/tree/f9c23fa6fcfa0a83ae9f8f14c19ffca577d9b51d (test
CoffeeIT
)The text was updated successfully, but these errors were encountered: