Skip to content

Commit a5a2a80

Browse files
feat(api): Updated java-sdk to adopt Code Engine API specification changes
1 parent cbe6843 commit a5a2a80

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://travis-ci.com/IBM/code-engine-java-sdk.svg?branch=main)](https://travis-ci.com/IBM/code-engine-java-sdk)
22
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
33

4-
# IBM Cloud Code Engine Java SDK Version 4.27.1
4+
# IBM Cloud Code Engine Java SDK Version 4.28.0
55

66
Java client library to interact with the [Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
77

@@ -39,7 +39,7 @@ The IBM Cloud Code Engine Java SDK allows developers to programmatically interac
3939

4040
Service Name | Artifact Coordinates
4141
--- | ---
42-
[Code Engine](https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0) | com.ibm.cloud.code-engine:4.27.1
42+
[Code Engine](https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0) | com.ibm.cloud.code-engine:4.28.0
4343

4444
## Prerequisites
4545

@@ -51,7 +51,7 @@ Service Name | Artifact Coordinates
5151

5252
## Installation
5353

54-
The current version of this SDK is: 4.27.1
54+
The current version of this SDK is: 4.28.0
5555

5656
Each service's artifact coordinates are listed in the table above.
5757

@@ -70,14 +70,14 @@ Here are examples for maven and gradle:
7070
<dependency>
7171
<groupId>com.ibm.cloud</groupId>
7272
<artifactId>code-engine</artifactId>
73-
<version>4.27.1</version>
73+
<version>4.28.0</version>
7474
</dependency>
7575
```
7676

7777
### Gradle
7878

7979
```gradle
80-
compile 'com.ibm.cloud:code-engine:4.27.1'
80+
compile 'com.ibm.cloud:code-engine:4.28.0'
8181
```
8282

8383
## Using the SDK

modules/code-engine/src/main/java/com/ibm/cloud/code_engine/code_engine/v2/CodeEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
/*
15-
* IBM OpenAPI SDK Code Generator Version: 3.99.0-d27cee72-20250129-204831
15+
* IBM OpenAPI SDK Code Generator Version: 3.102.0-615ec964-20250307-203034
1616
*/
1717

1818
package com.ibm.cloud.code_engine.code_engine.v2;

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
<testng-version>7.11.0</testng-version>
2424
<okhttp3-version>4.12.0</okhttp3-version>
25-
<surefire-version>3.5.2</surefire-version>
26-
<jacoco-plugin-version>0.8.12</jacoco-plugin-version>
25+
<surefire-version>3.5.3</surefire-version>
26+
<jacoco-plugin-version>0.8.13</jacoco-plugin-version>
2727
<maven-deploy-plugin-version>3.1.4</maven-deploy-plugin-version>
2828
<nexus-staging-plugin-version>1.7.0</nexus-staging-plugin-version>
2929
<maven-gpg-plugin-version>3.2.7</maven-gpg-plugin-version>
@@ -34,9 +34,9 @@
3434
<maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version>
3535
<maven-site-plugin-version>3.21.0</maven-site-plugin-version>
3636
<maven-checkstyle-plugin-version>3.6.0</maven-checkstyle-plugin-version>
37-
<checkstyle-version>10.21.4</checkstyle-version>
37+
<checkstyle-version>10.23.0</checkstyle-version>
3838
<maven-reports-plugin-version>3.9.0</maven-reports-plugin-version>
39-
<maven-failsafe-plugin-version>3.5.2</maven-failsafe-plugin-version>
39+
<maven-failsafe-plugin-version>3.5.3</maven-failsafe-plugin-version>
4040
<maven-buildnumber-plugin-version>3.2.1</maven-buildnumber-plugin-version>
4141
<slf4j-version>2.0.17</slf4j-version>
4242

0 commit comments

Comments
 (0)