Skip to content

Eclipse improvements#38

Merged
SoftlySplinter merged 6 commits into
mainfrom
eclipse-improvements
Jul 8, 2026
Merged

Eclipse improvements#38
SoftlySplinter merged 6 commits into
mainfrom
eclipse-improvements

Conversation

@IvanHargreaves

Copy link
Copy Markdown
Contributor

No description provided.

@IvanHargreaves IvanHargreaves self-assigned this Jul 7, 2026
@IvanHargreaves IvanHargreaves requested a review from a team as a code owner July 7, 2026 13:55
- 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
@IvanHargreaves IvanHargreaves force-pushed the eclipse-improvements branch from 888da99 to 27d26f2 Compare July 7, 2026 14:34
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 SoftlySplinter merged commit 9308151 into main Jul 8, 2026
22 checks passed
@SoftlySplinter SoftlySplinter deleted the eclipse-improvements branch July 8, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants