Skip to content

Bamboo 12.x compatibility update with Java 21 support (v2026.1.1)#90

Open
cx-riyaj-shaikh wants to merge 1 commit into2026_Q1_Integration_Branchfrom
PLUG-2800-add-jdk25-support
Open

Bamboo 12.x compatibility update with Java 21 support (v2026.1.1)#90
cx-riyaj-shaikh wants to merge 1 commit into2026_Q1_Integration_Branchfrom
PLUG-2800-add-jdk25-support

Conversation

@cx-riyaj-shaikh
Copy link
Copy Markdown

Overview

This PR updates the Checkmarx Bamboo Plugin to ensure compatibility with Bamboo Data Center 12.x as per Atlassian platform requirements.

Changes Made

  • Updated Maven compiler configuration to use 21 for full Java 21 compatibility
  • Aligned plugin with Bamboo 12.x platform requirements (Java 21 mandatory for server)
  • Updated productVersion and productDataVersion to 12.1.3
  • Removed legacy compiler configurations (/)
  • Cleaned up outdated JVM flags incompatible with modern JDKs

Testing Performed

The plugin (v2026.1.1) was tested across multiple Bamboo Data Center versions:

Bamboo Version Server JDK Agent JDK Result
12.0.0 JDK 21 JDK 21 8/8 modules enabled
12.0.1 JDK 21 JDK 21 8/8 modules enabled
12.0.2 JDK 21 JDK 21 8/8 modules enabled
12.1.0 JDK 21 JDK 21 8/8 modules enabled
12.1.2 JDK 21 JDK 21 8/8 modules enabled
12.1.3 JDK 21 JDK 21 8/8 modules enabled

Additional validation:

  • Remote Agent successfully started using JDK 25
  • Confirmed that JDK 25 is supported only at the agent level
  • Bamboo Server continues to require JDK 21 as per Atlassian limitation

Notes

  • Bamboo Server does NOT support JDK 25 (as per official Atlassian documentation)
  • JDK 25 validation is limited to Remote Agent execution only
  • No functional regressions observed during testing

Impact

  • Ensures compatibility with Bamboo 12.x
  • Future-proofs plugin for modern JDK environments

- Updated plugin version to 2026.1.1
- Migrated Maven compiler to <release>21 (Java 21 support)
- Updated productVersion and productDataVersion to 12.1.3
- Aligned with Bamboo 12.x (Java 21 mandatory as per release notes)
- Tested across Bamboo 12.0.0 to 12.1.3 (all modules working)
- Verified JDK 25 support at remote agent level (server remains JDK 21)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant