Eclipse improvements#38
Merged
Merged
Conversation
- Move CICS bundle project to root level for automatic nested project import - Add Gradle toolchain auto-provisioning for Java 8 - Pre-configure CICS TS V5.5 library in Eclipse classpath - Update README with comprehensive Eclipse import instructions - Add toolchain resolver plugin to settings.gradle for JDK auto-download These changes ensure the project compiles immediately after import in Eclipse while maintaining full compatibility with Gradle and Maven builds.
- Rename cics-java-liberty-restapp-bundle to cics-java-liberty-restapp-cicsbundle (Gradle/Maven) - Rename com.ibm.cicsdev.wlp.restapp.cicsbundle to cics-java-liberty-restapp-cicsbundle-eclipse (Eclipse) - Update all references in pom.xml, settings.gradle, and README.md - Aligns with standard naming pattern used in Spring Boot samples This ensures consistent naming across all CICS samples where: - -cicsbundle = CICS bundle plugin project (Gradle/Maven) - -cicsbundle-eclipse = Eclipse CICS bundle project
- Changed bundle ID from com.ibm.cicsdev.wlp.restapp.cicsbundle to cics-java-liberty-restapp-cicsbundle-eclipse - Aligns with project naming standardization
- C-2: Maven compiler plugin uses <release> parameter, remove deprecated source/target
- C-3: Upgrade CICS Bundle Plugin to 1.0.8 in all build files
- C-4: Add job-level permissions to check-copyright CI job
- C-5: Fix Eclipse bundle ID and cics.xml id to cics-java-liberty-restapp-bundle
- H-1: Add root .classpath
- H-2: Add root .settings/org.eclipse.jdt.core.prefs
- H-3: Add CICS Liberty Libraries and Maven container to -app/.classpath
- H-4: Rewrite README to follow standard template
- H-6: Add -cicsbundle/.settings/org.eclipse.core.resources.prefs
- M-1: Update MAINTAINERS.md review date to July 2026
- M-2: Update cleanup workflow keep_minimum_runs to 6
- M-3: Remove non-standard bundle-war goal from -app/pom.xml
- M-4: Replace deprecated archivesBaseName with war { archiveFileName }
- M-5: Fix Gradle group to com.ibm.cicsdev
- Remove <filteredResources> noise from root .project
- ibm-web-ext.xml: update context-root from com.ibm.cicsdev.restapp to cics-java-liberty-restapp to match agreed cicsdev naming convention and align with wst.common.component - README.md: specify exact Liberty features (jaxrs-2.1, servlet-4.0) required for this Java EE 8 / javax.* sample; add warning against Jakarta EE 10 features; update all sample URLs to use cics-java-liberty-restapp context root - etc/config/server.xml: add sample server.xml with correct features
888da99 to
27d26f2
Compare
maven-compiler-plugin <release> parameter requires JDK 9+ - running the build on JDK 8 itself fails with 'invalid flag: --release'. Remove JDK 8 from the Maven matrix; use JDK 11+ with -Djava.version=8 to validate Java 8 source compatibility via cross-compilation instead.
SoftlySplinter
approved these changes
Jul 8, 2026
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.
No description provided.