EnMasseProject / enmasse

EnMasse - Self-service messaging on Kubernetes and OpenShift
https://enmasseproject.github.io
Apache License 2.0
189 stars 89 forks source link

[wip] use snapshot vertx to avoid netty 4.1.60 incompatibility #5294

Closed k-wall closed 3 years ago

k-wall commented 3 years ago

Type of change

Description

The upgrade to Netty 4.1.60 caused an incompatibility with Vertx 3.9. This causes a problem with provisioning requests from the Service Broker.

This PR refs a Vertx SNAPSHOT.

Checklist