Skip to content

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 into
mainfrom
dependabot/maven/com.codbex.platform-codbex-platform-parent-13.0.0
Jun 8, 2026
Merged

Bump com.codbex.platform:codbex-platform-parent from 12.89.0 to 13.1.0 (Spring Boot 4)#364
iliyan-velichkov merged 2 commits into
mainfrom
dependabot/maven/com.codbex.platform-codbex-platform-parent-13.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps com.codbex.platform:codbex-platform-parent from 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

  • Parent bump → 13.1.0. Pulls in Dirigible 13.x (Spring Boot 4 / Spring Framework 7 / Jakarta EE 11). 13.1.0 also carries the adapted SecurityIT that tolerates distributions without the native-apps engine.
  • Spring Boot 4 auto-configuration package moves. Spring Boot 4 relocated auto-configuration classes out of the monolithic org.springframework.boot.autoconfigure.* namespace into per-module org.springframework.boot.<module>.autoconfigure.* packages. The auto-configurations excluded in HadesApplication (Dirigible manages its own datasources/persistence) were updated accordingly:
    Old (Spring Boot 3) New (Spring Boot 4)
    …autoconfigure.jdbc.DataSourceAutoConfiguration …jdbc.autoconfigure.DataSourceAutoConfiguration
    …autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration …jdbc.autoconfigure.DataSourceTransactionManagerAutoConfiguration
    …autoconfigure.jdbc.JdbcTemplateAutoConfiguration …jdbc.autoconfigure.JdbcTemplateAutoConfiguration
    …autoconfigure.orm.jpa.HibernateJpaAutoConfiguration …hibernate.autoconfigure.HibernateJpaAutoConfiguration

Notes

  • Hades intentionally does not bundle dirigible-components-engine-native-apps; the /services/native-apps management endpoint is not part of this distribution. The SecurityIT in Dirigible 13.1.0 (eclipse-dirigible#5980) was adapted to tolerate its absence.
  • No other source or configuration changes were required — Spring Boot version, Java level, and plugin versions are all inherited from the parent.

🤖 Generated with Claude Code

@iliyan-velichkov iliyan-velichkov force-pushed the dependabot/maven/com.codbex.platform-codbex-platform-parent-13.0.0 branch from 8c1d483 to e02b511 Compare June 5, 2026 11:12
iliyan-velichkov and others added 2 commits June 5, 2026 15:52
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>
@iliyan-velichkov iliyan-velichkov force-pushed the dependabot/maven/com.codbex.platform-codbex-platform-parent-13.0.0 branch from e02b511 to a788335 Compare June 5, 2026 12:53
@iliyan-velichkov iliyan-velichkov changed the title Bump com.codbex.platform:codbex-platform-parent from 12.89.0 to 13.0.0 Bump com.codbex.platform:codbex-platform-parent from 12.89.0 to 13.1.0 (Spring Boot 4) Jun 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
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.

@iliyan-velichkov iliyan-velichkov merged commit 9cdd4ba into main Jun 8, 2026
8 checks passed
@iliyan-velichkov iliyan-velichkov deleted the dependabot/maven/com.codbex.platform-codbex-platform-parent-13.0.0 branch June 8, 2026 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant