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
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