Skip to content

Releases: eclipse-ee4j/jakartaee-tck-tools

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

tck-arquillian-1.0.0-M6

16 Aug 05:40
Compare
Choose a tag to compare

What's Changed

  • issue 105, Truncate output files when using tck-rewrite overwriteExistingTests by @scottmarlow in #106
  • Improve war content collection by @starksm64 in #108

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

tck-arquillian-1.0.0-M5

15 Aug 02:59
Compare
Choose a tag to compare

What's Changed

  • Add a overwriteExistingTests flag to GenerateNewTestClassRecipe to allow bulk test class overwrites
  • Correct arquillian dependency to 1.9.1.Final by @starksm64 in #104

Full Changelog: tck-arquillian-1.0.0-M4...tck-arquillian-1.0.0-M5

tck-arquillian-1.0.0-M4

14 Aug 21:32
Compare
Choose a tag to compare

What's Changed

  • Add the missing par generation code to the genMethodNonVehicle by @starksm64 in #93
  • Deal with test class file rename by @starksm64 in #95
  • Fix problem with nested class not getting mapped + Switch tck-rewrite to use DefaultEEMapping.getInstance and add way to run against a single test package. by @scottmarlow in #96
  • Generalize the ee11 testClass mapping by @starksm64 in #98
  • Reset the ant project each time as there are side-effects seen with t… by @starksm64 in #99
  • CLI program to write the transformed persistence.xml into the EE11 te… by @starksm64 in #101
  • Prepare for a 1.0.0-M3 release by @starksm64 in #102
  • Remove javatest dependency by @starksm64 in #103

Full Changelog: tck-arquillian-1.0.0-M2...tck-arquillian-1.0.0-M4

tck-arquillian-1.0.0-M2

08 Aug 15:37
Compare
Choose a tag to compare

What's Changed

  • Address java.util.ConcurrentModificationException failure in PackageGroup.checkName with Sigtest by @scottmarlow in #31
  • Ensure that sigtest -IgnoreJDKClass can ignore JDK classes (java.* and javax.transaction.xa.*) during signature check by @scottmarlow in #30
  • Restore build version information by @starksm64 in #34
  • Initial version of the appclient Arquillian protocol for the appclien… by @starksm64 in #37
  • Arquillian appclient, javatest protocols and ant parsing lib by @starksm64 in #41
  • Refactor ant parsing lib into a separate module by @starksm64 in #43
  • Updates to handle non-vehicle deployments better by @starksm64 in #46
  • More changes for non-vehicle deployments. This updated the javatest p… by @starksm64 in #48
  • Update the ant parsing lib API to support full test client class code… by @starksm64 in #49
  • Improve the api for accessing the generated test client java file by @starksm64 in #50
  • Fix the archiveName is null failure. by @starksm64 in #52
  • Update the api to support input of the test method name and throws type. by @starksm64 in #54
  • Improve the rewrite app capabilities by @starksm64 in #55
  • Remove missing pages-tck and get rid of the ee10 tck classes by @starksm64 in #56
  • Add the jakarta.tck:jms dependency for the com.sun.ts.tests.jms.* test classes by @starksm64 in #57
  • An initial suggesting for the porting lib spi by @starksm64 in #58
  • Update the code generation to add the TestArchiveProcessor usage in d… by @starksm64 in #59
  • Add missing ear.addAsLibrary call by @starksm64 in #60
  • Set the order to 2 on all non-common app deployment methods by @starksm64 in #61
  • Change from com.sun.javatest.Status to com.sun.ts.lib.harness.Status by @starksm64 in #62
  • Add EE11 to EE10 package mapping by @starksm64 in #64
  • Finish the common archives templates for the still relevant apps by @starksm64 in #65
  • Move the version to 1.0.0-SNAPSHOT for next development by @starksm64 in #66
  • change a few tests in tck-rewrite from com.sun.javatest.Status to com.sun.ts.lib.harness.Status by @scottmarlow in #67
  • Fix some issues with descriptor paths by @starksm64 in #71
  • issue:72 tck-rewrite-ant (TestPackageInfoBuilder) needs additional mappings for Mappings from EE11 to EE10 package prefixes for Persistence by @scottmarlow in #73
  • issue 39 - Introduce -IgnoreJDKClasses option for ignoring JDK classes by @scottmarlow in #40
  • Updates for issues seen with JPA tests by @starksm64 in #75
  • Add EE11toEE10Mapping to tools/tck-rewrite-fx/src/main/java/tck/jakarta/rewrite/fx/AppController.java test by @scottmarlow in #76
  • Map the keyword.properties to Junit5 @tag(s) by @starksm64 in #77
  • Bring in latest GenerateNewTestClassRecipe changes that work with tck-rewrite-ant + tck-rewrite-fx by @scottmarlow in #68
  • issue 78, Generate JsfClientEjblitejsfTest.java for input JsfClient.java instead of ClientEjblitejsfTest.java which conflicts with input Client.java by @scottmarlow in #79
  • Validate the variable name for archives in generated code is a valid by @starksm64 in #81
  • issue 80, Fix empty test method problem by @scottmarlow in #82
  • also map ee.jakarta.tck.persistence.core.persistenceUnitUtil + com.sun.ts.tests.jpa.core.persistenceUtilUtil by @scottmarlow in #83
  • Also parse OpenRewrite Javadoc comment class as well as remove duplicate methodNames by @scottmarlow in #85
  • Add debugging info about deployment descriptors to deployment methods by @starksm64 in #86

Full Changelog: sigtest-2.2...tck-arquillian-1.0.0-M2

sigtest-2.2

22 Feb 15:29
Compare
Choose a tag to compare

What's Changed

  • [26] Remove the debug assertion as it could break on valid signatures. by @jamezp in #27
  • Explicitly log UnsupportedClassVersionError's when creating the defin… by @jamezp in #28

Full Changelog: sigtest-2.1...sigtest-2.2

sigtest-2.1

17 Feb 00:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: sigtest-2.0...sigtest-2.1

sigtest-2.0

08 Feb 22:47
bd8eefb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/eclipse-ee4j/jakartaee-tck-tools/commits/sigtest-2.0