Bump com.codbex.platform:codbex-platform-parent from 12.89.0 to 13.1.0 (Spring Boot 4)#364
Merged
iliyan-velichkov merged 2 commits intoJun 8, 2026
Conversation
8c1d483 to
e02b511
Compare
Brings Eclipse Dirigible 13.x, which migrates the stack from Spring Boot 3 to Spring Boot 4. Parent 13.1.0 also carries the adapted SecurityIT that tolerates distributions without the native-apps engine (Hades does not bundle dirigible-components-engine-native-apps). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Spring Boot 4 relocated auto-configuration classes from the monolithic org.springframework.boot.autoconfigure.* namespace into per-module org.springframework.boot.<module>.autoconfigure.* packages. Update the excluded auto-configuration imports in HadesApplication accordingly: - jdbc.DataSourceAutoConfiguration -> jdbc.autoconfigure.* - jdbc.DataSourceTransactionManagerAutoConfiguration -> jdbc.autoconfigure.* - jdbc.JdbcTemplateAutoConfiguration -> jdbc.autoconfigure.* - orm.jpa.HibernateJpaAutoConfiguration -> hibernate.autoconfigure.* Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
e02b511 to
a788335
Compare
Contributor
Author
|
A newer version of com.codbex.platform:codbex-platform-parent exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
com.codbex.platform:codbex-platform-parentfrom 12.89.0 to 13.1.0, which brings Eclipse Dirigible 13.x and migrates the stack from Spring Boot 3 to Spring Boot 4.Changes
SecurityITthat tolerates distributions without the native-apps engine.org.springframework.boot.autoconfigure.*namespace into per-moduleorg.springframework.boot.<module>.autoconfigure.*packages. The auto-configurations excluded inHadesApplication(Dirigible manages its own datasources/persistence) were updated accordingly:…autoconfigure.jdbc.DataSourceAutoConfiguration…jdbc.autoconfigure.DataSourceAutoConfiguration…autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration…jdbc.autoconfigure.DataSourceTransactionManagerAutoConfiguration…autoconfigure.jdbc.JdbcTemplateAutoConfiguration…jdbc.autoconfigure.JdbcTemplateAutoConfiguration…autoconfigure.orm.jpa.HibernateJpaAutoConfiguration…hibernate.autoconfigure.HibernateJpaAutoConfigurationNotes
dirigible-components-engine-native-apps; the/services/native-appsmanagement endpoint is not part of this distribution. TheSecurityITin Dirigible 13.1.0 (eclipse-dirigible#5980) was adapted to tolerate its absence.🤖 Generated with Claude Code