-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
AAE-30611 spring boot update #1670
base: develop
Are you sure you want to change the base?
AAE-30611 spring boot update #1670
Conversation
b7c89ae
to
1fe7cb2
Compare
.github/workflows/main.yml
Outdated
@@ -95,7 +95,7 @@ jobs: | |||
|
|||
- name: Maven Build and Test | |||
shell: bash | |||
run: mvn -DskipAcceptanceTests=true -DunitTests.parallel=true -T 1C install ${{ env.MAVEN_CLI_OPTS}} ${{ env.SONAR_SCANNER_OPTS }} | |||
run: mvn -DskipTests -DskipITs -DskipAcceptanceTests=true -DunitTests.parallel=true -T 1C install ${{ env.MAVEN_CLI_OPTS}} ${{ env.SONAR_SCANNER_OPTS }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only to check if acceptance tests will be running
@@ -33,7 +33,7 @@ | |||
import org.springframework.test.context.ContextConfiguration; | |||
import org.springframework.test.web.servlet.MockMvc; | |||
|
|||
@SpringBootTest | |||
@SpringBootTest("springdoc.override-with-generic-response=false") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is due to incompability between springdoc 2.1 and current spring. Upgrading swagger/springdoc needs to be considered, there are some changes in generated schema
This reverts commit d916777.
Quality Gate failedFailed conditions |
No description provided.