jettison-json / jettison

Apache License 2.0
46 stars 28 forks source link

upgraded jettison 1.5.1 to 1.5.2 , throwing error were JSONObject used and force to handle try/catch or surround with JSONException #68

Open prasa18 opened 1 year ago

prasa18 commented 1 year ago

public Response list(){ JSONObject json = new JSONObject(infoService.listEnvironment()); return Response.status(HttpStatus.SC_OK).entity(json.toString()).build(); }

coheigea commented 1 year ago

What's the error? Can you provide a stack trace?