Skip to content

Commit

Permalink
Bumped java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Sep 11, 2024
1 parent 8e6db18 commit b773468
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bypassing-overruling-ssl-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This projects demonstrates bypassing the ssl configuration of mysql-connector-j
This mechanism will also work with other libraries.

#### Requirements
- Java 17
- Java 21
- Terminal
- Docker

Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-with-ssl/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ElasticSearch with SSL 🔐

#### Requirements
- Java 17
- Java 21
- Terminal
- Docker
- Eclipse or Intellij IDEA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The server has currently one way to update the existing ssl material:
- 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)

#### Requirements
- Java 17
- Java 21
- Terminal

#### Configure SSL Update Service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The server has currently one way to update the existing ssl material:
- 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)

#### Requirements
- Java 17
- Java 21
- Terminal

#### Configure SSL Update Service
Expand Down
2 changes: 1 addition & 1 deletion instant-server-ssl-reloading-with-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The server has currently one way to update the existing ssl material:
- 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)

#### Requirements
- Java 17
- Java 21
- Terminal

#### Configure SSL Update Service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The server has currently one way to update the existing ssl material:
- 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)

#### Requirements
- Java 17
- Java 21
- Terminal

#### Configure SSL Update Service
Expand Down
2 changes: 1 addition & 1 deletion instant-server-ssl-reloading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The server has two ways to update the existing ssl material:
- File based aka file change listener, see here for the implementation: [FilesBasedSslUpdateService](server/src/main/java/nl/altindag/server/service/FileBasedSslUpdateService.java)
- 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)
#### Requirements
- Java 17
- Java 21
- Terminal

#### Start the server
Expand Down
2 changes: 1 addition & 1 deletion instant-ssl-reloading-with-spring-jetty-database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It will be calling the database every 10 seconds to get the ssl material. The ss
- [DatabaseBasedSslUpdateService](src/main/java/nl/altindag/server/service/DatabaseBasedSslUpdateService.java)

#### Requirements
- Java 17
- Java 21
- Terminal
- Docker

Expand Down
2 changes: 1 addition & 1 deletion instant-ssl-reloading-with-spring-tomcat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The server has two ways to update the existing ssl material:
- 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)

#### Requirements
- Java 17
- Java 21
- Terminal

#### Start the server
Expand Down
2 changes: 1 addition & 1 deletion two-way-object-serialization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The flow would be like the diagram below:
![alt text](https://github.com/Hakky54/java-tutorials/blob/main/two-way-object-serialization/images/flow.png?raw=true)

#### Requirements
- Java 17
- Java 21
- Terminal

#### Start the server
Expand Down

0 comments on commit b773468

Please sign in to comment.