How to add schemaLocation to XML element when marshalling using Jaxb2Marshaller?
I’m currently trying to realize an Open Archives Harvesting compliant service, using Spring Boot 3 / Java 17. The protocol is XML-based and so I generate Java classes from OAI-PMH.xsd (and others) and JAXB2Marshaller when sending out the result.