Skip to content

Commit 32f84bf

Browse files
nicolasdelvattchiotludo
authored andcommitted
chore(java): update old java 11 references to java 17
1 parent 1a0bdd0 commit 32f84bf

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ services:
121121
KSQL_KSQL_LOGGING_PROCESSING_TOPIC_REPLICATION_FACTOR: '1'
122122

123123
test-data:
124-
image: gradle:8-jdk11
124+
image: gradle:8-jdk17
125125
command: "gradle --no-daemon testInjectData -x installFrontend -x assembleFrontend"
126126
restart: unless-stopped
127127
working_dir: /app

docs/docs/dev.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,14 @@ see [Kafka Getting started guide](https://kafka.apache.org/quickstart). In the n
5252
git clone https://github.com/tchiotludo/akhq.git
5353
```
5454

55-
Open the checked out directory in IntelliJ IDEA. The current version (0.25.0) of AKHQ is built with Java 17. If you
55+
Open the checked out directory in IntelliJ IDEA. The current version of AKHQ is built with Java 17. If you
5656
don't have OpenJDK 17 installed already, do the following in IntelliJ IDEA:
5757
* _File > Project Structure... > Platform Settings >
58-
SDKs > + > Download JDK... >_ select a vendor of your choice (but make sure it's version 11)
59-
* download + install. Make sure
60-
that JDK 11 is set under _Project Settings > Project SDK_
61-
* language level is Java 11.
62-
* Now tell Gradle to use Java 11
63-
as well: _File > Settings > Plugins > Build, Execution, Deployment > Build Tools > Gradle > Gradle JVM_: any JDK 11.
58+
SDKs > + > Download JDK... >_ select a vendor of your choice (but make sure it's version 17)
59+
* download + install. Make sure that JDK 17 is set under _Project Settings > Project SDK_
60+
* language level is Java 17.
61+
* Now tell Gradle to use Java 17
62+
as well: _File > Settings > Plugins > Build, Execution, Deployment > Build Tools > Gradle > Gradle JVM_: any JDK 17.
6463

6564
To configure AKHQ for using the Kafka server you set up before, edit `application.yml` by adding the following under `akhq`:
6665
```yaml

0 commit comments

Comments
 (0)