Releases: reportportal/client-java
Releases · reportportal/client-java
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
Release 5.2.3
Changed
- Improve MIME type detection in
MimeTypeDetector.detect(java.io.File)
,ReportPortal.emitLog
andReportPortal.emitLaunchLog
methods, by @HardNorth
Release 5.2.2
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
Added
Accessible.method(java.lang.String, java.lang.Class<?>...)
method, by @HardNorth