Skip to content

Releases: reportportal/client-java

Release 5.2.20

08 Nov 14:19
Compare
Choose a tag to compare

Fixed

  • @Issue and @Issues annotations handling in certain cases, by @HardNorth

Added

  • Issue Locator lookup by value in @Issue annotation, by @HardNorth

Release 5.2.19

05 Nov 10:09
Compare
Choose a tag to compare

Added

  • IssueUtils class, common code to process @Issue and @Issues annotations, by @HardNorth

Release 5.2.18

01 Nov 13:42
Compare
Choose a tag to compare

Added

  • Issue #210 Ability to call methods without parameters in templates, by @HardNorth

Release 5.2.17

01 Nov 11:53
Compare
Choose a tag to compare

Added

  • ExceptionUtils class to unify exceptions format, by @HardNorth

Changed

  • MarkdownUtils, TemplateConfiguration and TemplateProcessing was moved to utils.formatting package, by @HardNorth

Release 5.2.16

30 Oct 11:34
Compare
Choose a tag to compare

Added

  • rp.client.join.launch.timeout.value and rp.client.join.launch.timeout.unit configuration properties to control SecondaryLaunch start timeout on client join, by @HardNorth
  • rp.bts.project, rp.bts.url, rp.bts.issue.url, rp.bts.issue.fail configuration properties to control manual issue set by Agents, by @HardNorth

Changed

  • Disable Launch start wait for Secondary Launches if async reporting is enabled, by @HardNorth
  • Disable Statistics for Secondary Launches, by @HardNorth

Release 5.2.15

24 Sep 13:02
Compare
Choose a tag to compare

Changed

  • commons-model dependency version updated to 5.3.3, by @HardNorth

Release 5.2.14

09 Apr 12:48
Compare
Choose a tag to compare

Added

  • MarkdownUtils.asTwoParts(String, String) method, by @HardNorth

Release 5.2.13

04 Apr 10:32
Compare
Choose a tag to compare

Changed

  • Return back ContentType#parse method for backward compatibility, by @HardNorth

Release 5.2.12

04 Apr 10:00
Compare
Choose a tag to compare

Changed

  • Extend ContentType class functionality, by @HardNorth

Release 5.2.11

02 Apr 14:33
Compare
Choose a tag to compare

Fixed