Skip to content

build: Test PR (do NOT merge it!)#75

Open
kagw95 wants to merge 29 commits intomainfrom
feature/springboot_upgrade_3_3_13
Open

build: Test PR (do NOT merge it!)#75
kagw95 wants to merge 29 commits intomainfrom
feature/springboot_upgrade_3_3_13

Conversation

@kagw95
Copy link
Copy Markdown
Collaborator

@kagw95 kagw95 commented Mar 12, 2026

Commit messages:

kagw95 feat: Spring Boot upgrade from 2.7.18 to 3.3.13, plus upgrade of extra related dependencies - initial commit. Some CheckStyle errors/warns are fixed.
kagw95 fix: Migration module is fixed: WebApplicationType.NONE type is set for the application, dependencies to spring-boot-starter-web and spring-boot-starter-undertow are removed.
kagw95 fix: Java version is set to 21 in Maven and plugins configurations. org.openclover:clover-maven-plugin version is changed to 4.5.0. pom.xml files are cleansed.
kagw95 fix: Path to config files is fixed.
kagw95 fix: @MockitoSettings(strictness = Strictness.LENIENT) annotation is added to avoid mockito UnnecessaryStubbingException.
kagw95 fix: antlr4-runtime and antlr4 plugin versions are set to 4.13.2, au.com.dius.pact.provider artifacts to 4.6.15, javers version to 7.9.0, kotlin to 1.9.25, jackson to 2.17.3, httpclient5 to 5.4.1, httpcore5 to 5.3.3, hibernate-core to 6.5.3.Final. Hibernate dialect is set to org.hibernate.dialect.PostgreSQLDialect.
kagw95 fix: Pact tests are fixed. Code is cleansed.
kagw95 fix: Conflicting dependencies are fixed. JUnit4 classes usages are replaced to JUnit5. JobRunner Bean creation exception is fixed.
kagw95 fix: Unit tests are fixed. Hibernate aggregate queries results processing is fixed. Bump maven-surefire-plugin version to 3.2.5.
kagw95 fix(security): Dockerfile: Bump APK packages: sops to 3.11.0-r4, zlib to 1.3.2-r0.
kagw95 fix: Bump clover-maven-plugin to 4.5.2.
kagw95 build(deps): bump netcracker/qubership-workflow-hub to 2.1.1.
kagw95 fix: java version is set to 21 for maven-compiler-plugin and org.openclover:clover-maven-plugin.
kagw95 fix: ParameterControllerV2Test and ItfMultiplyTest Unit tests are fixed, @ConditionalOnMissingBean annotation is added for DataSource bean. Default values (for test database) are added for jdbc connection properties.
kagw95 fix: org.openclover:clover-maven-plugin configuration is fixed to work with java 21 properly.
kagw95 fix: org.openclover:clover-maven-plugin is removed from build configuration (due to java 21 isn't supported). maven-failsafe-plugin version is changed to 3.2.5.
kagw95 build: Project version is set to 2.0.0-SNAPSHOT.
kagw95 build: maven-compiler-plugin configuration is fixed (annotation processors are reordered).
kagw95 fix(security): Bump jackson to 2.18.6, httpclient5 to 5.4.3, commons-fileupload to 1.6.0, tika-core to 3.2.2. Improve dependency management of hazelcast dependencies.
kagw95 build: fix conditions of run-tests step.
kagw95 fix: pom.xml is cleansed.
kagw95 refactor: Some java code duplicates are extracted to methods.
kagw95 build: A new profile is added to turn off tests of MongoDb if it's unavailable.
kagw95 performance: DataSetListContextService#getCachedDataSetListContext: wrapping to HashSet is used to improve collection search operations.
kagw95 chore(deps): Duplicate workflow changes from main branch.
kagw95 build: tech commit.
kagw95 build: tech commit.
kagw95 fix: logback configuration is temporarily changed: logging to console is added.
kagw95 fix: application.properties: default values of jdbc properties are removed.

kagw95 added 24 commits March 5, 2026 13:42
…a related dependencies - initial commit. Some CheckStyle errors/warns are fixed.
…or the application, dependencies to spring-boot-starter-web and spring-boot-starter-undertow are removed.
…rg.openclover:clover-maven-plugin version is changed to 4.5.0. pom.xml files are cleansed.
…added to avoid mockito UnnecessaryStubbingException.
…com.dius.pact.provider artifacts to 4.6.15, javers version to 7.9.0, kotlin to 1.9.25, jackson to 2.17.3, httpclient5 to 5.4.1, httpcore5 to 5.3.3, hibernate-core to 6.5.3.Final. Hibernate dialect is set to org.hibernate.dialect.PostgreSQLDialect.
…placed to JUnit5. JobRunner Bean creation exception is fixed.
…sing is fixed. Bump maven-surefire-plugin version to 3.2.5.
…ed, @ConditionalOnMissingBean annotation is added for DataSource bean. Default values (for test database) are added for jdbc connection properties.
…ration (due to java 21 isn't supported). maven-failsafe-plugin version is changed to 3.2.5.
…fileupload to 1.6.0, tika-core to 3.2.2. Improve dependency management of hazelcast dependencies.
…rapping to HashSet is used to improve collection search operations.
@kagw95 kagw95 requested a review from DmitryChurbanov as a code owner March 12, 2026 15:00
@kagw95 kagw95 changed the base branch from feature/springboot-upgrade to main March 12, 2026 15:44
@github-actions github-actions bot added the bug Something isn't working label Mar 12, 2026
@github-actions github-actions bot added enhancement New feature or request build refactor labels Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working build enhancement New feature or request refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant