Skip to content

Releases: cqse/teamscale-jacoco-agent

v11.2.0

13 Feb 11:56
Compare
Choose a tag to compare

[feature] The agent now also supports Java 11 code.

v11.0.4

14 Jan 07:10
9a27abb
Compare
Choose a tag to compare
  • [breaking change] Test impact mode no longer uploads reports to teamscale and does no longer generate reports on its own (see TEST_IMPACT_ANALYSIS_DOC -> How to get testwise coverage)
  • [feature] Added test-env option
  • [feature] Coverage upload to Azure file storage

v10.1.0

27 Sep 12:54
Compare
Choose a tag to compare
  • [feature] Paths passed to the agent can now be relative and contain ant patterns

v10.0.0

27 Sep 09:26
cd646b8
Compare
Choose a tag to compare
  • [breaking change] switched to logback for logging. All logging configurations must be replaced with logback XMLs. This fixes Java 10 compatibility issues with Log4j by removing Log4j from the agent
  • [feature] make agent log INFO and above to agentdir/logs by default
  • [fix] isolate agent further from the application to prevent errors from conflicting library versions

v9.0.3

23 Sep 12:28
59e7a2b
Compare
Choose a tag to compare

Minor Fixes and Improvements

v9.0.2

19 Sep 12:49
5a60d85
Compare
Choose a tag to compare

Fixes a logging issue