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 (4)

View Page History
*** ...
** the API {{MarshallingHelper.unmarshal(Message, Class<T>)}} has moved to {{MarshallingHelper.unmarshal(Exchange, Class<T>)}},
** Placeholders are no more defined through {{Properties}} but through {{Placeholders}},
** 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}}',
* in your unit tests:
** JUnit 5 is now required for your unit tests,
});
{code}
** the assertion '{{assertMockEndpointsSatisfied}}' is replaced by '{{assertIsSatisfied}}',.
** Placeholders are no more defined through {{Properties}} but through {{Placeholders}}.

h2. From 1.2.x to 1.3.x