Skip to content

Conversation

@Bennett-Lynch
Copy link
Contributor

@Bennett-Lynch Bennett-Lynch commented Nov 18, 2021

This resubmits the changes in #2850 by undoing the revert performed in commit adc2072. The previous change failed for integration tests. This PR resubmits the same changes and will be used for tracking any necessary fixes in the integration tests.

Previous builds were failing due to errors like:

[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process
[ERROR] TestEngine with ID 'junit-vintage' failed to discover tests
[ERROR]     at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:733)

This appears to have been due to having conflicting version of junit4 pulled in from different transitive dependencies. Specifying the version to use in the top-level pom's dependencyManagement, and making sure the version was consistent with the version pulled in by junit-vintage-engine appears to have resolved this issue.

@Bennett-Lynch Bennett-Lynch requested a review from a team as a code owner November 18, 2021 19:02
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Bennett-Lynch Bennett-Lynch merged commit 515d59d into aws:master Nov 20, 2021
aws-sdk-java-automation added a commit that referenced this pull request Jan 13, 2024
…3c3006142

Pull request: release <- staging/5673c154-22fb-4a49-8b74-d2b3c3006142
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants