Skip to content

Releases: cqse/teamscale-jacoco-agent

v24.0.1

24 May 07:27
Compare
Choose a tag to compare
  • [fix] fix POM metadata of Maven plugin to allow publishing it

v24.0.0

23 May 12:51
Compare
Choose a tag to compare
  • [feature] add Maven plugin for TIA
  • [feature] added official support for Java 17 and 18 and experimental support for Java 19.
  • [feature] New command line option: debug. Simplifies debugging by avoiding the process of providing an XML logging
    configuration file. In debug mode logs are written to console and a configurable directory. For more details, see
    here.
  • [breaking change] Artifactory uploader: use of new default upload schema for easy integration with Teamscale. To keep the old behavior add the artifactory-legacy-path=true option. For more details see
    here.

v23.1.1

05 Apr 11:27
Compare
Choose a tag to compare
  • [fix] teamscale-gradle-plugin: The TestImpacted task did not execute any tests when collectTestwiseCoverage = false was set

v23.1.0

04 Apr 11:44
Compare
Choose a tag to compare
  • [feature] add support for git properties files in jar files nested in jar or war files

v23.0.0

23 Mar 07:52
Compare
Choose a tag to compare
  • [feature] The agent logs now an error with further information when dumped coverage is empty
  • [feature] add JUnit 5 TestExecutionListener for testwise coverage recording
  • [breaking change] JUnit 4 RunListener renamed to com.teamscale.tia.runlistener.JUnit4TestwiseCoverageRunListener and
    published via new artifact com.teamscale:tia-runlisteners
  • [fix] Not specifying certain options for the JUnit 5 impacted test engine caused an NPE
  • [breaking change] teamscale-gradle-plugin: Removed automatic registration of mavenCentral repository (Makes the
    plugin compatible with dependencyResolutionManagement)
  • [breaking change] teamscale-gradle-plugin: The TestImpacted task now collects testwise coverage by default even
    without the --impacted option being set. Can be disabled with --collect-testwise-coverage=false.
  • [feature] The Teamscale server configuration for the TestImpacted task is only needed when --impacted is used.

v22.2.0

18 Feb 13:43
Compare
Choose a tag to compare
  • [feature] Add REST endpoint to change revision and commit while agent is running.

v22.1.3

14 Feb 15:59
Compare
Choose a tag to compare

v22.1.2

14 Feb 09:16
Compare
Choose a tag to compare
New release version v22.1.2

v22.1.0

27 Jan 10:21
Compare
Choose a tag to compare
  • [feature] The agent now follows HTTP 307/308 redirects for Teamscale uploads
  • [fix] Updated to latest Log4J 2.17.1

v22.0.0

17 Nov 13:52
Compare
Choose a tag to compare
  • [feature] Option teamscale-revision-manifest-jar which can be used to read the git commit revision from the META-INF/MANIFEST.MF in the Jar file. The field must be named Revision and must be provided as a main attribute. Alternatively the field can be called Git_Commit and must be an attribute of an entry called Git.
  • [breaking change] SSL validation (option validate-ssl) is now enabled by default.