@@ -31,8 +31,6 @@ First, generate the project from https://start.vertx.io:
31
31
. Select the `JDK 11` JDK version
32
32
. Click on generate and extract the content somewhere on your disk
33
33
34
- image::using-maven.png[title="Generating a Maven Project", alt="Generating a Maven Project", align="center",width=80%]
35
-
36
34
Alternatively, open a terminal and run:
37
35
38
36
[source,bash]
@@ -66,8 +64,8 @@ endif::env-github[]
66
64
67
65
The Docker build has two stages:
68
66
69
- . Building the Maven project inside a `maven:3.6.3-openjdk -11` container
70
- . Copying the output of the build in a `adoptopenjdk :11-jre-hotspot ` container and configuring the entry point
67
+ . Building the Maven project inside a `maven:3.9.9-eclipse-temurin -11` container
68
+ . Copying the output of the build in a `eclipse-temurin :11` container and configuring the entry point
71
69
72
70
The benefits of this approach are:
73
71
@@ -92,8 +90,6 @@ First, generate the project from https://start.vertx.io:
92
90
. Select the `JDK 11` JDK version
93
91
. Click on generate and extract the content somewhere on your disk
94
92
95
- image::using-gradle.png[title="Generating a Gradle Project", alt="Generating a Gradle Project", align="center",width=80%]
96
-
97
93
Alternatively, open a terminal and run:
98
94
99
95
[source,bash]
@@ -127,8 +123,8 @@ endif::env-github[]
127
123
128
124
The Docker build has two stages:
129
125
130
- . Building the Gradle project inside a `gradle:6.8.3 -jdk11` container
131
- . Copying the output of the build in a `adoptopenjdk :11-jre-hotspot ` container and configuring the entry point
126
+ . Building the Gradle project inside a `gradle:8.1.1 -jdk11` container
127
+ . Copying the output of the build in a `eclipse-temurin :11` container and configuring the entry point
132
128
133
129
The benefits of this approach are:
134
130
@@ -157,7 +153,7 @@ You should see messages like these on the console output:
157
153
158
154
----
159
155
HTTP server started on port 8888
160
- Mar 16, 2021 2:45:57 PM io.vertx.core.impl. launcher.commands.VertxIsolatedDeployer
156
+ Dec 02, 2024 5:17:19 PM io.vertx.launcher.application.VertxApplication
161
157
INFO: Succeeded in deploying verticle
162
158
----
163
159
0 commit comments