python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Plan to upgrade version of Dropwizard in GraphDB?
We are maintaining an application using GraphDB as a backend service. This application is built on spring-boot, and we are testing the application with a test-dependency to graphdb-runtime. It seems l...
Erik Godding Boye
Votes: 0
Answers: 1
Dropwizard/Jersey resource handler not correctly parsing json data
I'm working on a Dropwizard/Jersey backend. In one particular case, the data sent is not being parsed into the appropriate object. If I add @NotEmpty to a string field, I get a 422 error. Here is the ...
Mark Lilback
Votes: 0
Answers: 1
How does a request reaches Resource class in Jersey RESTful API?
I have been using Jersey, Tomcat, and Dropwizard for quite some time. But I am still not able to get what all actions happen from the point a request reaches port 8080 of a server to the point when it...
Kuldeep Yadav
Votes: 0
Answers: 1
Dropwizard HttpClient Multipart http Request - Java
I am getting Multipart request from UI to upload csv file but call is going through one orchestrator service (dropwizard-version : 0.9.2) to target service (dropwizard-version : 1.2.2) for upload. Whi...
Abhishek
Votes: 0
Answers: 1