Skip to content

Releases: reportportal/agent-java-junit5

Release 5.3.4

08 Nov 14:43
Compare
Choose a tag to compare

Added

  • Common Stack Trace frames skip in description and logs, by @HardNorth
  • @Issue and @Issues annotations support, by @HardNorth

Changed

Release 5.3.3

11 Oct 14:33
Compare
Choose a tag to compare

Added

Release 5.3.2

09 Apr 13:32
Compare
Choose a tag to compare

Changed

Release 5.3.1

04 Apr 12:36
Compare
Choose a tag to compare

Added

Changed

Removed

Release 5.3.0

14 Mar 12:17
Compare
Choose a tag to compare

Added

  • finishTest method which controls finishing Tests with statuses, to distinguish them from suites and configuration methods, by @HardNorth

Changed

  • JUnit 5 dependency marked as compileOnly to avoid overriding JUnit 5 API version for users, by @HardNorth
  • JSR 305 dependency marked as implementation to force users specify their own versions, by @HardNorth
  • Client version updated on 5.2.5, by @HardNorth

Removed

  • Setting of Unique ID on Test Step and Configuration start, as redundant action, by @HardNorth

Release 5.2.1

09 Feb 21:53
Compare
Choose a tag to compare

Changed

Removed

  • commons-model dependency to rely on clinet-java exclusions in security fixes, by @HardNorth

Release 5.2.0

23 Jan 13:30
Compare
Choose a tag to compare

Changed

  • Client version updated on 5.2.0, by @HardNorth
  • JUnit 5 dependency marked as implementation to force users specify their own versions, by @HardNorth

Removed

Release 5.1.11

13 Dec 11:06
Compare
Choose a tag to compare

Changed

Release 5.1.10

12 Jul 13:38
Compare
Choose a tag to compare

Changed

Release 5.1.9

06 Jul 09:38
Compare
Choose a tag to compare

Changed

  • Slf4j version updated on version 2.0.4 to support newer versions of Logback with security fixes, by @HardNorth