joelittlejohn / jsonschema2pojo

Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
http://www.jsonschema2pojo.org
Apache License 2.0
6.24k stars 1.66k forks source link

Bug with Quarkus 3 #1521

Closed alexchond closed 1 year ago

alexchond commented 1 year ago

When I upgraded to quarkus 3.0.3 version json schema makes the packages private so I cannot inherit classes inside other classes. E.g. I create an Audit class and I put an audit property inside another class. I get an error saying cannot access package.Audit