Skip to content

Releases: reportportal/agent-java-junit5

Release 5.1.0-RC-3

13 Oct 14:22

Choose a tag to compare

Changed

Release 5.1.0-RC-1

04 Aug 15:23

Choose a tag to compare

  • Client version updated on 5.1.0-RC-5
  • Version changed on 5.1.0

Release 5.1.0-BETA-5

19 May 11:23

Choose a tag to compare

Release 5.1.0-BETA-5 Pre-release
Pre-release

Fixed

  • Main branch fixes integration

Release 5.0.6

19 May 10:39

Choose a tag to compare

Fixed

  • Failed @AfterEach methods now also fail parent items
  • A test step in case of failed @BeforeEach method now reports as 'Skipped'

Changed

  • Client version updated on 5.0.21

Release 5.1.0-BETA-4

12 Mar 14:22

Choose a tag to compare

Release 5.1.0-BETA-4 Pre-release
Pre-release

Fixed

  • A crash on Launch start due to attribute modification

Changed

  • Launch finish hook registration moved into a separate protected method
  • Client version updated on 5.1.0-BETA-1
  • Deprecated code was removed
  • JUnit 5 version updated on 5.6.3
  • Implicit Guava dependency removed
  • Revert fix for issue #81 since it doesn't fix it

Release 5.0.5

12 Mar 14:33

Choose a tag to compare

Changed

  • Client version updated on 5.0.18

Release 5.0.3

20 Oct 14:00

Choose a tag to compare

Changed

  • Client version updated
  • StepAspect now handled inside client
  • Item name truncation in ItemTreeUtils class was removed as pointless
  • Item name truncation corrected for ReportPortalExtension class
  • junit-jupiter-api dependency now marked as api (it's now compile-time dependency)
  • Many of methods were marked as protected to ease extension development (Issue #71)

Release 5.0.2

20 Aug 14:32

Choose a tag to compare

Changed

  • Test Case ID generation improved
  • Client version updated

Release 5.0.0

04 Aug 16:12

Choose a tag to compare

Added

  • Release pipelines moved into github actions
  • Manual nested step finishing on a parent test item finish
  • Support of dynamic nested tests of arbitrary depth
  • Customization methods

Fixed

  • Test template finish logic to avoid parallel execution failures

Changed

  • README.md updated with the latest artifact versions
  • Bumping up client version to support new features
  • All @NotNull annotations replaced with @Nonnull
  • Parameters extraction logic moved into the client

Removed

  • Explicit extension registration in the package

4.0.1

04 Mar 17:44

Choose a tag to compare

  • Upgraded junit-jupiter version to 5.4.0
  • Upgraded junit-platform version to 1.4.0