This directory contains the Java compatibility smoke runner used by the manual GitHub Actions workflow.
The workflow expects this repository-level GitHub Actions secret:
BAMBOO_COMPAT_PRODUCT_LICENSEAtlassian Bamboo Data Center host timebomb license from the official Atlassian page.
You can run the harness locally once a plugin JAR exists in target/:
./mvnw clean package
./mvnw -q -f compat/bamboo-specs/pom.xml \
-Dcompat.rootDir="$(pwd)" \
-Dcompat.version=10.2.5 \
-Dcompat.productLicense='...' \
exec:java