Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Use the latest jsonschema2pojo to fix an issue with schema names #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryangardner
Copy link

I had an issue using the raml-jaxrs-codegen plugin that I traced down to the jsonschema2pojo creating the pojo with a name that didn't reflect what the rest of the code generation was expecting, so the generated code wouldn't compile.

There was a comment in the code about returning the actual generated type once joelittlejohn/jsonschema2pojo#137 was fixed - that issue has been fixed in 0.4.1 of org.jsonschema2pojo

This pull request uses that fixed version of jsonschema2pojo to fix the issue that I am experiencing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant