Skip to content

Releases: eclipse-ee4j/jakartaee-tck-tools

tck-arquillian-1.0.0-M16

13 Sep 16:25
Compare
Choose a tag to compare
  • 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

07 Sep 19:10
Compare
Choose a tag to compare

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

05 Sep 12:07
Compare
Choose a tag to compare

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

29 Aug 19:39
Compare
Choose a tag to compare

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

29 Aug 03:01
Compare
Choose a tag to compare

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

28 Aug 18:21
Compare
Choose a tag to compare

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

22 Aug 21:48
Compare
Choose a tag to compare
  • 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

21 Aug 20:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: tck-arquillian-1.0.0-M8...tck-arquillian-1.0.0-M9

tck-arquillian-1.0.0-M8

20 Aug 17:35
Compare
Choose a tag to compare

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

tck-arquillian-1.0.0-M7

17 Aug 07:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: tck-arquillian-1.0.0-M6...tck-arquillian-1.0.0-M7