Grails 7 Migration - Rundeck 6.0 Compatibility#92
Merged
Conversation
- Update groupId to com.github.rundeck-plugins - Update version to X.Y.Z-grails7-upgrade-test - Update rundeck-core dependency to 6.0.0-SNAPSHOT - Enhanced diagnostics and error logging - Fixed test compatibility issues (JUnit 4 vs 5, Java 17) - Updated for Spring Boot 3 / Java 17
…olution - Maven Central does not host SNAPSHOT versions - Added https://oss.sonatype.org/content/repositories/snapshots/ - Repository order: mavenLocal() → Sonatype Snapshots → mavenCentral() - Added snapshotsOnly() optimization to only check Sonatype for SNAPSHOTs
- OSSRH sunset on June 30, 2025, migrated to Central Portal - New snapshots URL: https://central.sonatype.com/repository/maven-snapshots/ - Added includeModule() to only search this repo for org.rundeck:rundeck-core - Tested locally: BUILD SUCCESSFUL - Reference: https://central.sonatype.org/publish/publish-portal-upload/#consuming--snapshot-releases-for-your-project
- Changed includeModule() to includeGroup() for org.rundeck - This resolves rundeck-core AND its transitive dependencies: - rundeck-storage-api, rundeck-storage-data, rundeck-storage-conf - rundeck-authz-api, rundeck-authz-core, rundeck-authz-yaml - rundeck-data-models - Tested locally without Maven Local cache: BUILD SUCCESSFUL - Reference: https://central.sonatype.org/publish/publish-portal-upload/#consuming--snapshot-releases-for-your-project
- JitPack cached v0.1.21 artifact from Jan 2 (immutable for 7 days) - Force-updated tags don't trigger rebuilds for cached versions - New version ensures fresh JitPack build with Central Portal Snapshots - This version includes the fix to resolve rundeck-core:6.0.0-SNAPSHOT
- JitPack defaults to Java 11 - Our plugin requires Java 17 (sourceCompatibility/targetCompatibility) - jitpack.yml tells JitPack to use openjdk17
- v0.1.22 was force-updated but JitPack cached old commit - JitPack doesn't detect force-updated tags - v0.1.23 ensures fresh build with jitpack.yml (Java 17)
- Change from 3.18.0 to 3.17.0 in libs.versions.toml - Required for Grails 7 / Spring Boot compatibility - Bump version to 0.1.24-grails7-upgrade-test
….plugins - Changed groupId: com.github.rundeck-plugins → com.rundeck.plugins - Updated Axion with prefix='' (no 'v' prefix) - Removed hardcoded version (0.1.24-grails7-upgrade-test) - Updated nexusPublishing.packageGroup to com.rundeck.plugins - Added PackageCloud publishing configuration - Version now managed dynamically from git tags See: .temp/PLUGIN_TAGGING_ARCHITECTURE.md and PACKAGECLOUD_MIGRATION_PLAN.md
Upgrade Gradle wrapper to match rundeck/rundeckpro (8.14.3) for consistency. This ensures all plugins use the same build tooling version.
Corrected distribution parameter indentation to align with java-version. This fixes GitHub Actions validation errors.
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.
Overview
Updates this plugin for Grails 7 / Rundeck 6.0 compatibility.
Key Changes
Documentation
Migration details and handoff documentation: .github/Grails7-Handoff/
Testing
Notes
-grails7suffix (will be removed at release)