Skip to content

Commit c069e9a

Browse files
Merge pull request #23 from cicsdev/ayushi/transactions
Updated Yaml
2 parents b9bbc73 + 4340119 commit c069e9a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- id: copyright-action
2323
uses: cicsdev/.github/.github/actions/samples-copyright-checker@4134522d8109169bb8c460db841f94167ec2802f
2424
with:
25-
directory: './cics-java-liberty-springboot-transactions/'
25+
directory: './cics-java-liberty-springboot-transactions-app/'
2626
file-extensions: '*.java'
27-
base-copyright: 'Copyright IBM Corp. 2025'
27+
base-copyright: 'Copyright IBM Corp. 2026'
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929

3030
build-maven:
@@ -79,8 +79,10 @@ jobs:
7979
distribution: 'semeru'
8080
- name: Setup Gradle
8181
uses: gradle/actions/setup-gradle@v4
82+
with:
83+
gradle-version: 8.14.4
8284
- name: Build with Gradle
83-
run: ./gradlew build -Pjava_version=${{ matrix.jdk }}
85+
run: gradle build -Pjava_version=${{ matrix.jdk }}
8486

8587
build-gradlew:
8688
name: Build Gradle wrapper
@@ -96,9 +98,7 @@ jobs:
9698
with:
9799
java-version: ${{ matrix.jdk }}
98100
distribution: 'semeru'
99-
- name: Setup Gradle
100-
uses: gradle/actions/setup-gradle@v4
101-
- name: Build with Gradle
101+
- name: Build with Gradle Wrapper
102102
run: ./gradlew build -Pjava_version=${{ matrix.jdk }}
103103

104104

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# cics-java-liberty-springboot-transactions
2-
[![Build](https://github.com/cicsdev/cics-java-liberty-springboot-transactions/actions/workflows/java.yaml/badge.svg)](https://github.com/cicsdev/cics-java-liberty-springboot-transactions/actions/workflows/java.yaml)
2+
[![Build](https://github.com/cicsdev/cics-java-liberty-springboot-transactions/actions/workflows/build.yaml/badge.svg)](https://github.com/cicsdev/cics-java-liberty-springboot-transactions/actions/workflows/build.yaml)
33

44
This sample project demonstrates how a Spring Boot application deployed to a Liberty JVM server, can use different techniques to integrate with CICS transactions. The application uses a web browser front end and makes use of the Java™ Transaction API (JTA). The three techniques demonstrated are: Java EE User Transaction, Spring's `@Transactional` annotation, and the Spring Transaction Template.
55

0 commit comments

Comments
 (0)