Releases: reportportal/client-java
Releases · reportportal/client-java
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
Release 5.2.10
Fixed
- Cookies logging on requests, by @HardNorth
Release 5.2.9
Changed
- Mark
aspectjrt
dependency asimplementation
, 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
Added
- Some more binary file types detection, by @HardNorth
Changed
jackson-databind
dependency reverted toapi
type, by @HardNorth
Release 5.2.7
Changed
- Mark
jackson-databind
dependency asimplementation
, by @HardNorth
Removed
aop-ajc.xml
file, since not all agents have ability to use AspectJ, by @HardNorth
Release 5.2.6
Added
Description
annotation, by @HardNorthDisplayName
annotation, by @HardNorthTmsLink
andTmsLinks
annotations, by @HardNorthIssue
andExternalIssue
annotations, by @HardNorthrp.bts.project
,rp.bts.url
,rp.bts.issue.url
,rp.bts.issue.fail
properties, which controls these annotations, by @HardNorthTestFilter
,TestNameFilter
,TestParamFilter
annotations to control Issue apply on Parameterized and Dynamic Tests, by @HardNorth
ReportPortalClient.getProjectSettings
method, by @HardNorth
Release 5.2.5
Added
Utils.copyFiles
static method to use in examples, by @HardNorth
Release 5.2.4
Changed
- Improve MIME type detection in
MimeTypeDetector.detect
, methods, by @HardNorth