mulesoft-labs / raml-for-jax-rs

This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.
Other
295 stars 181 forks source link

Certain values for mediaType result in invalid Java code #135

Open tsnee opened 9 years ago

tsnee commented 9 years ago

If a RAML document has a top-level header of "mediaType: application/json;version=1", the Resource class source generated from it can have a semicolon in its method names, preventing it from compiling.

jpbelang commented 6 years ago

Make sure this works in 2.x