Skip to content

Releases: reportportal/client-java

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

Release 5.2.10

02 Apr 08:56
Compare
Choose a tag to compare

Fixed

Release 5.2.9

01 Apr 10:57
Compare
Choose a tag to compare

Changed

  • Mark aspectjrt dependency as implementation, by @HardNorth
  • Move CookieJar object to static final field in ReportPortal class to use one instance for all HTTP clients, by @HardNorth

Release 5.2.8

28 Mar 10:01
Compare
Choose a tag to compare

Added

  • Some more binary file types detection, by @HardNorth

Changed

  • jackson-databind dependency reverted to api type, by @HardNorth

Release 5.2.7

14 Mar 15:25
Compare
Choose a tag to compare

Changed

  • Mark jackson-databind dependency as implementation, by @HardNorth

Removed

  • aop-ajc.xml file, since not all agents have ability to use AspectJ, by @HardNorth

Release 5.2.6

14 Mar 12:51
Compare
Choose a tag to compare

Added

  • Description annotation, by @HardNorth
  • DisplayName annotation, by @HardNorth
  • TmsLink and TmsLinks annotations, by @HardNorth
  • Issue and ExternalIssue annotations, by @HardNorth
    • rp.bts.project, rp.bts.url, rp.bts.issue.url, rp.bts.issue.fail properties, which controls these annotations, by @HardNorth
    • TestFilter, TestNameFilter, TestParamFilter annotations to control Issue apply on Parameterized and Dynamic Tests, by @HardNorth
  • ReportPortalClient.getProjectSettings method, by @HardNorth

Release 5.2.5

12 Feb 14:05
Compare
Choose a tag to compare

Added

  • Utils.copyFiles static method to use in examples, by @HardNorth