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
{{ message }}
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
I have an adaptor that also includes the latest oslc-client library oslc4j-client (the one for jax-rs 2.0).
If I do a GET JSON-LD, I will get the exception below!
Why? As soon as I include the oslc4j-client library, I end up using the Apache httpclient version 4.0 (due to the old oauth library). Without oslc4j-client, I use the needed httpclient version 4.5.10.
Dependency Hierarchy for an adaptor without oslc4j-client
Dependency Hierarchy for an adaptor with oslc4j-client
Exception
javax.servlet.ServletException: javax.servlet.ServletException: org.glassfish.jersey.server.ContainerException: java.lang.NoClassDefFoundError: org/apache/http/client/RedirectStrategy
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:168)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
at org.eclipse.jetty.server.Server.handle(Server.java:505)
The text was updated successfully, but these errors were encountered:
I have an adaptor that also includes the latest oslc-client library
oslc4j-client
(the one for jax-rs 2.0).If I do a GET JSON-LD, I will get the exception below!
Why? As soon as I include the
oslc4j-client
library, I end up using the Apache httpclient version 4.0 (due to the old oauth library). Withoutoslc4j-client
, I use the needed httpclient version 4.5.10.Dependency Hierarchy for an adaptor without
oslc4j-client
Dependency Hierarchy for an adaptor with
oslc4j-client
Exception
The text was updated successfully, but these errors were encountered: