We are in process of upgrading Spring boot 2.7 to 3.2
As part of this upgrade, I upgraded java 8 to java 18 and some other necessary updates too. I updated jaxb schema to jakarta ee and version 3.0.
I changed namespace from java.sun.com to jakarta.ee
Similar changes are made in global-bindings.xml, jaxb-bindings.xml and wsdl-bindings.xml as well
Maven build still generates source files in target directory of project with import statement javax.xml.bind.* complains about package does not exist.
I saw many posts similar to this, but none of them resolved my issue.
Am I missing something which I should be taking care as part of upgrade to jakarta?