You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,15 @@
2
2
3
3
## 0.50.0
4
4
5
-
*Nothing here yet, but we will surely develop something new pretty soon 😉
5
+
*Use Java 21 as the runtime and language level
6
6
7
7
### Major changes, deprecations, and removals
8
8
9
+
* Strimzi Operators are now using Java 21 as the runtime and language level.
10
+
The only exceptions are the `api`, `test`, `crd-annotations`, and `crd-generator` modules which use Java 11 as the language level for compatibility with older java versions.
11
+
These modules will remain using the Java 11 language level up to and including Strimzi 0.51.
12
+
They will move to Java 21 language level in Strimzi 1.0.0.
13
+
If you use one of these modules as a dependency in your Java project, you will need to upgrade to Java 21 as well.
9
14
*`connector.plugin.version` option is now forbidden in `KafkaConnect` CR in `.spec.config` and in `KafkaMirrorMaker2` CR in `.spec.mirrors[].sourceConnector.config` and `.spec.mirrors[].checkpointConnector.config`. Please use the dedicated `version` field instead.
0 commit comments