[
https://issues.jboss.org/browse/ISPN-10425?page=com.atlassian.jira.plugin...
]
Will Burns updated ISPN-10425:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
https://github.com/infinispan/infinispan/pull/7179
Update Netty and RxJava2 to align with Quarkus dependencies
-----------------------------------------------------------
Key: ISPN-10425
URL:
https://issues.jboss.org/browse/ISPN-10425
Project: Infinispan
Issue Type: Task
Components: Dependency
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.0.0.Final
Quarkus uses Vert.x and smallrye reactive streams. Both of these use specific versions of
netty and RxJava2 respectively. We should make sure we use the same versions to ensure
compatibility as much as possible.
Vert.x (Netty 4.1.34)
https://github.com/quarkusio/quarkus/blob/master/build-parent/pom.xml#L34
https://github.com/vert-x3/vertx-dependencies/blob/3.7/pom.xml#L51
https://github.com/vert-x3/vertx-dependencies/blob/116e1fe31a5130c2e5b33b...
SmallRye Reactive Streams (2.2.9 RxJava2)
https://github.com/quarkusio/quarkus/blob/master/bom/runtime/pom.xml#L41
https://github.com/smallrye/smallrye-reactive-streams-operators/blob/779a...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)