drccrd opened a new pull request, #6785: URL: https://github.com/apache/incubator-kie-drools/pull/6785
Fixes: #6782 Generalizes inherited-field resolution to follow the declared supertype chain across packages (searching all package descriptors of the build and using each declaring package's own type resolver), and at the end of the chain into a resolvable Java superclass. Plumbs the build's package descriptors and the PackageRegistryManager through POJOGenerator and DeclaredTypeCompilationPhase so DescrTypeDefinition can resolve supertypes declared in other packages. Stacked on #6780 the new inheritedFieldsOf subsumes the Java-superclass logic introduced there and adds the cross-package case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
