@@ -64,7 +64,7 @@
staging
- https://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/iovertx-3684/
diff --git a/core-examples/src/main/js/io/vertx/example/core/http2/h2c/server.js b/core-examples/src/main/js/io/vertx/example/core/http2/h2c/server.js
index 9ecc9d423..482f4638f 100644
--- a/core-examples/src/main/js/io/vertx/example/core/http2/h2c/server.js
+++ b/core-examples/src/main/js/io/vertx/example/core/http2/h2c/server.js
@@ -3,5 +3,5 @@ var server = vertx.createHttpServer({
});
server.requestHandler(function (req) {
- req.response().putHeader("content-type", "text/html").end("" + "Hello from vert.x!
" + "version = " + req.version() + "
" + "");
+ req.response().putHeader("content-type", "text/html").end("Hello from vert.x!
version = " + req.version() + "
");
}).listen(8080);
diff --git a/core-examples/src/main/js/io/vertx/example/core/http2/simple/server.js b/core-examples/src/main/js/io/vertx/example/core/http2/simple/server.js
index 88190eee7..296ca526c 100644
--- a/core-examples/src/main/js/io/vertx/example/core/http2/simple/server.js
+++ b/core-examples/src/main/js/io/vertx/example/core/http2/simple/server.js
@@ -9,5 +9,5 @@ var server = vertx.createHttpServer({
});
server.requestHandler(function (req) {
- req.response().putHeader("content-type", "text/html").end("" + "Hello from vert.x!
" + "version = " + req.version() + "
" + "");
+ req.response().putHeader("content-type", "text/html").end("Hello from vert.x!
version = " + req.version() + "
");
}).listen(8443);
diff --git a/docker-examples/vertx-docker-example-fabric8/pom.xml b/docker-examples/vertx-docker-example-fabric8/pom.xml
index 63768ef77..127b1a033 100644
--- a/docker-examples/vertx-docker-example-fabric8/pom.xml
+++ b/docker-examples/vertx-docker-example-fabric8/pom.xml
@@ -6,7 +6,7 @@
io.vertx
vertx-docker-example-fabric
- 3.4.1
+ 3.4.2
Sample Docker Image for Fabric8
@@ -109,7 +109,7 @@
staging
- https://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/iovertx-3684/
diff --git a/docker-examples/vertx-docker-example/pom.xml b/docker-examples/vertx-docker-example/pom.xml
index eda150158..b6a937319 100644
--- a/docker-examples/vertx-docker-example/pom.xml
+++ b/docker-examples/vertx-docker-example/pom.xml
@@ -6,7 +6,7 @@
io.vertx
vertx-docker-example
- 3.4.1
+ 3.4.2
Sample Docker Image with Maven
@@ -78,7 +78,7 @@
staging
- https://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/iovertx-3684/
diff --git a/docker-examples/vertx-docker-java-fatjar/Dockerfile b/docker-examples/vertx-docker-java-fatjar/Dockerfile
index 11afc6e7f..b85942c2c 100644
--- a/docker-examples/vertx-docker-java-fatjar/Dockerfile
+++ b/docker-examples/vertx-docker-java-fatjar/Dockerfile
@@ -8,7 +8,7 @@
FROM java:8-jre
-ENV VERTICLE_FILE hello-verticle-fatjar-3.4.1-fat.jar
+ENV VERTICLE_FILE hello-verticle-fatjar-3.4.2-fat.jar
# Set the location of the verticles
ENV VERTICLE_HOME /usr/verticles
diff --git a/docker-examples/vertx-docker-java-fatjar/pom.xml b/docker-examples/vertx-docker-java-fatjar/pom.xml
index e6d9a8bde..13deed376 100644
--- a/docker-examples/vertx-docker-java-fatjar/pom.xml
+++ b/docker-examples/vertx-docker-java-fatjar/pom.xml
@@ -6,7 +6,7 @@
io.vertx
hello-verticle-fatjar
- 3.4.1
+ 3.4.2
Sample Docker Image for Java - FatJar
@@ -73,7 +73,7 @@
staging
- https://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/iovertx-3684/
diff --git a/docker-examples/vertx-docker-java/Dockerfile b/docker-examples/vertx-docker-java/Dockerfile
index 6b0396394..8922b1e39 100644
--- a/docker-examples/vertx-docker-java/Dockerfile
+++ b/docker-examples/vertx-docker-java/Dockerfile
@@ -10,7 +10,7 @@
FROM vertx/vertx3
ENV VERTICLE_NAME io.vertx.sample.hello.HelloVerticle
-ENV VERTICLE_FILE target/hello-verticle-3.4.1.jar
+ENV VERTICLE_FILE target/hello-verticle-3.4.2.jar
# Set the location of the verticles
ENV VERTICLE_HOME /usr/verticles
diff --git a/docker-examples/vertx-docker-java/pom.xml b/docker-examples/vertx-docker-java/pom.xml
index d3f96d457..36d8bff0c 100644
--- a/docker-examples/vertx-docker-java/pom.xml
+++ b/docker-examples/vertx-docker-java/pom.xml
@@ -6,7 +6,7 @@
io.vertx
hello-verticle
- 3.4.1
+ 3.4.2
Sample Docker Image for Java
@@ -38,7 +38,7 @@
staging
- https://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/iovertx-3684/
diff --git a/examples-utils/pom.xml b/examples-utils/pom.xml
index 8326a7451..97116c804 100644
--- a/examples-utils/pom.xml
+++ b/examples-utils/pom.xml
@@ -6,7 +6,7 @@
io.vertx
examples-utils
- 3.4.1
+ 3.4.2
${java.home}/../lib/tools.jar
@@ -72,7 +72,7 @@
staging
- https://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/iovertx-3684/
diff --git a/fatjar-examples/README.adoc b/fatjar-examples/README.adoc
index 87b9127c8..5ae852b33 100644
--- a/fatjar-examples/README.adoc
+++ b/fatjar-examples/README.adoc
@@ -14,7 +14,7 @@ To build with Maven
To run the fat jar:
- java -jar target/http2-fatjar-3.4.1.jar
+ java -jar target/http2-fatjar-3.4.2.jar
The build.gradle uses the Gradle shadowJar plugin to assemble the application and all it's dependencies into a single "fat" jar.
@@ -24,7 +24,7 @@ To build with Gradle
To run the fat jar:
- java -jar build/libs/http2-fatjar-3.4.1-all.jar
+ java -jar build/libs/http2-fatjar-3.4.2-all.jar
NOTE: embedding the key in the jar is a discouraged practice - it is done purposely to keep the example simple
@@ -40,7 +40,7 @@ To build with Maven
To run the fat jar:
- java -jar target/ruby-fatjar-3.4.1.jar.jar
+ java -jar target/ruby-fatjar-3.4.2.jar.jar
The build.gradle uses the Gradle shadowJar plugin to assemble the application and all it's dependencies into a single "fat" jar.
@@ -50,4 +50,4 @@ To build with Gradle
To run the fat jar:
- java -jar build/libs/ruby-fatjar-3.4.1-all.jar
+ java -jar build/libs/ruby-fatjar-3.4.2-all.jar
diff --git a/fatjar-examples/http2-fatjar/build.gradle b/fatjar-examples/http2-fatjar/build.gradle
index c30772f7e..6327990d0 100644
--- a/fatjar-examples/http2-fatjar/build.gradle
+++ b/fatjar-examples/http2-fatjar/build.gradle
@@ -7,11 +7,11 @@ plugins {
repositories {
jcenter()
// maven {
-// url "https://oss.sonatype.org/content/repositories/snapshots"
+// url "https://oss.sonatype.org/content/repositories/iovertx-3684/"
// }
}
-version = '3.4.1'
+version = '3.4.2'
sourceCompatibility = '1.8'
dependencies {
@@ -31,5 +31,5 @@ shadowJar {
}
task wrapper(type: Wrapper) {
- gradleVersion = '3.4.1'
+ gradleVersion = '4.0'
}
diff --git a/fatjar-examples/http2-fatjar/pom.xml b/fatjar-examples/http2-fatjar/pom.xml
index f2b3a0b0d..bb9907ca5 100644
--- a/fatjar-examples/http2-fatjar/pom.xml
+++ b/fatjar-examples/http2-fatjar/pom.xml
@@ -22,7 +22,7 @@
io.vertx
http2-fatjar
- 3.4.1
+ 3.4.2
HTTP/2 fatjar
@@ -97,7 +97,7 @@
staging
- https://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/iovertx-3684/
diff --git a/fatjar-examples/ruby-fatjar/build.gradle b/fatjar-examples/ruby-fatjar/build.gradle
index 9f2d902c4..18cc6453e 100644
--- a/fatjar-examples/ruby-fatjar/build.gradle
+++ b/fatjar-examples/ruby-fatjar/build.gradle
@@ -7,11 +7,11 @@ plugins {
repositories {
jcenter()
// maven {
-// url "https://oss.sonatype.org/content/repositories/snapshots"
+// url "https://oss.sonatype.org/content/repositories/iovertx-3684/"
// }
}
-version = '3.4.1'
+version = '3.4.2'
sourceCompatibility = '1.8'
dependencies {
@@ -31,5 +31,5 @@ shadowJar {
}
task wrapper(type: Wrapper) {
- gradleVersion = '3.4.1'
+ gradleVersion = '4.0'
}
diff --git a/fatjar-examples/ruby-fatjar/pom.xml b/fatjar-examples/ruby-fatjar/pom.xml
index da006b4c3..f56a52270 100644
--- a/fatjar-examples/ruby-fatjar/pom.xml
+++ b/fatjar-examples/ruby-fatjar/pom.xml
@@ -22,7 +22,7 @@
io.vertx
ruby-fatjar
- 3.4.1
+ 3.4.2
Ruby fatjar
@@ -83,7 +83,7 @@
staging
- https://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/iovertx-3684/
diff --git a/gradle-redeploy/build.gradle b/gradle-redeploy/build.gradle
index e47d95cda..997153dfe 100644
--- a/gradle-redeploy/build.gradle
+++ b/gradle-redeploy/build.gradle
@@ -7,11 +7,11 @@ plugins {
repositories {
jcenter()
maven {
- url "https://oss.sonatype.org/content/repositories/snapshots"
+ url "https://oss.sonatype.org/content/repositories/iovertx-3684/"
}
}
-version = '3.4.1'
+version = '3.4.2'
sourceCompatibility = '1.8'
dependencies {
diff --git a/gradle-simplest/README.adoc b/gradle-simplest/README.adoc
index df7949625..3ce6b124b 100644
--- a/gradle-simplest/README.adoc
+++ b/gradle-simplest/README.adoc
@@ -20,7 +20,7 @@ Because the application plugin is being used, you may directly run the applicati
You may also run the fat jar as a standalone runnable jar:
- java -jar build/libs/gradle-simplest-3.4.1-fat.jar
+ java -jar build/libs/gradle-simplest-3.4.2-fat.jar
(You can take that jar and run it anywhere there is a Java 8+ JDK. It contains all the dependencies it needs so you
don't need to install Vert.x on the target machine).
diff --git a/gradle-simplest/build.gradle b/gradle-simplest/build.gradle
index 5de0ff3ec..fcb3a19fb 100644
--- a/gradle-simplest/build.gradle
+++ b/gradle-simplest/build.gradle
@@ -7,11 +7,11 @@ plugins {
repositories {
jcenter()
maven {
- url "https://oss.sonatype.org/content/repositories/snapshots"
+ url "https://oss.sonatype.org/content/repositories/iovertx-3684/"
}
}
-version = '3.4.1'
+version = '3.4.2'
sourceCompatibility = '1.8'
dependencies {
@@ -28,5 +28,5 @@ shadowJar {
}
task wrapper(type: Wrapper) {
- gradleVersion = '3.4.1'
+ gradleVersion = '4.0'
}
diff --git a/gradle-simplest/gradle/wrapper/gradle-wrapper.jar b/gradle-simplest/gradle/wrapper/gradle-wrapper.jar
index 570099288..6c7371753 100644
Binary files a/gradle-simplest/gradle/wrapper/gradle-wrapper.jar and b/gradle-simplest/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle-simplest/gradle/wrapper/gradle-wrapper.properties b/gradle-simplest/gradle/wrapper/gradle-wrapper.properties
index 0b43f183d..d29847491 100644
--- a/gradle-simplest/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle-simplest/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Sun Mar 05 16:06:08 CET 2017
+#Sun Jun 18 18:59:44 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
diff --git a/gradle-simplest/gradlew b/gradle-simplest/gradlew
index 4453ccea3..cccdd3d51 100755
--- a/gradle-simplest/gradlew
+++ b/gradle-simplest/gradlew
@@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
-warn ( ) {
+warn () {
echo "$*"
}
-die ( ) {
+die () {
echo
echo "$*"
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
fi
# Escape application args
-save ( ) {
+save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
diff --git a/gradle-verticles/gradle-verticle-groovy-compiled/README.adoc b/gradle-verticles/gradle-verticle-groovy-compiled/README.adoc
index 39f819df8..fb045e8c9 100644
--- a/gradle-verticles/gradle-verticle-groovy-compiled/README.adoc
+++ b/gradle-verticles/gradle-verticle-groovy-compiled/README.adoc
@@ -11,7 +11,7 @@ To build the "fat jar"
To run the fat jar:
- java -jar build/libs/gradle-verticle-groovy-compiled-3.4.1-fat.jar
+ java -jar build/libs/gradle-verticle-groovy-compiled-3.4.2-fat.jar
(You can take that jar and run it anywhere there is a Java 8+ JDK. It contains all the dependencies it needs so you
don't need to install Vert.x on the target machine).
diff --git a/gradle-verticles/gradle-verticle-groovy-compiled/build.gradle b/gradle-verticles/gradle-verticle-groovy-compiled/build.gradle
index 0d03b15d4..b185af437 100644
--- a/gradle-verticles/gradle-verticle-groovy-compiled/build.gradle
+++ b/gradle-verticles/gradle-verticle-groovy-compiled/build.gradle
@@ -8,12 +8,12 @@ plugins {
repositories {
mavenCentral()
maven {
- url "https://oss.sonatype.org/content/repositories/snapshots"
+ url "https://oss.sonatype.org/content/repositories/iovertx-3684/"
}
}
-version = '3.4.1'
+version = '3.4.2'
sourceCompatibility = '1.8'
mainClassName = 'io.vertx.core.Launcher'
@@ -38,5 +38,5 @@ shadowJar {
}
task wrapper(type: Wrapper) {
- gradleVersion = '3.4.1'
+ gradleVersion = '4.0'
}
diff --git a/gradle-verticles/gradle-verticle-groovy-compiled/gradle/wrapper/gradle-wrapper.jar b/gradle-verticles/gradle-verticle-groovy-compiled/gradle/wrapper/gradle-wrapper.jar
index 765356129..0505fbb65 100644
Binary files a/gradle-verticles/gradle-verticle-groovy-compiled/gradle/wrapper/gradle-wrapper.jar and b/gradle-verticles/gradle-verticle-groovy-compiled/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle-verticles/gradle-verticle-groovy-compiled/gradle/wrapper/gradle-wrapper.properties b/gradle-verticles/gradle-verticle-groovy-compiled/gradle/wrapper/gradle-wrapper.properties
index f7f68b8d4..5b8ad19ea 100644
--- a/gradle-verticles/gradle-verticle-groovy-compiled/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle-verticles/gradle-verticle-groovy-compiled/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Sun Mar 05 16:04:00 CET 2017
+#Sun Jun 18 19:01:50 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
diff --git a/gradle-verticles/gradle-verticle-groovy-compiled/gradlew b/gradle-verticles/gradle-verticle-groovy-compiled/gradlew
index 4453ccea3..cccdd3d51 100755
--- a/gradle-verticles/gradle-verticle-groovy-compiled/gradlew
+++ b/gradle-verticles/gradle-verticle-groovy-compiled/gradlew
@@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
-warn ( ) {
+warn () {
echo "$*"
}
-die ( ) {
+die () {
echo
echo "$*"
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
fi
# Escape application args
-save ( ) {
+save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
diff --git a/gradle-verticles/gradle-verticle-groovy/README.adoc b/gradle-verticles/gradle-verticle-groovy/README.adoc
index dd1a939fd..17e7f27e9 100644
--- a/gradle-verticles/gradle-verticle-groovy/README.adoc
+++ b/gradle-verticles/gradle-verticle-groovy/README.adoc
@@ -11,7 +11,7 @@ To build the "fat jar"
To run the fat jar:
- java -jar build/libs/gradle-verticle-groovy-3.4.1-fat.jar
+ java -jar build/libs/gradle-verticle-groovy-3.4.2-fat.jar
(You can take that jar and run it anywhere there is a Java 8+ JDK. It contains all the dependencies it needs so you
don't need to install Vert.x on the target machine).
diff --git a/gradle-verticles/gradle-verticle-groovy/build.gradle b/gradle-verticles/gradle-verticle-groovy/build.gradle
index b5fcf3c91..44cf8d9bd 100644
--- a/gradle-verticles/gradle-verticle-groovy/build.gradle
+++ b/gradle-verticles/gradle-verticle-groovy/build.gradle
@@ -7,12 +7,12 @@ plugins {
repositories {
mavenCentral()
maven {
- url "https://oss.sonatype.org/content/repositories/snapshots"
+ url "https://oss.sonatype.org/content/repositories/iovertx-3684/"
}
}
-version = '3.4.1'
+version = '3.4.2'
sourceCompatibility = '1.8'
mainClassName = 'io.vertx.core.Launcher'
@@ -38,5 +38,5 @@ shadowJar {
}
task wrapper(type: Wrapper) {
- gradleVersion = '3.4.1'
+ gradleVersion = '4.0'
}
diff --git a/gradle-verticles/gradle-verticle-groovy/gradle/wrapper/gradle-wrapper.jar b/gradle-verticles/gradle-verticle-groovy/gradle/wrapper/gradle-wrapper.jar
index 765356129..0505fbb65 100644
Binary files a/gradle-verticles/gradle-verticle-groovy/gradle/wrapper/gradle-wrapper.jar and b/gradle-verticles/gradle-verticle-groovy/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle-verticles/gradle-verticle-groovy/gradle/wrapper/gradle-wrapper.properties b/gradle-verticles/gradle-verticle-groovy/gradle/wrapper/gradle-wrapper.properties
index f7f68b8d4..5b8ad19ea 100644
--- a/gradle-verticles/gradle-verticle-groovy/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle-verticles/gradle-verticle-groovy/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Sun Mar 05 16:04:00 CET 2017
+#Sun Jun 18 19:01:50 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
diff --git a/gradle-verticles/gradle-verticle-groovy/gradlew b/gradle-verticles/gradle-verticle-groovy/gradlew
index 4453ccea3..cccdd3d51 100755
--- a/gradle-verticles/gradle-verticle-groovy/gradlew
+++ b/gradle-verticles/gradle-verticle-groovy/gradlew
@@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
-warn ( ) {
+warn () {
echo "$*"
}
-die ( ) {
+die () {
echo
echo "$*"
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
fi
# Escape application args
-save ( ) {
+save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
diff --git a/gradle-verticles/gradle-verticle-js/README.adoc b/gradle-verticles/gradle-verticle-js/README.adoc
index c9b476cd4..852f3fe81 100644
--- a/gradle-verticles/gradle-verticle-js/README.adoc
+++ b/gradle-verticles/gradle-verticle-js/README.adoc
@@ -11,7 +11,7 @@ To build the "fat jar"
To run the fat jar:
- java -jar build/libs/gradle-verticle-js-3.4.1-fat.jar
+ java -jar build/libs/gradle-verticle-js-3.4.2-fat.jar
(You can take that jar and run it anywhere there is a Java 8+ JDK. It contains all the dependencies it needs so you
don't need to install Vert.x on the target machine).
diff --git a/gradle-verticles/gradle-verticle-js/build.gradle b/gradle-verticles/gradle-verticle-js/build.gradle
index 3dfe5d1e9..8c1cb0623 100644
--- a/gradle-verticles/gradle-verticle-js/build.gradle
+++ b/gradle-verticles/gradle-verticle-js/build.gradle
@@ -6,12 +6,12 @@ plugins {
sourceCompatibility = '1.8'
mainClassName = 'io.vertx.core.Launcher'
-version = '3.4.1'
+version = '3.4.2'
repositories {
mavenCentral()
maven {
- url "https://oss.sonatype.org/content/repositories/snapshots"
+ url "https://oss.sonatype.org/content/repositories/iovertx-3684/"
}
}
@@ -35,5 +35,5 @@ shadowJar {
}
task wrapper(type: Wrapper) {
- gradleVersion = '3.4.1'
+ gradleVersion = '4.0'
}
diff --git a/gradle-verticles/gradle-verticle-js/gradle/wrapper/gradle-wrapper.jar b/gradle-verticles/gradle-verticle-js/gradle/wrapper/gradle-wrapper.jar
index 765356129..0505fbb65 100644
Binary files a/gradle-verticles/gradle-verticle-js/gradle/wrapper/gradle-wrapper.jar and b/gradle-verticles/gradle-verticle-js/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle-verticles/gradle-verticle-js/gradle/wrapper/gradle-wrapper.properties b/gradle-verticles/gradle-verticle-js/gradle/wrapper/gradle-wrapper.properties
index f7f68b8d4..5b8ad19ea 100644
--- a/gradle-verticles/gradle-verticle-js/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle-verticles/gradle-verticle-js/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Sun Mar 05 16:04:00 CET 2017
+#Sun Jun 18 19:01:50 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
diff --git a/gradle-verticles/gradle-verticle-js/gradlew b/gradle-verticles/gradle-verticle-js/gradlew
index 4453ccea3..cccdd3d51 100755
--- a/gradle-verticles/gradle-verticle-js/gradlew
+++ b/gradle-verticles/gradle-verticle-js/gradlew
@@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
-warn ( ) {
+warn () {
echo "$*"
}
-die ( ) {
+die () {
echo
echo "$*"
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
fi
# Escape application args
-save ( ) {
+save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
diff --git a/gradle-verticles/gradle-verticle-ruby/README.adoc b/gradle-verticles/gradle-verticle-ruby/README.adoc
index 8919510d7..d1d800c84 100644
--- a/gradle-verticles/gradle-verticle-ruby/README.adoc
+++ b/gradle-verticles/gradle-verticle-ruby/README.adoc
@@ -11,7 +11,7 @@ To build the "fat jar"
To run the fat jar:
- java -jar build/libs/gradle-verticle-ruby-3.4.1-fat.jar
+ java -jar build/libs/gradle-verticle-ruby-3.4.2-fat.jar
(You can take that jar and run it anywhere there is a Java 8+ JDK. It contains all the dependencies it needs so you
don't need to install Vert.x on the target machine).
diff --git a/gradle-verticles/gradle-verticle-ruby/build.gradle b/gradle-verticles/gradle-verticle-ruby/build.gradle
index 702dfe708..e3bae8aa1 100644
--- a/gradle-verticles/gradle-verticle-ruby/build.gradle
+++ b/gradle-verticles/gradle-verticle-ruby/build.gradle
@@ -7,12 +7,12 @@ plugins {
repositories {
mavenCentral()
maven {
- url "https://oss.sonatype.org/content/repositories/snapshots"
+ url "https://oss.sonatype.org/content/repositories/iovertx-3684/"
}
}
sourceCompatibility = '1.8'
mainClassName = 'io.vertx.core.Launcher'
-version = '3.4.1'
+version = '3.4.2'
dependencies {
compile "io.vertx:vertx-core:$version"
@@ -34,5 +34,5 @@ shadowJar {
}
task wrapper(type: Wrapper) {
- gradleVersion = '3.4.1'
+ gradleVersion = '4.0'
}
diff --git a/gradle-verticles/gradle-verticle/README.adoc b/gradle-verticles/gradle-verticle/README.adoc
index f205e4936..21a5c7858 100644
--- a/gradle-verticles/gradle-verticle/README.adoc
+++ b/gradle-verticles/gradle-verticle/README.adoc
@@ -14,7 +14,7 @@ To build the "fat jar"
To run the fat jar:
- java -jar build/libs/gradle-verticle-3.4.1-fat.jar
+ java -jar build/libs/gradle-verticle-3.4.2-fat.jar
(You can take that jar and run it anywhere there is a Java 8+ JDK. It contains all the dependencies it needs so you
don't need to install Vert.x on the target machine).
@@ -24,13 +24,13 @@ Now point your browser at http://localhost:8080
Writing code in verticles allow you to scale it more easily, e.g. let's say you have 8 cores on your server and you
want to utilise them all, you can deploy 8 instances as follows:
-java -jar build/libs/gradle-verticle-3.4.1-fat.jar -instances 8
+java -jar build/libs/gradle-verticle-3.4.2-fat.jar -instances 8
You can also enable clustering and ha at the command line, e.g.
-java -jar build/libs/gradle-verticle-3.4.1-fat.jar -cluster
+java -jar build/libs/gradle-verticle-3.4.2-fat.jar -cluster
-java -jar build/libs/gradle-verticle-3.4.1-fat.jar -ha
+java -jar build/libs/gradle-verticle-3.4.2-fat.jar -ha
Please see the docs for a full list of Vert.x command line options.
diff --git a/gradle-verticles/gradle-verticle/build.gradle b/gradle-verticles/gradle-verticle/build.gradle
index 7ca894914..b98660fa1 100644
--- a/gradle-verticles/gradle-verticle/build.gradle
+++ b/gradle-verticles/gradle-verticle/build.gradle
@@ -7,11 +7,11 @@ plugins {
repositories {
mavenCentral()
maven {
- url "https://oss.sonatype.org/content/repositories/snapshots"
+ url "https://oss.sonatype.org/content/repositories/iovertx-3684/"
}
}
-version = '3.4.1'
+version = '3.4.2'
sourceCompatibility = '1.8'
mainClassName = 'io.vertx.core.Launcher'
@@ -30,5 +30,5 @@ shadowJar {
}
task wrapper(type: Wrapper) {
- gradleVersion = '3.4.1'
+ gradleVersion = '4.0'
}
diff --git a/gradle-verticles/gradle-verticle/gradle/wrapper/gradle-wrapper.jar b/gradle-verticles/gradle-verticle/gradle/wrapper/gradle-wrapper.jar
index d2d7d3ce4..9f13b4e94 100644
Binary files a/gradle-verticles/gradle-verticle/gradle/wrapper/gradle-wrapper.jar and b/gradle-verticles/gradle-verticle/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle-verticles/gradle-verticle/gradle/wrapper/gradle-wrapper.properties b/gradle-verticles/gradle-verticle/gradle/wrapper/gradle-wrapper.properties
index 20a932a82..0b59bf6c1 100644
--- a/gradle-verticles/gradle-verticle/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle-verticles/gradle-verticle/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Sun Mar 05 16:07:47 CET 2017
+#Sun Jun 18 19:03:02 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
diff --git a/gradle-verticles/gradle-verticle/gradlew b/gradle-verticles/gradle-verticle/gradlew
index 4453ccea3..cccdd3d51 100755
--- a/gradle-verticles/gradle-verticle/gradlew
+++ b/gradle-verticles/gradle-verticle/gradlew
@@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
-warn ( ) {
+warn () {
echo "$*"
}
-die ( ) {
+die () {
echo
echo "$*"
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
fi
# Escape application args
-save ( ) {
+save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
diff --git a/gradle-verticles/gradle/wrapper/gradle-wrapper.jar b/gradle-verticles/gradle/wrapper/gradle-wrapper.jar
index 7f7fa4355..0505fbb65 100644
Binary files a/gradle-verticles/gradle/wrapper/gradle-wrapper.jar and b/gradle-verticles/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle-verticles/gradle/wrapper/gradle-wrapper.properties b/gradle-verticles/gradle/wrapper/gradle-wrapper.properties
index fa7e95d8d..5b8ad19ea 100644
--- a/gradle-verticles/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle-verticles/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Sun Mar 05 16:03:59 CET 2017
+#Sun Jun 18 19:01:50 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
diff --git a/gradle-verticles/gradlew b/gradle-verticles/gradlew
index 4453ccea3..cccdd3d51 100755
--- a/gradle-verticles/gradlew
+++ b/gradle-verticles/gradlew
@@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
-warn ( ) {
+warn () {
echo "$*"
}
-die ( ) {
+die () {
echo
echo "$*"
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
fi
# Escape application args
-save ( ) {
+save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
diff --git a/grpc-examples/build.gradle b/grpc-examples/build.gradle
index 09d45249e..b016d4c71 100644
--- a/grpc-examples/build.gradle
+++ b/grpc-examples/build.gradle
@@ -20,7 +20,7 @@ repositories {
def grpcVersion = '1.1.2' // CURRENT_GRPC_VERSION
dependencies {
- compile "io.vertx:vertx-grpc:3.4.1"
+ compile "io.vertx:vertx-grpc:3.4.2"
}
protobuf {
diff --git a/grpc-examples/pom.xml b/grpc-examples/pom.xml
index 6a11960f4..8a19d0204 100644
--- a/grpc-examples/pom.xml
+++ b/grpc-examples/pom.xml
@@ -6,7 +6,7 @@
io.vertx
grpc-examples
- 3.4.1
+ 3.4.2
1.1.2
@@ -109,7 +109,7 @@
staging
- https://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/iovertx-3684/
diff --git a/heroku-example/pom.xml b/heroku-example/pom.xml
index 81f00ca41..f1f88ddd5 100644
--- a/heroku-example/pom.xml
+++ b/heroku-example/pom.xml
@@ -6,7 +6,7 @@
io.vertx
heroku-example
- 3.4.1
+ 3.4.2
@@ -90,7 +90,7 @@
staging
- https://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/iovertx-3684/
diff --git a/http2-showcase/build.gradle b/http2-showcase/build.gradle
index 19fcbf0e6..84a1e53c5 100644
--- a/http2-showcase/build.gradle
+++ b/http2-showcase/build.gradle
@@ -5,7 +5,7 @@ plugins {
}
repositories {
- mavenLocal()
+ mavenCentral()
}
dependencies {
@@ -24,5 +24,5 @@ run {
}
task wrapper(type: Wrapper) {
- gradleVersion = '3.5'
+ gradleVersion = '4.0'
}
diff --git a/http2-showcase/gradle.properties b/http2-showcase/gradle.properties
index 5c0f4d4b7..9317b3939 100644
--- a/http2-showcase/gradle.properties
+++ b/http2-showcase/gradle.properties
@@ -1 +1 @@
-vertxVersion=3.4.1
+vertxVersion=3.4.2
diff --git a/http2-showcase/gradle/wrapper/gradle-wrapper.jar b/http2-showcase/gradle/wrapper/gradle-wrapper.jar
index 30f50c794..814fcade1 100644
Binary files a/http2-showcase/gradle/wrapper/gradle-wrapper.jar and b/http2-showcase/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/http2-showcase/gradle/wrapper/gradle-wrapper.properties b/http2-showcase/gradle/wrapper/gradle-wrapper.properties
index dca0f0996..3f67b7e33 100644
--- a/http2-showcase/gradle/wrapper/gradle-wrapper.properties
+++ b/http2-showcase/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Thu Apr 27 09:09:06 CEST 2017
+#Sun Jun 18 19:04:08 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
diff --git a/http2-showcase/gradlew b/http2-showcase/gradlew
index 4453ccea3..cccdd3d51 100755
--- a/http2-showcase/gradlew
+++ b/http2-showcase/gradlew
@@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
-warn ( ) {
+warn () {
echo "$*"
}
-die ( ) {
+die () {
echo
echo "$*"
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
fi
# Escape application args
-save ( ) {
+save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
diff --git a/http2-showcase/gradlew.bat b/http2-showcase/gradlew.bat
index f9553162f..e95643d6a 100644
--- a/http2-showcase/gradlew.bat
+++ b/http2-showcase/gradlew.bat
@@ -1,84 +1,84 @@
-@if "%DEBUG%" == "" @echo off
-@rem ##########################################################################
-@rem
-@rem Gradle startup script for Windows
-@rem
-@rem ##########################################################################
-
-@rem Set local scope for the variables with windows NT shell
-if "%OS%"=="Windows_NT" setlocal
-
-set DIRNAME=%~dp0
-if "%DIRNAME%" == "" set DIRNAME=.
-set APP_BASE_NAME=%~n0
-set APP_HOME=%DIRNAME%
-
-@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS=
-
-@rem Find java.exe
-if defined JAVA_HOME goto findJavaFromJavaHome
-
-set JAVA_EXE=java.exe
-%JAVA_EXE% -version >NUL 2>&1
-if "%ERRORLEVEL%" == "0" goto init
-
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:findJavaFromJavaHome
-set JAVA_HOME=%JAVA_HOME:"=%
-set JAVA_EXE=%JAVA_HOME%/bin/java.exe
-
-if exist "%JAVA_EXE%" goto init
-
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:init
-@rem Get command-line arguments, handling Windows variants
-
-if not "%OS%" == "Windows_NT" goto win9xME_args
-
-:win9xME_args
-@rem Slurp the command line arguments.
-set CMD_LINE_ARGS=
-set _SKIP=2
-
-:win9xME_args_slurp
-if "x%~1" == "x" goto execute
-
-set CMD_LINE_ARGS=%*
-
-:execute
-@rem Setup the command line
-
-set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
-
-@rem Execute Gradle
-"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
-
-:end
-@rem End local scope for the variables with windows NT shell
-if "%ERRORLEVEL%"=="0" goto mainEnd
-
-:fail
-rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
-rem the _cmd.exe /c_ return code!
-if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
-exit /b 1
-
-:mainEnd
-if "%OS%"=="Windows_NT" endlocal
-
-:omega
+@if "%DEBUG%" == "" @echo off
+@rem ##########################################################################
+@rem
+@rem Gradle startup script for Windows
+@rem
+@rem ##########################################################################
+
+@rem Set local scope for the variables with windows NT shell
+if "%OS%"=="Windows_NT" setlocal
+
+set DIRNAME=%~dp0
+if "%DIRNAME%" == "" set DIRNAME=.
+set APP_BASE_NAME=%~n0
+set APP_HOME=%DIRNAME%
+
+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+set DEFAULT_JVM_OPTS=
+
+@rem Find java.exe
+if defined JAVA_HOME goto findJavaFromJavaHome
+
+set JAVA_EXE=java.exe
+%JAVA_EXE% -version >NUL 2>&1
+if "%ERRORLEVEL%" == "0" goto init
+
+echo.
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:findJavaFromJavaHome
+set JAVA_HOME=%JAVA_HOME:"=%
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
+
+if exist "%JAVA_EXE%" goto init
+
+echo.
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:init
+@rem Get command-line arguments, handling Windows variants
+
+if not "%OS%" == "Windows_NT" goto win9xME_args
+
+:win9xME_args
+@rem Slurp the command line arguments.
+set CMD_LINE_ARGS=
+set _SKIP=2
+
+:win9xME_args_slurp
+if "x%~1" == "x" goto execute
+
+set CMD_LINE_ARGS=%*
+
+:execute
+@rem Setup the command line
+
+set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
+
+@rem Execute Gradle
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
+
+:end
+@rem End local scope for the variables with windows NT shell
+if "%ERRORLEVEL%"=="0" goto mainEnd
+
+:fail
+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
+rem the _cmd.exe /c_ return code!
+if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
+exit /b 1
+
+:mainEnd
+if "%OS%"=="Windows_NT" endlocal
+
+:omega
diff --git a/ignite-examples/README.adoc b/ignite-examples/README.adoc
index 30d68b6b7..0ab5c4103 100644
--- a/ignite-examples/README.adoc
+++ b/ignite-examples/README.adoc
@@ -21,6 +21,6 @@ you can launch the producer and consumer as follows:
----
mvn clean package
-java -jar target/ignite-examples-3.4.1-fat.jar run io.vertx.example.ignite.ProducerApp -cluster
-java -jar target/ignite-examples-3.4.1-fat.jar run io.vertx.example.ignite.ConsumerApp -cluster
+java -jar target/ignite-examples-3.4.2-fat.jar run io.vertx.example.ignite.ProducerApp -cluster
+java -jar target/ignite-examples-3.4.2-fat.jar run io.vertx.example.ignite.ConsumerApp -cluster
----
diff --git a/ignite-examples/pom.xml b/ignite-examples/pom.xml
index a1baa5a3e..97c9a9cbb 100644
--- a/ignite-examples/pom.xml
+++ b/ignite-examples/pom.xml
@@ -7,7 +7,7 @@
io.vertx
ignite-examples
- 3.4.1
+ 3.4.2
@@ -76,7 +76,7 @@
staging
- https://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/iovertx-3684/
diff --git a/jca-examples/ear/pom.xml b/jca-examples/ear/pom.xml
index 20265084b..a0425b538 100644
--- a/jca-examples/ear/pom.xml
+++ b/jca-examples/ear/pom.xml
@@ -7,7 +7,7 @@
io.vertx
vertx-jca-examples
- 3.4.1
+ 3.4.2
vertx-jca-examples-app
diff --git a/jca-examples/ejb/pom.xml b/jca-examples/ejb/pom.xml
index c76f8f46d..b27202ebd 100644
--- a/jca-examples/ejb/pom.xml
+++ b/jca-examples/ejb/pom.xml
@@ -7,7 +7,7 @@
io.vertx
vertx-jca-examples
- 3.4.1
+ 3.4.2
diff --git a/jca-examples/pom.xml b/jca-examples/pom.xml
index ae58d6722..bdff872f8 100644
--- a/jca-examples/pom.xml
+++ b/jca-examples/pom.xml
@@ -6,7 +6,7 @@
io.vertx
vertx-jca-examples
- 3.4.1
+ 3.4.2
pom
Vert.x JCA Examples
@@ -146,7 +146,7 @@
staging
- https://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/iovertx-3684/
diff --git a/jca-examples/war/pom.xml b/jca-examples/war/pom.xml
index b761c84a0..423d4bb04 100644
--- a/jca-examples/war/pom.xml
+++ b/jca-examples/war/pom.xml
@@ -8,7 +8,7 @@
io.vertx
vertx-jca-examples
- 3.4.1
+ 3.4.2
vertx-jca-examples-web
diff --git a/jdbc-examples/pom.xml b/jdbc-examples/pom.xml
index 69e18aacb..7d0227583 100644
--- a/jdbc-examples/pom.xml
+++ b/jdbc-examples/pom.xml
@@ -6,7 +6,7 @@
io.vertx
jdbc-examples
- 3.4.1
+ 3.4.2
@@ -62,7 +62,7 @@
staging
- https://oss.sonatype.org/content/repositories/snapshots
+ https://oss.sonatype.org/content/repositories/iovertx-3684/
diff --git a/kafka-examples/pom.xml b/kafka-examples/pom.xml
index e38efc9b6..7061eb2dc 100644
--- a/kafka-examples/pom.xml
+++ b/kafka-examples/pom.xml
@@ -6,7 +6,12 @@
io.vertx
kafka-examples
- 3.4.1
+ 3.4.2
+
+
+ 0.10.2.1
+ 0.5.1
+
@@ -30,18 +35,18 @@
io.debezium
debezium-core
- 0.3.1
+ ${debezium.version}
io.debezium
debezium-core
- 0.4.0
+ ${debezium.version}
test-jar
org.apache.kafka
- kafka_2.11
- 0.10.1.1
+ kafka_2.12
+ ${kafka.version}
@@ -63,11 +68,11 @@
1.8
-
+