Agustí Sánchez
Agustí Sánchez
Provide configuration option to allow formatting numbers in different locales. Currently, decimals are separated by dots and thousands by commas as in English, but other languages follow different conventions. This...
In order to use it with Docker and docker-compose, place it alongside `Dockerfile`, build it into the image with exec permissions and reference it in `docker-compose.yml`. ``` - Dockerfile -...
Apache Wink cannot be configured to use the self-signed SSL certificates typically used in development environments. Who had the idea to base this library on a retired project such as...
``` java.lang.NoSuchMethodError: javax.ws.rs.core.MultivaluedMap.addAll(Ljava/lang/Object;[Ljava/lang/Object;)V at org.glassfish.jersey.client.ClientRequest.accept(ClientRequest.java:326) at org.glassfish.jersey.client.JerseyInvocation$Builder.accept(JerseyInvocation.java:237) at org.glassfish.jersey.client.JerseyInvocation$Builder.accept(JerseyInvocation.java:154) at com.unboundid.scim.facade.org.apache.wink.client.Resource.get(Resource.java:177) at com.unboundid.scim.sdk.SCIMEndpoint.query(SCIMEndpoint.java:353) at com.unboundid.scim.sdk.SCIMEndpoint.query(SCIMEndpoint.java:276) at com.unboundid.scim.sdk.SCIMEndpoint.query(SCIMEndpoint.java:254) ``` This is because Apache Wink 1.4 adds an incompatible JAX-RS 1.1 library,...