Skip to content

Releases: javiertuya/samples-test-spring

v3.0.0

17 Feb 07:59

Choose a tag to compare

Major migrations:

  • JUnit from v4 to v6
  • Spring Boot v3 to v4
  • JBehave to Cucumber
  • Selenoid to Selenium Dynamic Grid

Other changes:

  • Adopted Docker Hardened Images to deploy
  • Review WebDriver wait usage
  • Other dependency updates

v2.2.1

02 Aug 06:20
6b43721

Choose a tag to compare

  • Remove sha from dockerfile to prevent dependabot from droping new updates
  • Disable OWASP dependency check to prevent timeout failures
  • Fix new location of javadocs
  • Update Spring Boot to v3.5.4
  • Update Selenium to v4.34.0
  • Update Selema to v3.4.1
  • Other dependency updates

v2.2.0

02 Oct 09:52

Choose a tag to compare

  • Reorganize IT test folders
  • Simplify pom.xml and drop failsafe
  • Refactor selenium url configuration
  • Add Zerocode postdeploy test
  • Remove duplicated PR action executions
  • Update Spring Boot to v3.3.4
  • Update Selenium to v4.25.0
  • Update docker image
  • Other dependency updates

v2.1.0

26 Nov 17:56

Choose a tag to compare

  • Add Page Objects and Page Factory examples
  • Add timeout to deploy-azure job
  • Update Spring Boot to v3.1.5
  • Update Selenium to v4.1.5
  • Update docker image

v2.0.0

17 Oct 11:23

Choose a tag to compare

  • Migrate Major version of Spring Boot to v3.1.4
  • Migrate to Java 17 (Spring Boot 3 requirement)
  • Update azure/webapps-deploy to v3
  • Update Selenium to v4.14.1

v1.5.1

06 Oct 16:11

Choose a tag to compare

  • Prevent flaky actions/upload-artifact hung when copy temporary selenoid video files
  • Use sha to keep docker image updates under control
  • Update Selenium to v4.13.0
  • Update Spring Boot to v2.7.16
  • Other dependency updates

v1.5.0

18 Aug 16:21

Choose a tag to compare

  • Update to Java 11, required by upcoming Selenium v5 (https://www.selenium.dev/blog/2023/java-8-support/)
  • Update Selenium to v4.11.0 and Selema to v3.1.1, including support for chrome versions >=115
  • Update Spring Boot to v2.7.14
  • Other dependency updates

v1.4.1

26 Mar 10:31

Choose a tag to compare

  • Fix Chrome driver 111 breaking change
  • Cleanup warnings
  • Update Spring Boot to v2.7.10, Selenium to v4.8.1
  • Other dependency updates

v1.4.0

26 Dec 17:04

Choose a tag to compare

  • Migrate deployment to Azure (Heroku free is no longer available)
  • Migrate container to eclipse temurin jre-alpine
  • Update Spring Boot to v2.7.7, Selenium to v4.7.2, Selema to v3.0.1
  • Other dependency updates

v1.3.4

15 Oct 17:17

Choose a tag to compare

  • Patch: set explicit jackson-databind dependency, fix CVE-2022-42003
  • Other dependency updates