Refactored the entire codebase as per Agents.md file - #26
Open
ayushikumari3 wants to merge 4 commits into
Open
Conversation
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.
Module renames:
cics-java-liberty-jdbc-web → cics-java-liberty-jdbc-app
cics-java-liberty-jdbc-bundle → cics-java-liberty-jdbc-cicsbundle
etc/eclipse_projects/com.ibm.cicsdev.jdbc.web.cicsbundle → cics-java-liberty-jdbc-cicsbundle-eclipse (moved to repo root)
Build:
Gradle wrapper updated to 8.14.4, Maven wrapper to 3.9.12 (only-script)
CICS Bundle Plugin bumped to 1.0.8 in both Gradle and Maven
Added gradle.properties with centralised java_version, toolchain auto-provisioning, config-cache disabled
Added foojay toolchain resolver to settings.gradle
Java toolchain, war { archiveFileName }, eclipse { wtp {} } context-root pinning added to -app/build.gradle
Root pom.xml updated with maven-compiler-plugin using parameter
Eclipse:
Root .classpath added; all .settings/ files updated to canonical committed forms
-app/.classpath updated with Gradle + Maven containers and CICS Liberty Libraries
org.eclipse.wst.validation.prefs added to disable ClasspathDependencyValidator
ibm-web-ext.xml added to fix consistent context root across all deployment methods
CI/CD:
java.yaml renamed to build.yaml; expanded to 4-job matrix (build-gradle, build-gradlew, build-maven, build-mvnw) with JDK [17, 21, 25]
cleanup-old-runs.yaml added
Config fix:
type2.xml — added type="javax.sql.DataSource" to prevent DSRA7015E with type 2 on z/OS
Docs:
README.md rewritten to cicsdev template structure
CODEOWNERS added, MAINTAINERS.md removed