Skip to content

Releases: cqse/teamscale-java-profiler

v32.3.1

10 Oct 10:19

Choose a tag to compare

  • Re-release because of failing publishing process
    • impacted-test-engine: Failed requests to Teamscale did result in unreadable error message
    • [feature] teamscale-maven-plugin: Automatically find open port for coverage collection.
    • [fix] teamscale-maven-plugin: Same uniform path was extracted for Cucumber scenario outlines which do not have their parameters in the title

v32.3.0

06 Oct 14:17

Choose a tag to compare

  • impacted-test-engine: Failed requests to Teamscale did result in unreadable error message
  • [feature] teamscale-maven-plugin: Automatically find open port for coverage collection.
  • [fix] teamscale-maven-plugin: Same uniform path was extracted for Cucumber scenario outlines which do not have their parameters in the title

v32.2.0

22 Sep 06:31

Choose a tag to compare

  • [feature] agent: Previously unsuccessful coverage uploads are now automatically retried upon agent restart
  • [fix] teamscale-maven-plugin: Fix uniform path and cluster ID extraction for cucumber pre 7.11.2

v32.1.1

11 Sep 08:07

Choose a tag to compare

Re-release incomplete 32.1.0 release

v32.1.0

06 Sep 14:32

Choose a tag to compare

  • [feature] teamscale-maven-plugin: Support for cucumber tests
  • [feature] teamscale-maven-plugin, impacted-test-engine: Support for junit platform suite tests

v32.0.0

01 Sep 09:19

Choose a tag to compare

  • [breaking] teamscale-gradle-plugin: Removed usage of deprecated Gradle APIs
    • teamscale.agent.destinationProperty type has changed from Property<File> to DirectoryProperty
    • teamscale.agent.setDestination(destination) parameter type has changed from Property<File> to Provider<Directory>
  • [fix] agent: Discovery of unsupported class file versions will no longer lead to a crash, but will be logged instead
  • [breaking] tia-runlisteners: Requires JUnit 5.10.0 now
  • [feature] agent: Added support for Java 19, 20 and experimental support for 21
  • [fix] agent: Attaching the agent in testwise mode to a JBoss Wildfly server caused a crash

v31.0.0

21 Aug 12:33

Choose a tag to compare

  • [breaking] Replaced teamscale-git-properties-jar with git-properties-jar. Jars/Wars/Ears/Aars provided with this option will now also be searched recursively for git.properties files except you set search-git-properties-recursively=false.
  • [feature] support full mode of the Maven git-commit-id plugin.
  • [fix] Providing multiple include pattern in the maven plugin resulted in no coverage being collected

v30.1.1

25 Jul 09:42

Choose a tag to compare

  • [fix] teamscale-gradle-plugin: Warnings were logged during test execution (WARNING: JAXBContext implementation could not be found. WADL feature is disabled., WARNING: A class javax.activation.DataSource for a default provider)

v30.1.0

17 Jul 14:56

Choose a tag to compare

  • [feature] The option tiamode has now an additional choice disk to dump testwise coverage as JSON to the output folder.
  • [feature] teamscale-maven-plugin: The configuration options runAllTests, runImpacted, and tiamode are now available
  • [fix] impacted-test-engine: Mixed test results for dynamically generated tests were incorrectly summarized
  • [fix] The option ignore-uncovered-classes did not filter out empty interface nodes from the XML report
  • [fix] teamscale-gradle-plugin: The plugin failed to log the No class files found in the given directories! error message

v30.0.2

10 May 13:03

Choose a tag to compare

  • [fix] teamscale-gradle-plugin: Reports uploaded by teamscaleReportUpload ended up in wrong partition
  • [fix] impacted-test-engine: Failure when no tests were impacted