Skip to content

1.1.3 (2023-06-29)

Compare
Choose a tag to compare
@akamarouski akamarouski released this 29 Jun 15:25
· 61 commits to master since this release
f6db5c8

Enhancements

  • [#2208] Certified latest surefire plugin usage
  • [#2217] Moved classes that used only by current module from the carina-utils
  • [#2216] Created ReportConfiguration and TestConfiguration classes based on the new Configuration class [carina-utils]

Fixes

  • [#2211] listeners ignore 500 error from server and wait till the end of read_timeout

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.0.4 -> 1.1.5
  • Removed com.zebrunner.carina-utils, org.apache.commons.commons-lang3

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.1.3
  • Update dependencies: carina-aws-s3 1.1.4, carina-azure 1.1.4, carina-appcenter 1.1.4, carina-dataprovider 1.1.3, carina-api 1.1.3
  • Rebuild the project mvn -U clean compile install