Releases: eclipse-ee4j/jakartaee-tck-tools
tck-arquillian-1.0.0-M17
What's Changed
- Arquillian should check for system property if ts.home is not set in ts.jte file issues/145 by @scottmarlow in #146
- Add tsjte property variable.mapper used for EL tests by @alwin-joseph in #147
- jdbc property from ts.jte. by @gurunrao in #150
- fix for CNFE of EJB Vehicle classes by @gurunrao in #151
- Arquillian correction/improvement for check for system property if ts.home is not set in ts.jte file issues/145 by @scottmarlow in #149
New Contributors
Full Changelog: tck-arquillian-1.0.0-M16...tck-arquillian-1.0.0-M17
tck-arquillian-1.0.0-M16
- Add a cmdLineArgSeparator and unpackClientEar option to the AppClientProtocolConfiguration
- Add a clientAppArchive variable for use in the arquillian descriptor
Full Changelog: tck-arquillian-1.0.0-M15...tck-arquillian-1.0.0-M16
tck-arquillian-1.0.0-M15
What's Changed
- Remove the obsolete removal of the vehicle suffix from the test metho… by @starksm64 in #144
- tck-rewrite-ant: Persistence mapping-file (e.g. myMappingFile.xml) files are not added to deployments #140 by @scottmarlow in #142
Full Changelog: tck-arquillian-1.0.0-M14...tck-arquillian-1.0.0-M15
tck-arquillian-1.0.0-M14
What's Changed
- Fix the way the envp was passed to the appclient process by @starksm64 in #141
Full Changelog: tck-arquillian-1.0.0-M13...tck-arquillian-1.0.0-M14
tck-arquillian-1.0.0-M13
What's Changed
- Resolve the protocol.jar lib from the runner pom.xml for both javates… by @starksm64 in #136
- Create the appclient export directory if it does not exist or fail by @starksm64 in #137
- appclient ear was missing the protocol.jar by @starksm64 in #138
Full Changelog: tck-arquillian-1.0.0-M12...tck-arquillian-1.0.0-M13
tck-arquillian-1.0.0-M12
Update the arquillian-protocol-lib artifact to exclude additional descriptors and classes that were being deployed by glassfish.
Full Changelog: tck-arquillian-1.0.0-M11...tck-arquillian-1.0.0-M12
tck-arquillian-1.0.0-M11
What's Changed
- issue 117 tck-rewrite is not transforming tests under jjms/src/main/java/com/sun/ts/tests/jms/core by @scottmarlow in #118
- Fix null includes in fileset by @starksm64 in #120
- Remove the Home.class filtering by @starksm64 in #122
- Add the Client base class of the ClientN test class mapping. by @starksm64 in #123
- add .class extension to ExtraClientClass by @scottmarlow in #124
- Make sure the previous ClientN test class mapping is cleared every time. by @starksm64 in #126
- Many updates for outstanding issues by @starksm64 in #132
Full Changelog: tck-arquillian-1.0.0-M10...tck-arquillian-1.0.0-M11
tck-arquillian-1.0.0-M10
- JavaTestDeploymentPackager should resolve the protocol.jar from the runner pom.xml using the shrinkwrap resolver #116
Full Changelog: tck-arquillian-1.0.0-M9...tck-arquillian-1.0.0-M10
Note that for the #116 change, you may need to exclude out of date dependencies to shrinkwrap artifacts. As an example, the wildfly runner had to add the following exclusions to the persistence tck dependencies:
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>persistence-tck-spec-tests</artifactId>
<version>3.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-depchain</artifactId>
</exclusion>
<exclusion>
<groupId>org.netbeans.tools</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>persistence-platform-tck-tests</artifactId>
<version>${version.jakarta.tck}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-depchain</artifactId>
</exclusion>
<exclusion>
<groupId>org.netbeans.tools</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
</exclusion>
</exclusions>
</dependency>
tck-arquillian-1.0.0-M9
What's Changed
- Fix some issues seen with ejb30 module by @starksm64 in #113
- Change the handling of the ejblitejsf vehicle type by @starksm64 in #115
Full Changelog: tck-arquillian-1.0.0-M8...tck-arquillian-1.0.0-M9
tck-arquillian-1.0.0-M8
What's Changed
- Sort test methods alphabetically to match the EE10 behavior by @starksm64 in #111
Full Changelog: tck-arquillian-1.0.0-M7...tck-arquillian-1.0.0-M8