Skip to content

Commit

Permalink
[RELEASE] - Bump version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Feb 1, 2023
1 parent 686cd0c commit 92bac93
Show file tree
Hide file tree
Showing 32 changed files with 38 additions and 33 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
* In the previous configuration, the smallrye reactive messaging would need to find the
* {@link OutboundConnector} implementation qualified with the {@link Connector} qualifier with the value
* {@code acme.kafka} to create the {@code my-channel} <em>subscriber</em>. Note that if
* the connector cannot be found, the deployment must be failed with a {@link jakarta.enterprise.inject.spi.DeploymentException}.
* the connector cannot be found, the deployment must be failed with a
* {@link jakarta.enterprise.inject.spi.DeploymentException}.
* <p>
* The {@link #getSubscriber(Config)} is called for every <em>channel</em> that needs to be created. The
* {@link Config} object passed to the method contains a subset of the global configuration, and with the prefixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
* In the previous configuration, the reactive messaging implementation would need to find the
* {@link OutgoingConnectorFactory} implementation qualified with the {@link Connector} qualifier with the value
* {@code acme.kafka} to create the {@code my-channel} <em>subscriber</em>. Note that if
* the connector cannot be found, the deployment must be failed with a {@link jakarta.enterprise.inject.spi.DeploymentException}.
* the connector cannot be found, the deployment must be failed with a
* {@link jakarta.enterprise.inject.spi.DeploymentException}.
* <p>
* The {@link #getSubscriberBuilder(Config)} is called for every <em>channel</em> that needs to be created. The
* {@link Config} object passed to the method contains a subset of the global configuration, and with the prefixes removed.
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/amqp-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/kafka-quickstart-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/kafka-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/mqtt-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
<relativePath>../../pom.xml</relativePath> </parent>

<artifactId>reactive-messaging-quickstart</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/rabbitmq-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
<packaging>pom</packaging>

<name>SmallRye Reactive Messaging</name>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-connector-attribute-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>smallrye-connector-attribute-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-amqp</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@

import java.util.Optional;

import javax.net.ssl.SSLContext;

import jakarta.enterprise.inject.Instance;
import jakarta.enterprise.inject.literal.NamedLiteral;
import javax.net.ssl.SSLContext;

import io.netty.handler.ssl.ApplicationProtocolConfig;
import io.netty.handler.ssl.IdentityCipherSuiteFilter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
import java.util.concurrent.atomic.AtomicReference;
import java.util.stream.Collectors;

import javax.net.ssl.SSLContext;

import jakarta.annotation.PostConstruct;
import jakarta.annotation.Priority;
import jakarta.enterprise.context.ApplicationScoped;
Expand All @@ -26,7 +28,6 @@
import jakarta.enterprise.inject.Any;
import jakarta.enterprise.inject.Instance;
import jakarta.inject.Inject;
import javax.net.ssl.SSLContext;

import org.eclipse.microprofile.config.Config;
import org.eclipse.microprofile.reactive.messaging.Message;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
import java.nio.file.StandardOpenOption;
import java.security.KeyStore;

import jakarta.enterprise.context.ApplicationScoped;
import jakarta.enterprise.inject.Produces;
import javax.net.ssl.SSLContext;
import javax.net.ssl.TrustManagerFactory;

import jakarta.enterprise.context.ApplicationScoped;
import jakarta.enterprise.inject.Produces;

import io.smallrye.common.annotation.Identifier;

@ApplicationScoped
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-gcp-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>smallrye-reactive-messaging</artifactId>
<groupId>io.smallrye.reactive</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<properties>

Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-in-memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-in-memory</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>smallrye-reactive-messaging</artifactId>
<groupId>io.smallrye.reactive</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-jms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>smallrye-reactive-messaging</artifactId>
<groupId>io.smallrye.reactive</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-kafka-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-kafka-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-kafka-test-companion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-kafka-test-companion</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-mqtt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-otel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>smallrye-reactive-messaging</artifactId>
<groupId>io.smallrye.reactive</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-rabbitmq</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>test-common</artifactId>
Expand Down

0 comments on commit 92bac93

Please sign in to comment.