Skip to content

Commit b773468

Browse files
committed
Bumped java version
1 parent 8e6db18 commit b773468

File tree

10 files changed

+10
-10
lines changed
  • bypassing-overruling-ssl-configuration
  • elasticsearch-with-ssl
  • grpc-client-server-with-ssl/instant-server-ssl-reloading-with-grpc
  • instant-server-ssl-reloading
  • instant-server-ssl-reloading-with-netty/netty-server
  • instant-server-ssl-reloading-with-quarkus
  • instant-server-ssl-reloading-with-vertx/vertx-server
  • instant-ssl-reloading-with-spring-jetty-database
  • instant-ssl-reloading-with-spring-tomcat
  • two-way-object-serialization

10 files changed

+10
-10
lines changed

Diff for: bypassing-overruling-ssl-configuration/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This projects demonstrates bypassing the ssl configuration of mysql-connector-j
66
This mechanism will also work with other libraries.
77

88
#### Requirements
9-
- Java 17
9+
- Java 21
1010
- Terminal
1111
- Docker
1212

Diff for: elasticsearch-with-ssl/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ElasticSearch with SSL 🔐
22

33
#### Requirements
4-
- Java 17
4+
- Java 21
55
- Terminal
66
- Docker
77
- Eclipse or Intellij IDEA

Diff for: grpc-client-server-with-ssl/instant-server-ssl-reloading-with-grpc/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The server has currently one way to update the existing ssl material:
1414
- Databased based, aka database change listener. This option is hosted in a separate module within this repository, see here: [Instant SSL Reloading With Database](https://github.com/Hakky54/java-tutorials/tree/main/instant-ssl-reloading-with-spring-jetty-database)
1515

1616
#### Requirements
17-
- Java 17
17+
- Java 21
1818
- Terminal
1919

2020
#### Configure SSL Update Service

Diff for: instant-server-ssl-reloading-with-netty/netty-server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The server has currently one way to update the existing ssl material:
1414
- Databased based, aka database change listener. This option is hosted in a separate module within this repository, see here: [Instant SSL Reloading With Database](https://github.com/Hakky54/java-tutorials/tree/main/instant-ssl-reloading-with-spring-jetty-database)
1515

1616
#### Requirements
17-
- Java 17
17+
- Java 21
1818
- Terminal
1919

2020
#### Configure SSL Update Service

Diff for: instant-server-ssl-reloading-with-quarkus/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The server has currently one way to update the existing ssl material:
1414
- Databased based, aka database change listener. This option is hosted in a separate module within this repository, see here: [Instant SSL Reloading With Database](https://github.com/Hakky54/java-tutorials/tree/main/instant-ssl-reloading-with-spring-jetty-database)
1515

1616
#### Requirements
17-
- Java 17
17+
- Java 21
1818
- Terminal
1919

2020
#### Configure SSL Update Service

Diff for: instant-server-ssl-reloading-with-vertx/vertx-server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The server has currently one way to update the existing ssl material:
1414
- Databased based, aka database change listener. This option is hosted in a separate module within this repository, see here: [Instant SSL Reloading With Database](https://github.com/Hakky54/java-tutorials/tree/main/instant-ssl-reloading-with-spring-jetty-database)
1515

1616
#### Requirements
17-
- Java 17
17+
- Java 21
1818
- Terminal
1919

2020
#### Configure SSL Update Service

Diff for: instant-server-ssl-reloading/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The server has two ways to update the existing ssl material:
1313
- File based aka file change listener, see here for the implementation: [FilesBasedSslUpdateService](server/src/main/java/nl/altindag/server/service/FileBasedSslUpdateService.java)
1414
- Databased based, aka database change listener. This option is hosted in a separate module within this repository, see here: [Instant SSL Reloading With Database](https://github.com/Hakky54/java-tutorials/tree/main/instant-ssl-reloading-with-spring-jetty-database)
1515
#### Requirements
16-
- Java 17
16+
- Java 21
1717
- Terminal
1818

1919
#### Start the server

Diff for: instant-ssl-reloading-with-spring-jetty-database/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It will be calling the database every 10 seconds to get the ssl material. The ss
1414
- [DatabaseBasedSslUpdateService](src/main/java/nl/altindag/server/service/DatabaseBasedSslUpdateService.java)
1515

1616
#### Requirements
17-
- Java 17
17+
- Java 21
1818
- Terminal
1919
- Docker
2020

Diff for: instant-ssl-reloading-with-spring-tomcat/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The server has two ways to update the existing ssl material:
1414
- Databased based, aka database change listener. This option is hosted in a separate module within this repository, see here: [Instant SSL Reloading With Database](https://github.com/Hakky54/java-tutorials/tree/main/instant-ssl-reloading-with-spring-jetty-database)
1515

1616
#### Requirements
17-
- Java 17
17+
- Java 21
1818
- Terminal
1919

2020
#### Start the server

Diff for: two-way-object-serialization/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The flow would be like the diagram below:
99
![alt text](https://github.com/Hakky54/java-tutorials/blob/main/two-way-object-serialization/images/flow.png?raw=true)
1010

1111
#### Requirements
12-
- Java 17
12+
- Java 21
1313
- Terminal
1414

1515
#### Start the server

0 commit comments

Comments
 (0)