Skip to content

Commit

Permalink
Set version to 5.0.0.CR1 + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 8, 2024
1 parent 76af88c commit 5a0eb12
Show file tree
Hide file tree
Showing 54 changed files with 42 additions and 1,415 deletions.
2 changes: 1 addition & 1 deletion amqp-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>amqp-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions camel-bridge-examples/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Launch it by running the `main` method in your IDE or, after having build the pr


----
java -jar target/camel-bridge-examples-5.0.0-SNAPSHOT.jar run io.vertx.example.camel.feed.FeedExample
java -jar target/camel-bridge-examples-5.0.0.CR1.jar run io.vertx.example.camel.feed.FeedExample
----

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

----
java -jar target/camel-bridge-examples-5.0.0-SNAPSHOT.jar run io.vertx.example.camel.rmi.RMIExample
java -jar target/camel-bridge-examples-5.0.0.CR1.jar run io.vertx.example.camel.rmi.RMIExample
----

Then open your browser to: `http://localhost:8080/?name=world`
2 changes: 1 addition & 1 deletion camel-bridge-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>camel-bridge-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cassandra-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>cassandra-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion circuit-breaker-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>circuit-breaker-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion consul-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>consul-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>core-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion grpc-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>grpc-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpms-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>jpms-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit5-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>junit5-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kafka-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>kafka-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-coroutines-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>kotlin-coroutines-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mail-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>mail-examples</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public Future<?> start() {
MailMessage email = new MailMessage()
.setFrom("user1@example.com")
.setTo(Arrays.asList("user2@example.com", "user3@example.com", "user4@example.com"))
.addHeader("X-Mailer", "Vert.x Mail-Client 5.0.0-SNAPSHOT")
.addHeader("X-Mailer", "Vert.x Mail-Client 5.0.0.CR1")
.addHeader("Message-ID", "12345@example.com")
.addHeader("Reply-To", "reply@example.com")
.addHeader("Received", "by vertx mail service")
Expand Down
2 changes: 1 addition & 1 deletion metrics-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>metrics-examples</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions micrometer-metrics-examples/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To start the example from the command line:

[source,bash]
----
java -cp target/micrometer-metrics-examples-5.0.0-SNAPSHOT-fat.jar io.vertx.example.micrometer.prometheus.Main
java -cp target/micrometer-metrics-examples-5.0.0.CR1-fat.jar io.vertx.example.micrometer.prometheus.Main
----

By default, histogram sampling is disabled.
Expand All @@ -82,7 +82,7 @@ See also link:https://micrometer.io/docs/concepts#_histograms_and_percentiles[Mi

[source,bash]
----
java -cp target/micrometer-metrics-examples-5.0.0-SNAPSHOT-fat.jar io.vertx.example.micrometer.prometheus.MainWithBoundPrometheus
java -cp target/micrometer-metrics-examples-5.0.0.CR1-fat.jar io.vertx.example.micrometer.prometheus.MainWithBoundPrometheus
----

You need to configure the Prometheus server to scrape `localhost:8080`.
Expand All @@ -108,14 +108,14 @@ Start the application:

[source,bash]
----
java -cp target/micrometer-metrics-examples-5.0.0-SNAPSHOT-fat.jar io.vertx.example.micrometer.influxdb.Main
java -cp target/micrometer-metrics-examples-5.0.0.CR1-fat.jar io.vertx.example.micrometer.influxdb.Main
----

=== JMX

[source,bash]
----
java -cp target/micrometer-metrics-examples-5.0.0-SNAPSHOT-fat.jar io.vertx.example.micrometer.jmx.Main
java -cp target/micrometer-metrics-examples-5.0.0.CR1-fat.jar io.vertx.example.micrometer.jmx.Main
----
Metrics will be available under domain `metrics`.

Expand Down
2 changes: 1 addition & 1 deletion micrometer-metrics-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>micrometer-metrics-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mongo-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>mongo-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mqtt-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>mqtt-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openapi-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>openapi-examples</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<packaging>pom</packaging>

<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>

<properties>
<testcontainers.version>1.20.3</testcontainers.version>
Expand Down Expand Up @@ -42,7 +42,6 @@
<module>kafka-examples</module>
<module>kotlin-coroutines-examples</module>
<module>junit5-examples</module>
<module>web-api-service-example</module>
<module>cassandra-examples</module>
<module>web-graphql-examples</module>
<module>openapi-examples</module>
Expand Down
2 changes: 1 addition & 1 deletion redis-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>redis-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rxjava-2-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>rxjava-2-examples</artifactId>
Expand Down
8 changes: 1 addition & 7 deletions rxjava-3-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>rxjava-3-examples</artifactId>
Expand Down Expand Up @@ -79,12 +79,6 @@
<version>1.2.3</version>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-factory</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-proxy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-proxy-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>service-proxy-examples</artifactId>
Expand Down
8 changes: 1 addition & 7 deletions service-proxy-examples/service-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>service-proxy-examples</artifactId>
<groupId>io.vertx</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>service-consumer</artifactId>
Expand All @@ -26,12 +26,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-factory</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-hazelcast</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-proxy-examples/service-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>service-proxy-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>service-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-proxy-examples/sockjs-proxies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>service-proxy-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>sockjs-proxies-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-resolver-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
9 changes: 1 addition & 8 deletions shell-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>shell-examples</artifactId>
Expand All @@ -27,13 +27,6 @@
<version>${project.version}</version>
</dependency>

<!-- Used for deploying service:io.vertx.ext.shell -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-factory</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-properties</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>spring-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-examples/spring-verticle-factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>spring-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>spring-verticle-factory</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sql-client-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>sql-client-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion virtual-threads-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>virtual-threads-examples</artifactId>
Expand Down
Loading

0 comments on commit 5a0eb12

Please sign in to comment.