Releases: cqse/teamscale-java-profiler
Releases · cqse/teamscale-java-profiler
v32.3.1
- 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
- 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
v32.1.1
Re-release incomplete 32.1.0 release
v32.1.0
v32.0.0
- [breaking] teamscale-gradle-plugin: Removed usage of deprecated Gradle APIs
teamscale.agent.destinationPropertytype has changed fromProperty<File>toDirectoryPropertyteamscale.agent.setDestination(destination)parameter type has changed fromProperty<File>toProvider<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
- [breaking] Replaced
teamscale-git-properties-jarwithgit-properties-jar. Jars/Wars/Ears/Aars provided with this option will now also be searched recursively for git.properties files except you setsearch-git-properties-recursively=false. - [feature] support
fullmode 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
v30.1.0
- [feature] The option
tiamodehas now an additional choicediskto dump testwise coverage as JSON to the output folder. - [feature] teamscale-maven-plugin: The configuration options
runAllTests,runImpacted, andtiamodeare now available - [fix] impacted-test-engine: Mixed test results for dynamically generated tests were incorrectly summarized
- [fix] The option
ignore-uncovered-classesdid 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