-
Notifications
You must be signed in to change notification settings - Fork 6k
Feature/jaxrs resteasy #2021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/jaxrs resteasy #2021
Conversation
@chameleon82 thanks for the PR. Here are some suggestions:
|
Add sample into samples/petstore/jaxrs-resteasy Update multipart/form-data ability
@chameleon82 thanks for incorporating my feedback. PR merged. |
LocalDateTimeProvider.java for RESTEasy is broken, there is a LocalDate variable which should be LocalDateTime in line 16 |
@krisztiankocsis thanks for reporting the issue and suggesting a fix. Do you mind submitting a PR for the fix so that the credit goes back to you? Ref: https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md |
Yeap, I’m working on it. On 2016. március 9. at 14:13:29, wing328 ([email protected]) wrote: @krisztiankocsis thanks for reporting the issue and suggesting a fix. Do you mind submitting a PR for the fix so that the credit goes back to you? Ref: https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md — |
Still has issues: #2356 |
Resteasy module. Generate code for Jboss/Wildfly servers. Based on Resteasy 3.0.11 framework ( JAX-RS 2.0)