Updates#23
Merged
Merged
Conversation
- build.yaml: add copyright job write permissions (contents: write, pull-requests: write at job level); fix build-gradle to run 'gradle' command (not './gradlew') so direct install and wrapper jobs are distinct; add gradle-version: 8.14.4 to setup-gradle; fix copyright checker directory to ./cics-java-liberty-springboot-link-app/; update base-copyright year to 2026; remove unnecessary daily schedule trigger - Add cleanup-old-runs.yaml workflow (weekly, 30-day retention, 6 min runs) - settings.gradle: add foojay toolchain resolver plugin for JDK auto-provisioning - gradle.properties: remove stale publish config block; add auto-detect/auto-download for toolchain; add configuration-cache comment - app/build.gradle: remove explicit io.spring.dependency-management version (managed by Spring Boot plugin); comment out tiles-el as opt-in for JSF - pom.xml: align Spring Boot to 3.5.16 (latest stable 3.5.x) - Root .classpath: replace with minimal parent form (no source entries) - Root .project: rename from com.ibm.cicsdev.springboot.link to repo name - Root .settings: add org.eclipse.core.resources.prefs (UTF-8); populate org.eclipse.jdt.core.prefs with full Java 17 compiler settings; fix facets to jst.web 6.0 / jst.java 17 - app .classpath: add CICS Library V6.1 entry - app .settings: create org.eclipse.core.resources.prefs and org.eclipse.jdt.core.prefs with Java 17 compiler settings - etc/config/liberty/server.xml: add Liberty feature template - MAINTAINERS.md: update last reviewed date to July 2026 - README.md: rewrite to standard Spring Boot template — add License badge, Overview with Key Features, Table of Contents; fix Prerequisites to V6.1 and Java 17; update BOM snippet to V6.1; rename sections to standard names; restructure deployment to three standard methods; add Additional Resources and Contributing sections
e31143e to
aaff852
Compare
Removing the explicit version caused the build-gradle job to fail — Gradle requires a version number when resolving plugins from the plugin portal. Updated from the stale 1.0.11.RELEASE to the current stable 1.1.7.
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.
'gradle' command, add gradle-version 8.14.4, fix copyright directory to
-app module, update base-copyright year to 2026, remove daily schedule
and configuration-cache comment
comment out tiles-el (opt-in for JSF only)
java.version/maven.compiler.release properties, remove explicit maven-compiler-plugin version (managed by spring-boot-starter-parent), comment out tiles-el dependency
(V6.1, Java 17), update BOM snippet (V6.1), rename sections to standard
names, restructure deployment to three standard methods, add Additional
Resources and Contributing sections