Hello. I'm trying to switch from Camel 3.20.6 to 3.21.0, and both unit tests and runtime (blueprint running in Karaf) fail for all the projects that use JDXB data formats.
A strange exception occurs during the XSD parsing : Caused by: org.xml.sax.SAXParseException: schema_reference: Failed to read schema document 'abcdef.xsd', because 'bundle' access is not allowed due to restriction set by the accessExternalSchema property. It appears in XSD that have references on other XSD files located in the same project (bundle). I don't understand what may have changed in Camel that can produce XMLparsing differences. Any ideas ? Thanks for your help. Regards.