Skip to content

Commit 2478a55

Browse files
committed
Merge branch 'main' into Improve-Logging
# Conflicts: # pom.xml
2 parents 20e5f71 + 516f909 commit 2478a55

File tree

10 files changed

+15
-16
lines changed

10 files changed

+15
-16
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: ${{ env.MAVEN_CACHE_DIR }}
4545

4646
- name: "REUSE Compliance Check"
47-
uses: fsfe/reuse-action@v5
47+
uses: fsfe/reuse-action@v6
4848

4949
- name: "Format code"
5050
run: |

.github/workflows/fosstars-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
--batch-mode org.owasp:dependency-check-maven:check org.owasp:dependency-check-maven:aggregate
5454
5555
- name: "Archive CVE Report"
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: cve-report
5959
path: target/dependency-check-report.html

core-services/document-grounding/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.ai.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>1.13.0-SNAPSHOT</version>
7+
<version>1.14.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>document-grounding</artifactId>

core-services/prompt-registry/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.ai.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>1.13.0-SNAPSHOT</version>
7+
<version>1.14.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>prompt-registry</artifactId>

core/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.ai.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>1.13.0-SNAPSHOT</version>
7+
<version>1.14.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>core</artifactId>
1010
<name>AI Core client</name>

docs/release_notes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@
1212

1313
### ✨ New Functionality
1414

15-
- [Orchestration] Introduced Spring AI integration for embeddings generation with the new `OrchestrationSpringAiEmbeddingModel` class.
15+
-
1616

1717
### 📈 Improvements
1818

19-
- [Core] If the AI Core credentials used are missing an explicit `credential-type` but `clientid` and `clientsecret` are present then `"credential-type": "binding-secret"` is inferred automatically.
20-
- [Core] Log message about "service key in environment variable" to `INFO` level only once.
19+
-
2120

2221
### 🐛 Fixed Issues
2322

foundation-models/openai/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.ai.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>1.13.0-SNAPSHOT</version>
7+
<version>1.14.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.sap.ai.sdk.foundationmodels</groupId>
@@ -41,7 +41,7 @@
4141
<coverage.complexity>81%</coverage.complexity>
4242
<coverage.line>91%</coverage.line>
4343
<coverage.instruction>88%</coverage.instruction>
44-
<coverage.branch>79%</coverage.branch>
44+
<coverage.branch>78%</coverage.branch>
4545
<coverage.method>90%</coverage.method>
4646
<coverage.class>92%</coverage.class>
4747
</properties>

orchestration/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.ai.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>1.13.0-SNAPSHOT</version>
7+
<version>1.14.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>orchestration</artifactId>
1010
<name>Orchestration client</name>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.sap.ai.sdk</groupId>
55
<artifactId>sdk-parent</artifactId>
6-
<version>1.13.0-SNAPSHOT</version>
6+
<version>1.14.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Parent pom</name>
99
<description>SAP Cloud SDK for AI is the official Software Development Kit (SDK) for SAP AI Core, SAP Generative AI Hub, and Orchestration Service. The parent pom defines dependency versions and plugin configurations</description>
@@ -56,7 +56,7 @@
5656
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5757
<project.build.outputTimestamp>2025-04-03T13:23:00Z</project.build.outputTimestamp>
5858
<cloud-sdk.version>5.24.0</cloud-sdk.version>
59-
<junit-jupiter.version>6.0.0</junit-jupiter.version>
59+
<junit-jupiter.version>6.0.1</junit-jupiter.version>
6060
<wiremock.version>3.13.1</wiremock.version>
6161
<assertj-core.version>3.27.6</assertj-core.version>
6262
<slf4j.version>2.0.17</slf4j.version>
@@ -70,7 +70,7 @@
7070
<mockito.version>5.20.0</mockito.version>
7171
<javaparser.version>3.27.1</javaparser.version>
7272
<jsonschema-generator.version>4.38.0</jsonschema-generator.version>
73-
<jackson.version>2.20.0</jackson.version>
73+
<jackson.version>2.20.1</jackson.version>
7474
<logback.version>1.5.20</logback.version>
7575
<!-- conflicts resolution -->
7676
<micrometer.version>1.15.5</micrometer.version>
@@ -299,7 +299,7 @@
299299
<plugin>
300300
<groupId>org.openapitools</groupId>
301301
<artifactId>openapi-generator-maven-plugin</artifactId>
302-
<version>7.16.0</version>
302+
<version>7.17.0</version>
303303
</plugin>
304304
</plugins>
305305
</pluginManagement>

sample-code/spring-app/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.ai.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>1.13.0-SNAPSHOT</version>
7+
<version>1.14.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.sap.ai.sdk.app</groupId>

0 commit comments

Comments
 (0)