Skip to content
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

Draft
wants to merge 37 commits into
base: develop
Choose a base branch
from

Conversation

wojciech-piotrowiak
Copy link
Contributor

No description provided.

@wojciech-piotrowiak wojciech-piotrowiak force-pushed the improvement/AAE-30611-spring-boot--update branch from b7c89ae to 1fe7cb2 Compare February 10, 2025 14:39
@@ -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 }}
Copy link
Contributor Author

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")
Copy link
Contributor Author

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

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants