Petals-SE-Camel 1.4.0+

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

Changes (2)

View Page History
** 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}}',
** adjust your Java route definition to Apache Camel 4.0.x:
*** Replace the deprecated method '{{exchange.getOut()}}' by '{{exchange.getMessage()}}', except if you want to transform a fault received into an out message where the usage of '{{exchange.getOut()}}' is required,
*** Prefer to use 'doTry()/doCatch()/doFinally/end' '{{doTry()/doCatch()/doFinally()/end()}}' instead of '{{isJbiFailed()}}' to catch exceptions,
* in your unit tests:
** move Java EE package to Jakarta EE 9+ package: