Skip to content

Bump com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.2.0#293

Merged
ThuF merged 4 commits into
mainfrom
dependabot/maven/com.codbex.platform-codbex-platform-parent-13.0.0
Jun 5, 2026
Merged

Bump com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.2.0#293
ThuF merged 4 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.91.0 to 13.1.0, which upgrades the bundled Eclipse Dirigible to 13.x (Spring Boot 4, new dirigible-components-engine-java module, native-apps engine, etc.).

This PR also adapts the Gaia edition to the new platform so the build and tests pass.

Changes

  • pom.xmlcodbex-platform-parent 12.91.013.1.0.

  • application/.../GaiaApplication.java — add org.eclipse.dirigible.engine to scanBasePackages.
    Dirigible 13.0.0 introduced dirigible-components-engine-java, whose Spring beans live under
    org.eclipse.dirigible.engine.java (outside the previously-scanned org.eclipse.dirigible.components).
    The BPM Flowable engine now requires one of them (ClientClassLoaderHolder) at startup, so without
    this the application context failed to start with:

    No qualifying bean of type org.eclipse.dirigible.engine.java.runtime.ClientClassLoaderHolder

    Dirigible's own reference application scans all of org.eclipse.dirigible by default; this mirrors
    that intent while keeping Gaia's curated scan list.

Notes

🤖 Generated with Claude Code

Bumps [com.codbex.platform:codbex-platform-parent](https://github.com/codbex/codbex-platform-parent) from 12.91.0 to 13.0.0.
- [Release notes](https://github.com/codbex/codbex-platform-parent/releases)
- [Commits](codbex/codbex-platform-parent@v12.91.0...v13.0.0)

---
updated-dependencies:
- dependency-name: com.codbex.platform:codbex-platform-parent
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
iliyan-velichkov and others added 2 commits June 5, 2026 13:17
Dirigible 13.0.0 (brought in by codbex-platform-parent 13.0.0) introduces
the new dirigible-components-engine-java module. Its beans live under
org.eclipse.dirigible.engine.java, and the BPM Flowable engine now requires
one of them (ClientClassLoaderHolder) at startup.

GaiaApplication restricted component scanning to com.codbex.gaia and
org.eclipse.dirigible.components, so the new engine-java beans were never
registered and the application context failed to start:

  No qualifying bean of type
  'org.eclipse.dirigible.engine.java.runtime.ClientClassLoaderHolder'

Add org.eclipse.dirigible.engine to the scanned base packages (Dirigible's
own reference application scans all of org.eclipse.dirigible by default).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13.1.0 brings the adapted Dirigible SecurityIT (eclipse-dirigible/dirigible#5980)
which tolerates editions that do not bundle the native-apps engine, so Gaia's
re-run of the common test suite passes without adding dirigible-components-engine-native-apps.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@iliyan-velichkov iliyan-velichkov changed the title Bump com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.0.0 Bump com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.1.0 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.

@ThuF ThuF changed the title Bump com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.1.0 Bump com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.2.0 Jun 5, 2026
@ThuF ThuF merged commit 2b4a2d4 into main Jun 5, 2026
13 of 25 checks passed
@ThuF ThuF deleted the dependabot/maven/com.codbex.platform-codbex-platform-parent-13.0.0 branch June 5, 2026 20:33
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.

2 participants