From b8a8969e9ac640eedd4b93bbb4d807fd8c585ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 07:14:44 +0000 Subject: [PATCH 1/4] Bump com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.0.0 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](https://github.com/codbex/codbex-platform-parent/compare/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] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 411fef0..b7e4749 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.codbex.platform codbex-platform-parent - 12.91.0 + 13.0.0 codbex - gaia - parent From 7f1099464c66f5524856df875fa15faa374905aa Mon Sep 17 00:00:00 2001 From: Iliyan Velichkov Date: Fri, 5 Jun 2026 13:17:03 +0300 Subject: [PATCH 2/4] Scan org.eclipse.dirigible.engine package for Dirigible 13.0.0 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) --- application/src/main/java/com/codbex/gaia/GaiaApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/src/main/java/com/codbex/gaia/GaiaApplication.java b/application/src/main/java/com/codbex/gaia/GaiaApplication.java index 1a6abdc..0817824 100644 --- a/application/src/main/java/com/codbex/gaia/GaiaApplication.java +++ b/application/src/main/java/com/codbex/gaia/GaiaApplication.java @@ -18,7 +18,7 @@ @EnableJpaAuditing @EnableJpaRepositories -@SpringBootApplication(scanBasePackages = {"com.codbex.gaia", "org.eclipse.dirigible.components"}) +@SpringBootApplication(scanBasePackages = {"com.codbex.gaia", "org.eclipse.dirigible.components", "org.eclipse.dirigible.engine"}) @EnableScheduling public class GaiaApplication { From 21f18a3ecc4fd9fee2dc9f16c5494ee332cc01bb Mon Sep 17 00:00:00 2001 From: Iliyan Velichkov Date: Fri, 5 Jun 2026 15:53:21 +0300 Subject: [PATCH 3/4] Bump codbex-platform-parent to 13.1.0 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) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b7e4749..4073f9e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.codbex.platform codbex-platform-parent - 13.0.0 + 13.1.0 codbex - gaia - parent From 618321bcd8c939493bb4b4639dfa9bb405201674 Mon Sep 17 00:00:00 2001 From: Yordan Pavlov Date: Fri, 5 Jun 2026 23:18:00 +0300 Subject: [PATCH 4/4] Update parent version from 13.1.0 to 13.2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4073f9e..391627a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.codbex.platform codbex-platform-parent - 13.1.0 + 13.2.0 codbex - gaia - parent