Releases: reportportal/client-java
Releases · reportportal/client-java
Release 5.2.20
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
Added
IssueUtils
class, common code to process@Issue
and@Issues
annotations, by @HardNorth
Release 5.2.18
Added
- Issue #210 Ability to call methods without parameters in templates, by @HardNorth
Release 5.2.17
Added
ExceptionUtils
class to unify exceptions format, by @HardNorth
Changed
MarkdownUtils
,TemplateConfiguration
andTemplateProcessing
was moved toutils.formatting
package, by @HardNorth
Release 5.2.16
Added
rp.client.join.launch.timeout.value
andrp.client.join.launch.timeout.unit
configuration properties to control SecondaryLaunch start timeout on client join, by @HardNorthrp.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
Changed
commons-model
dependency version updated to5.3.3
, by @HardNorth
Release 5.2.14
Added
MarkdownUtils.asTwoParts(String, String)
method, by @HardNorth
Release 5.2.13
Changed
- Return back
ContentType#parse
method for backward compatibility, by @HardNorth
Release 5.2.12
Changed
- Extend
ContentType
class functionality, by @HardNorth
Release 5.2.11
Fixed
- Cookies duplication on requests, by @HardNorth