Jan Vissers
Jan Vissers
Any chance this change gets merged (soon)?
@filiphr - I resolved the issue locally by adding a component processor, and that works. So, yeah - I'm happy to share that with the community.
For my project - here is what I did: - created a sub-module for this - added this class, dependency on `mapstruct-processor` ``` public class CustomCDIComponentProcessor extends AnnotationBasedComponentModelProcessor { @Override...
I'm in the process of migrating to Helidon MP 3.0.0 and our project uses OCI Java SDK. Currently the fact that OCI Java SDK doesn't have a version that properly...
 Just to give an idea. These are the two biggest libraries of one of our services that uses OCI SDK Object Storage. You can see that the footprint of...
Hmmm - seems to have been reported on a different plugin as well: https://github.com/highsource/maven-jaxb2-plugin/issues/120
Tried with this copied test ``` ``` This results in a class being generated with a package name derived from the targetNamespace and not from the schemaBinding instruction.
Even though jaxb:schemaBindings are read, I see when I debug the plugin that this doesn't lead to any registrations of instances of "BISchemaBinding". This subsequently means that in the ClassSelector.getPackage()...
Further analysis shows that for the above test case the SchemaBindings is registered as a *BIXPluginCustomization*. It has all of the information as is specified in the xsd:appinfo - but...
Another interesting link with respect to this issue: https://issues.apache.org/jira/browse/CXF-7055