Skip to main content
1 vote
1 answer
99 views

I am using the latest Version of the Keycloak Admin Client <dependency> <!-- provides convenience classes for accessing the keycloak rest api --> <groupId>org.keycloak</...
Michael Von Bargen's user avatar
0 votes
0 answers
42 views

I am trying to create a JerseyTest setup where a Spring applicationContext is provided to the JerseyTest. I am using Jersey 2.47, Spring 5.3.39 and jersey-spring5. I am overriding the ...
user16540816's user avatar
0 votes
0 answers
66 views

As you can see in TestRest.java I am trying to return a POJO in JSON. I would like to configure tomcat and jersey to automatically convert POJOs to JSON in the response. The way it is configured ...
Dan B's user avatar
  • 63
0 votes
1 answer
84 views

I have a legacy java application using jersey 2.x and deployed to tomcat 8. Recently I migrated it to the latest version of spring boot. The migration went without any issue and all the function tests ...
xing's user avatar
  • 504
0 votes
0 answers
50 views

I am trying to set up the bean validation in my jersey server. I would like to assure that everytime I get an email in this bean it is not null. But with this current setup, everytime jersey tries to ...
Rik Smits's user avatar
0 votes
1 answer
122 views

I'm using Swagger with Jersey (JAX-RS) to serve API documentation. I configure Swagger like this: ResourceConfig swaggerResourceConfig = new ResourceConfig() .packages("io.swagger.v3.jaxrs2....
dmn28's user avatar
  • 53
0 votes
1 answer
110 views

I have an existing REST API (has been around for years now and I'm the original author) which has multiple end-points. I just added a new end-point for uploading files. The end-point method resource ...
Brien Halstead's user avatar
0 votes
0 answers
30 views

I am working on a Spring Jersey application where I need to import a document into Outline using their API. However, when I send the POST request to /documents.import, I receive a 400 Bad Request ...
Nobil Gautam's user avatar
0 votes
0 answers
39 views

I am trying to run apache ranger2.5.0 docker image built with jdk11 on kubernetes. Ranger process starts but the REST endpoint initialization fails with below logs in cataline.out Pod logs ...
SurjanSRawat's user avatar
0 votes
0 answers
31 views

I'm working on a backend for a frontend application for a portal that has grown over the last years and already counts over 2500 unique endpoints/rest methods. We're using Jersey for our RESTful ...
Roonaan's user avatar
  • 1,066
0 votes
1 answer
62 views

I am trying to use a Jersey (3.x) client with ApacheConnector but I observed that in case a chunked gzip response is received. the connection gets closed as soon as the response is read. The ...
user29495070's user avatar
0 votes
0 answers
22 views

I have a code which works fine for jersey < 2.26 but fails on jersey >= 2.26 (version at which they removed hard binding with hk2 DI) Code - 2.23 Create custom ResourceMethodDispatcher and its ...
Atul's user avatar
  • 894
0 votes
0 answers
25 views

I am starting to use JAXRS to build a small application. I started with just a simple API that returns a hello world string on an API GET /api/hello. Here is my progress but I can't seem to let it ...
cyrusniu's user avatar
0 votes
0 answers
45 views

Problem: I have to make JAX RS client call for GET HTTP method. But, the response is a Form data. I need help in knowing how to read the response which is of type FormData. Ex: ClientConfig config = ...
Shubha P's user avatar
0 votes
0 answers
35 views

I have a simple application where I want to provide my custom ResourceMethodDispatcher, in FINEST level log, I can see this 27-Jan-2025 12:36:57.304 FINEST [main] org.glassfish.jersey.server.model....
Atul's user avatar
  • 894

15 30 50 per page
1
2 3 4 5
692