restlet-framework-java icon indicating copy to clipboard operation
restlet-framework-java copied to clipboard

The first REST API framework for Java

Results 160 restlet-framework-java issues
Sort by recently updated
recently updated
newest added

Hi, I am using Restlet 2.3.6 and I have found a very weird issue that I cannot track down into the code. On the logs of my application I see...

Module: Restlet API

[5.zip](https://github.com/restlet/restlet-framework-java/files/351853/5.zip) Hello. I can't parse this $metadata (content in 5.xml). If I removing sap:label attribute with extended characters (with errors on it while parsing) I see errors too. Please upgrade...

Extension: OData

In our application we are using HttpURLConnection restlet library for requests. Initially we were having FollowRedirect=false and redirects were handled by restlet library completely. But recently we faced an issue...

Extension: Net

It seems `org.restlet.ext.swagger` v2.3.7 is still using `com.wordnik.swagger.annotations` instead of the new [`io.swagger.annotations` library](https://github.com/swagger-api/swagger-core/wiki/Annotations-1.5.X), and it'd be nice to be able to use the new annotations library with support for...

Extension: Swagger

For the 1st request, I get the JSON response. From the next request onwards I start getting this log and HTTP Status Code 204, even though the ServerResource is successfully...

Edition: GAE

I compiled my application with a newer restlet (2.3.7) and the error mentioned in #964 popped up again but in another class: > ..../org.restlet.ext.jackson-2.3.7.jar: Invalid package reference in library; not...

Extension: Jackson

As reported in #945 it isn't possible today to support the resolution of generic types references. We should enhance our introspection logic.

Extension: Swagger
Type: enhancement

cf this question: http://stackoverflow.com/questions/29557622/gradle-wont-resolve-dependency-maven-will.

Distribution: Maven
State: analysis
Extension: Swagger
Priority: high

I have my own implementation of core, where I use the Access-Control-*-headers as custom headers. But after upgrading to 2.3.2 this implementation all of the sudden stopped working and the...

Module: Restlet API
Type: bug
Version: 2.3
Priority: high
State: waiting for input

The Javadoc page of the Introspector is here: http://restlet.com/technical-resources/restlet-framework/javadocs/2.3/jse/ext/org/restlet/ext/apispark/Introspector.html This page doesn't contain any information on the parameters supported by the Introspector program. Also, it doesn't include an hyperlink to...

Type: bug
State: new
Extension: Swagger