-
Component Upgrade
-
Resolution: Done
-
Major
-
7.13.0.GA
-
None
Quarkus 2.6.x changes the reactive HTTP connector to Quarkiverse:
<!-- https://mvnrepository.com/artifact/io.quarkiverse.reactivemessaging.http/quarkus-reactive-messaging-http -->
<dependency>
<groupId>io.quarkiverse.reactivemessaging.http</groupId>
<artifactId>quarkus-reactive-messaging-http</artifactId>
<version>1.0.0</version>
</dependency>
We need to update our references in this PR: https://github.com/kiegroup/kogito-runtimes/pull/1775
- clones
-
KOGITO-6425 Change Quarkus Reactive Messaging HTTP to Quarkiverse
- Resolved
- relates to
-
KOGITO-6683 Update Quarkus HTTP Connector on Kogito Examples
- Closed