-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* DSND-2703: Upgrade to Java 21 * DSND-2703: Get docker working with cucumber tests * The cucumber tests would not run due to testcontainers not finding a "valid docker environment". The reason for this was because data-sync-api-sdk-java had the transitive dependency docker-java-api which is out of date (presumeably out of date with the current spring or testcontainers version. Therefore, adding the docker-java-api dependency to the pom with the most recent version got the cucumber tests running, albeit not all pass. * In addition to this, I've added docker-java-api as an exclusion to data-sync-api-sdk-java to be even more explicit - this might get removed going forward as it may be deemed unneccessary. * DSND-2703: WIP get cucumber 503s working * TestRestTemplate was timing out due to waiting for Mongo to respond. This was caused by an out of date transitive dep. * DSND-2703: Remove unused dep * DSND-2703: Remove unused property from pom * DSND-2703: Clean up pom * DSND-2703: Fix failing GET list cucumber tests * DSND-2703: Add autocloseable to steps * DSND-2703: Optimise imports * DSND-2703: Address majority of sonar lint complaints * DSND-2703: Refactor switch statement * DSND-2703: WIP Trying to fix checkstyle plugin issue * DSND-2703: Remove checkstyle plugiin * DSND-2703: Remove unused exception class * DSND-2703: Remove unused get/set
- Loading branch information
1 parent
91e9971
commit 0605cb8
Showing
45 changed files
with
427 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
src/itest/java/uk/gov/companieshouse/pscdataapi/util/FileReaderUtil.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.