Migration guide

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}}',
* the component under test instance is now initialized through the annotation '{{@ComponentUnderTestExtension}}' with its own '{{InMemoryLogHandler}}':
* the component under test instance is now initialized through the annotation '{{@ComponentUnderTestExtension}}' with its own '{{InMemoryLogHandler}}' retrieved from the component under test instance using the accessor '{{getInMemoryLogHandler()}}':
{code}
public class MyComponentTest