Skip to content

Commit 20d6a47

Browse files
authored
Migrate versions to TOML
* Migrate plugin and dependency declarations to TOML - Replace hardcoded plugin version strings with `alias(libs.plugins.*)` references - Add `gradle/libs.versions.toml` version catalog with all library and plugin versions - Remove `spring-integration-dependencies` subproject from `javaProjects` set - Replace `dependencyManagement(platform(project(':spring-integration-dependencies')))` with explicit BOM platform declarations using version catalog references - Read `protobufVersion` and `grpcVersion` from the version catalog instead of hardcoded strings Set the version to the TOML property, since the artifact within the grpc plugin cannot be replaced. - Remove `evaluationDependsOn(':spring-integration-dependencies')` from the root build - Rebased * Remove duplicate names in TOML vars * Fix TOML library alias names - Update names with duplicate syntax - Add missing boms - Remove explicitly versions from dependencies if bom is present for artifact - Update all `build.gradle` references to match renamed aliases - Bump `artemisVersion` from 2.52.0 to 2.53.0 - Use tabs instead of spaces for SI-jdbc section * Update dependency coordinates after TOML migration - Replace `org.apache.activemq` group relocation with `org.apache.artemis`
1 parent 573f1e9 commit 20d6a47

2 files changed

Lines changed: 282 additions & 189 deletions

File tree

0 commit comments

Comments
 (0)