Skip to content

Commit b108cf3

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-java-5.4.0
2 parents f9585dc + 7f97a2e commit b108cf3

62 files changed

Lines changed: 11 additions & 22413 deletions

Some content is hidden

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Release (YYYY-MM-DD)
2+
- `alb`: [v0.6.0](services/alb/CHANGELOG.md#v060)
3+
- **Breaking change:** Remove `v2beta` API
4+
15
## Release (2026-04-28)
26
- `alb`: [v0.5.0](services/alb/CHANGELOG.md#v050)
37
- **Feature (breaking change):** Introduction of multi API version support. See the GitHub discussion post for more details: https://github.com/stackitcloud/stackit-sdk-java/discussions/530

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'eclipse'
66
id 'pmd'
77

8-
id 'com.diffplug.spotless' version '8.7.0'
8+
id 'com.diffplug.spotless' version '8.8.0'
99

1010
/* We have to use this 3rd party plugin for publishing to MavenCentral because as of AUG-2025 there is no official
1111
* plugin which supports publishing to MavenCentral Portal. */

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
44
networkTimeout=10000
55
retries=0
66
retryBackOffMs=500

services/alb/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.6.0
2+
- **Breaking change:** Remove `v2beta` API
3+
14
## v0.5.0
25
- **Feature (breaking change):** Introduction of multi API version support. See the GitHub discussion post for more details: https://github.com/stackitcloud/stackit-sdk-java/discussions/530
36

services/alb/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

services/alb/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
56ac63c4728605d440d17ed470e0229e36a1aad2
1+
ea0931a6f93703c990517136e0d4c7a88455b282

services/alb/src/main/java/cloud/stackit/sdk/alb/v2beta2api/ApiCallback.java

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)