Skip to content

Commit 43ad482

Browse files
committed
Merge branch '3.5.0-SNAPSHOT' of github.com:vert-x3/vertx-examples into 3.5.0-SNAPSHOT
# Conflicts: # mqtt-examples/pom.xml
2 parents b0915a5 + 9da6afb commit 43ad482

File tree

201 files changed

+2201
-283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+2201
-283
lines changed

README.adoc

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -221,20 +221,18 @@ client.
221221
The link:kafka-examples/README.adoc[Vert.x Kafka Examples] shows how you can interact Kafka using the vert.x Kafka
222222
client.
223223

224-
=== JCA example
224+
=== MQTT example
225225

226-
The Vert.x JCA Example project provides a JEE compliant application that enables to you deploy the application into a
227-
[Wildfly](http://wildfly.org) application server. While simple in implementation, the link:jca-examples[JCA examples]
228-
provides a good point of departure for your own development.
226+
The link:mqtt-examples/README.adoc[Vert.x MQTT Examples] shows how you can write MQTT servers and clients using Vert.x MQTT.
229227

230-
=== AMQP Bridge examples
228+
==== Service Proxy Examples
231229

232-
The link:amqp-bridge-examples/README.adoc[Vert.x AMQP Bridge Examples] show how you can interact with AMQP 1.0 servers using the Vert.x AMQP Bridge.
230+
The link:service-proxy-examples/README.adoc[Vert.x Service Proxy examples] contains an example of service proxy usage.
231+
It depicts how a service provider can be implemented and how the published service can be consumed.
233232

234-
=== Camel Bridge examples
233+
=== AMQP Bridge examples
235234

236-
The link:camel-bridge-examples/README.adoc[Vert.x Camel Bridge Examples] show how you can use Apache Camel routes from
237-
the event bus.
235+
The link:amqp-bridge-examples/README.adoc[Vert.x AMQP Bridge Examples] show how you can interact with AMQP 1.0 servers using the Vert.x AMQP Bridge.
238236

239237
=== Vert.x fatjar examples
240238

@@ -243,3 +241,15 @@ The link:fatjar-examples/README.adoc[Vert.x fatjar Examples] show how you can bu
243241
=== Http/2 Showcase
244242

245243
This link:http2-showcase/README.md application highlights the benefits of HTTP/2 when dealing with latency on the web.
244+
245+
=== Camel Bridge examples
246+
247+
The link:camel-bridge-examples/README.adoc[Vert.x Camel Bridge Examples] show how you can use Apache Camel routes from
248+
the event bus.
249+
250+
=== JCA example
251+
252+
The Vert.x JCA Example project provides a JEE compliant application that enables to you deploy the application into a
253+
[Wildfly](http://wildfly.org) application server. While simple in implementation, the link:jca-examples[JCA examples]
254+
provides a good point of departure for your own development.
255+

amqp-bridge-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<repositories>
6060
<repository>
6161
<id>staging</id>
62-
<url>https://oss.sonatype.org/content/repositories/iovertx-3684/</url>
62+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
6363
</repository>
6464
</repositories>
6565
</profile>

camel-bridge-examples/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Launch it by running the `main` method in your IDE or, after having build the pr
2525

2626

2727
----
28-
java -jar target/camel-bridge-examples-3.4.2.jar run io.vertx.example.camel.feed.FeedExample
28+
java -jar target/camel-bridge-examples-3.5.0-SNAPSHOT.jar run io.vertx.example.camel.feed.FeedExample
2929
----
3030

3131
== RMI example
@@ -45,7 +45,7 @@ This example demonstrates:
4545
Launch it by running the `main` method in your IDE , after having build the project with `mvn clean package`, with:
4646

4747
----
48-
java -jar target/camel-bridge-examples-3.4.2.jar run io.vertx.example.camel.rmi.RMIExample
48+
java -jar target/camel-bridge-examples-3.5.0-SNAPSHOT.jar run io.vertx.example.camel.rmi.RMIExample
4949
----
5050

5151
Then open your browser to: `http://localhost:8080/?name=world`

camel-bridge-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<repositories>
102102
<repository>
103103
<id>staging</id>
104-
<url>https://oss.sonatype.org/content/repositories/iovertx-3684/</url>
104+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
105105
</repository>
106106
</repositories>
107107
</profile>

circuit-breaker-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<repositories>
5353
<repository>
5454
<id>staging</id>
55-
<url>https://oss.sonatype.org/content/repositories/iovertx-3684/</url>
55+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
5656
</repository>
5757
</repositories>
5858
</profile>

consul-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<repositories>
5252
<repository>
5353
<id>staging</id>
54-
<url>https://oss.sonatype.org/content/repositories/iovertx-3684/</url>
54+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
5555
</repository>
5656
</repositories>
5757
</profile>

core-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<repositories>
6565
<repository>
6666
<id>staging</id>
67-
<url>https://oss.sonatype.org/content/repositories/iovertx-3684/</url>
67+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
6868
</repository>
6969
</repositories>
7070
</profile>

docker-examples/vertx-docker-example-fabric8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<repositories>
110110
<repository>
111111
<id>staging</id>
112-
<url>https://oss.sonatype.org/content/repositories/iovertx-3684/</url>
112+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
113113
</repository>
114114
</repositories>
115115
</profile>

docker-examples/vertx-docker-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<repositories>
7979
<repository>
8080
<id>staging</id>
81-
<url>https://oss.sonatype.org/content/repositories/iovertx-3684/</url>
81+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
8282
</repository>
8383
</repositories>
8484
</profile>

docker-examples/vertx-docker-java-fatjar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
FROM java:8-jre
1010

11-
ENV VERTICLE_FILE hello-verticle-fatjar-3.4.2-fat.jar
11+
ENV VERTICLE_FILE hello-verticle-fatjar-3.5.0-SNAPSHOT-fat.jar
1212

1313
# Set the location of the verticles
1414
ENV VERTICLE_HOME /usr/verticles

0 commit comments

Comments
 (0)