Skip to content

Commit a7f84a5

Browse files
Merge branch 'main' into crosslevelconsumption
2 parents 89da889 + 7816312 commit a7f84a5

File tree

108 files changed

+2169
-327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+2169
-327
lines changed

.github/dependabot.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ updates:
3636
- dependency-name: 'com.github.ekryd.sortpom:sortpom-maven-plugin'
3737
# used by deprecated code only, not worth updating for now
3838
- dependency-name: 'org.apache.axis2:*'
39+
# newer versions cause issues with our release process
40+
- dependency-name: 'org.apache.maven.plugins:maven-javadoc-plugin'
3941
# Ignore problematic license versions
4042
- dependency-name: 'com.sap.cloud.security:java-security'
4143
versions: ['3.6.1', '3.6.2']

.github/workflows/cache-maven-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ env.MAVEN_CACHE_REF }}
2121

2222
- name: "Setup Java"
23-
uses: actions/setup-java@v4
23+
uses: actions/setup-java@v5
2424
with:
2525
distribution: "sapmachine"
2626
java-version: 17

.github/workflows/continuous-integration.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
ref: ${{ needs.context.outputs.commit }}
8787

8888
- name: "Setup Java"
89-
uses: actions/setup-java@v4
89+
uses: actions/setup-java@v5
9090
with:
9191
distribution: "sapmachine"
9292
java-version: 17
@@ -113,7 +113,7 @@ jobs:
113113
ref: ${{ needs.context.outputs.commit }}
114114

115115
- name: "Setup java"
116-
uses: actions/setup-java@v4
116+
uses: actions/setup-java@v5
117117
with:
118118
distribution: "sapmachine"
119119
java-version: 17
@@ -167,7 +167,7 @@ jobs:
167167
ref: ${{ needs.context.outputs.commit }}
168168

169169
- name: "Setup java"
170-
uses: actions/setup-java@v4
170+
uses: actions/setup-java@v5
171171
with:
172172
distribution: "sapmachine"
173173
java-version: 17
@@ -228,7 +228,7 @@ jobs:
228228
ref: ${{ needs.context.outputs.commit }}
229229

230230
- name: "Setup java"
231-
uses: actions/setup-java@v4
231+
uses: actions/setup-java@v5
232232
with:
233233
distribution: "sapmachine"
234234
java-version: 17
@@ -269,7 +269,7 @@ jobs:
269269
ref: ${{ needs.context.outputs.commit }}
270270

271271
- name: "Setup java"
272-
uses: actions/setup-java@v4
272+
uses: actions/setup-java@v5
273273
with:
274274
distribution: "sapmachine"
275275
java-version: 17
@@ -312,7 +312,7 @@ jobs:
312312
name: "Test ${{ matrix.task.archetype }} Archetype"
313313
steps:
314314
- name: "Setup java"
315-
uses: actions/setup-java@v4
315+
uses: actions/setup-java@v5
316316
with:
317317
distribution: "sapmachine"
318318
java-version: 17

.github/workflows/deploy-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v5
1515

1616
- name: "Setup java"
17-
uses: actions/setup-java@v4
17+
uses: actions/setup-java@v5
1818
with:
1919
distribution: "sapmachine"
2020
java-version: "17"

.github/workflows/perform-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
pull-requests: write # needed to merge the release PR
9292
steps:
9393
- name: "Setup java"
94-
uses: actions/setup-java@v4
94+
uses: actions/setup-java@v5
9595
with:
9696
distribution: "sapmachine"
9797
java-version: ${{ env.JAVA_VERSION }}

.github/workflows/prepare-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
ref: ${{ needs.bump-version.outputs.release-branch }}
126126

127127
- name: "Setup java"
128-
uses: actions/setup-java@v4
128+
uses: actions/setup-java@v5
129129
with:
130130
distribution: "sapmachine"
131131
java-version: ${{ env.JAVA_VERSION }}
@@ -265,8 +265,8 @@ jobs:
265265
- [ ] Review **and approve** the [Release Notes PR](${{ needs.create-release-notes-pr.outputs.pr-url }})
266266
- [ ] Review the [Draft Release](${{ needs.create-release.outputs.release-url }})
267267
- [ ] Review **and approve** this PR
268-
- [ ] Trigger the [Perform Release Workflow](${{ github.event.repository.html_url }}/actions/workflows/perform-release.yml)
269-
- [ ] Once the `Perform Release` workflow is through, head over to [Central Sonatype](https://central.sonatype.com/publishing/deployments) and log in with the credentials in the Team Password Safe. There should be a published release.")
268+
- [ ] Once all tests of this PR are green, trigger the [Perform Release Workflow](${{ github.event.repository.html_url }}/actions/workflows/perform-release.yml)
269+
- [ ] Once the `Perform Release` workflow is through, head over to [Central Sonatype](https://central.sonatype.com/publishing/deployments) and log in with the credentials in the Team Password Safe. There should be a validated release that can be released by clicking the _release_ button.")
270270
echo "PR_URL=$PR_URL" >> $GITHUB_OUTPUT
271271
env:
272272
GH_TOKEN: ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![build](https://github.com/SAP/cloud-sdk-java/actions/workflows/continuous-integration.yaml/badge.svg?branch=main)
44
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/cloud-sdk-java)](https://api.reuse.software/info/github.com/SAP/cloud-sdk-java)
55
[![Fosstars security rating](https://github.com/SAP/cloud-sdk-java/blob/fosstars-report/fosstars_badge.svg)](https://github.com/SAP/cloud-sdk-java/blob/fosstars-report/fosstars_report.md)
6-
[![Maven Central](https://img.shields.io/badge/maven_central-5.21.0-blue.svg)](https://search.maven.org/search?q=g:com.sap.cloud.sdk%20AND%20a:sdk-core%20AND%20v:5.21.0)
6+
[![Maven Central](https://img.shields.io/badge/maven_central-5.22.0-blue.svg)](https://search.maven.org/search?q=g:com.sap.cloud.sdk%20AND%20a:sdk-core%20AND%20v:5.22.0)
77

88
# SAP Cloud SDK for Java
99

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.cloud.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>5.22.0-SNAPSHOT</version>
7+
<version>5.23.0-SNAPSHOT</version>
88
</parent>
99
<groupId>com.sap.cloud.sdk.archetypes</groupId>
1010
<artifactId>archetypes-parent</artifactId>

archetypes/spring-boot3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.cloud.sdk.archetypes</groupId>
66
<artifactId>archetypes-parent</artifactId>
7-
<version>5.22.0-SNAPSHOT</version>
7+
<version>5.23.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot3</artifactId>
1010
<packaging>maven-archetype</packaging>

archetypes/spring-boot3/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<spring-boot.version>3.3.0</spring-boot.version>
1616

1717
<java.version>17</java.version>
18-
<cloud-sdk.version>5.22.0-SNAPSHOT</cloud-sdk.version>
18+
<cloud-sdk.version>5.23.0-SNAPSHOT</cloud-sdk.version>
1919

2020
<maven.compiler.source>${java.version}</maven.compiler.source>
2121
<maven.compiler.target>${java.version}</maven.compiler.target>

0 commit comments

Comments
 (0)