Migration guide

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
h2. Migrating your component runtime

Please apply the following changes in the unit tests oy your custom component:
* move Java EE package to Jakarta EE 9+ package:
** {{javax.activation}} -> {{jakarta.activation}}
** {{javax.mail}} -> {{jakarta.mail}}
** {{javax.xml.bind}} -> {{jakarta.xml.bind}}
** ...
* to generate your beans from an XSD or WSDL definition, use the Maven plugin '{{org.patrodyne.jvnet:hisrc-higherjaxb-maven-plugin}}' instead of '{{org.jvnet.jaxb2.maven2:maven-jaxb2-plugin}}'.

h2. Migrating your component unit test