-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Vertx 4.1.3, Mutiny Bindings 2.13.0 and Netty 4.1.67 #19808
Conversation
|
||
@Substitute | ||
protected void encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out) { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it doesn't matter much, but wouldn't it be safer to add a throw new UnsupportedOperationException();
line in each of these other empty methods?
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building fc727a1
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
⚙️ JVM Tests - JDK 11 #- Failing: extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment
! Skipped: docs extensions/apicurio-registry-avro/deployment extensions/avro/deployment and 37 more 📦 extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment✖
✖
⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment
! Skipped: docs extensions/apicurio-registry-avro/deployment extensions/avro/deployment and 37 more 📦 extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment✖
✖
⚙️ JVM Tests - JDK 16 #- Failing: extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment
! Skipped: docs extensions/apicurio-registry-avro/deployment extensions/avro/deployment and 37 more 📦 extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment✖
✖
|
The max attribute size changed in vert.x
fc727a1
to
a3d5b90
Compare
Fix #18469
Fix #18962
Fix #14695