Skip to content

Releases: reportportal/client-java

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

Release 5.2.4

07 Feb 18:25
Compare
Choose a tag to compare

Changed

  • Improve MIME type detection in MimeTypeDetector.detect, methods, by @HardNorth

Release 5.2.3

06 Feb 12:44
Compare
Choose a tag to compare

Changed

  • Improve MIME type detection in MimeTypeDetector.detect(java.io.File), ReportPortal.emitLog and ReportPortal.emitLaunchLog methods, by @HardNorth

Release 5.2.2

29 Jan 14:37
Compare
Choose a tag to compare

Added

  • Table size limit in MarkdownUtils.formatDataTable(List, int) method, by @HardNorth
  • Transpose table logic if column number is bigger than row number in MarkdownUtils.formatDataTable(List, int) method, by @HardNorth
  • MarkdownUtils.formatDataTable(Map<String, String>) method, by @HardNorth

Release 5.2.1

18 Jan 14:07
Compare
Choose a tag to compare

Added

  • Accessible.method(java.lang.String, java.lang.Class<?>...) method, by @HardNorth