Skip to content

Releases: cqse/teamscale-jacoco-agent

v32.4.2

17 Nov 09:38
Compare
Choose a tag to compare

v32.4.1

09 Nov 10:08
Compare
Choose a tag to compare
  • [fix] agent: The agent crashed while starting on some machines with "cannot construct instances of" errors

v32.4.0

06 Nov 08:10
Compare
Choose a tag to compare
  • [feature] agent: Added stable support for Java 21 and experimental support for Java 22
  • [fix] agent: Produce more helpful error results in case a service call to Teamscale fails while handling an HTTP call
  • [fix] teamscale-maven-plugin: The same uniform paths were extracted for tests that have the same name in a Cucumber feature file

v32.3.1

10 Oct 10:19
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Re-release incomplete 32.1.0 release

v32.1.0

06 Sep 14:32
Compare
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
Compare
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
Compare
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