Skip to content
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

Bump to Vert.x 4.5.1 #878

Merged
merged 4 commits into from
Dec 20, 2023
Merged

Bump to Vert.x 4.5.1 #878

merged 4 commits into from
Dec 20, 2023

Conversation

cescoffier
Copy link
Contributor

@cescoffier cescoffier commented Dec 20, 2023

  • Bump to Vert.x 4.5.1
  • Add generation for the Vert.x Camel Bridge
  • Add generation for the Vert.x Web API Contract module
  • Add generation for the Vert.x Web HTTL template engine

API Change analysis

Incompatible changes in vertx-mutiny-redis-client

| method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::pfdebug(java.util.List<java.lang.String>) a|

  • Source: BREAKING
  • Binary: BREAKING | error | The number of parameters of the method have changed.

| method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::pfdebugAndAwait(java.util.List<java.lang.String>) a|

  • Source: BREAKING
  • Binary: BREAKING | error | The number of parameters of the method have changed.

| method io.vertx.mutiny.redis.client.RedisAPI io.vertx.mutiny.redis.client.RedisAPI::pfdebugAndForget(java.util.List<java.lang.String>) a|

  • Source: BREAKING
  • Binary: BREAKING | error | The number of parameters of the method have changed.

|===
'''

Incompatible changes in vertx-mutiny-core

[cols="1,1,1,1", options="header"]
|===
| Element | Classification | Criticality | Description

| method io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.http.HttpClient::updateSSLOptions(io.vertx.core.net.SSLOptions) a|

  • Source: BREAKING
  • Binary: NON_BREAKING | error | The return type changed from 'io.smallrye.mutiny.Uni<java.lang.Void>' to 'io.smallrye.mutiny.Uni<java.lang.Boolean>'.

| method java.lang.Void io.vertx.mutiny.core.http.HttpClient::updateSSLOptionsAndAwait(io.vertx.core.net.SSLOptions) a|

  • Source: POTENTIALLY_BREAKING
  • Binary: BREAKING | error | The return type changed from 'java.lang.Void' to 'java.lang.Boolean'.

| method io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.http.HttpServer::updateSSLOptions(io.vertx.core.net.SSLOptions) a|

  • Source: BREAKING
  • Binary: NON_BREAKING | error | The return type changed from 'io.smallrye.mutiny.Uni<java.lang.Void>' to 'io.smallrye.mutiny.Uni<java.lang.Boolean>'.

| method java.lang.Void io.vertx.mutiny.core.http.HttpServer::updateSSLOptionsAndAwait(io.vertx.core.net.SSLOptions) a|

  • Source: POTENTIALLY_BREAKING
  • Binary: BREAKING | error | The return type changed from 'java.lang.Void' to 'java.lang.Boolean'.

| method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.ServerWebSocket::writePingAndForget(io.vertx.mutiny.core.buffer.Buffer) a|

  • Source: NON_BREAKING
  • Binary: BREAKING | error | The return type changed covariantly from 'io.vertx.mutiny.core.http.WebSocketBase' to 'io.vertx.mutiny.core.http.ServerWebSocket'.

| method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.ServerWebSocket::writePongAndForget(io.vertx.mutiny.core.buffer.Buffer) a|

  • Source: NON_BREAKING
  • Binary: BREAKING | error | The return type changed covariantly from 'io.vertx.mutiny.core.http.WebSocketBase' to 'io.vertx.mutiny.core.http.ServerWebSocket'.

| method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.WebSocket::writePingAndForget(io.vertx.mutiny.core.buffer.Buffer) a|

  • Source: NON_BREAKING
  • Binary: BREAKING | error | The return type changed covariantly from 'io.vertx.mutiny.core.http.WebSocketBase' to 'io.vertx.mutiny.core.http.WebSocket'.

| method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.WebSocket::writePongAndForget(io.vertx.mutiny.core.buffer.Buffer) a|

  • Source: NON_BREAKING
  • Binary: BREAKING | error | The return type changed covariantly from 'io.vertx.mutiny.core.http.WebSocketBase' to 'io.vertx.mutiny.core.http.WebSocket'.

| method io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.net.NetClient::updateSSLOptions(io.vertx.core.net.SSLOptions) a|

  • Source: BREAKING
  • Binary: NON_BREAKING | error | The return type changed from 'io.smallrye.mutiny.Uni<java.lang.Void>' to 'io.smallrye.mutiny.Uni<java.lang.Boolean>'.

| method java.lang.Void io.vertx.mutiny.core.net.NetClient::updateSSLOptionsAndAwait(io.vertx.core.net.SSLOptions) a|

  • Source: POTENTIALLY_BREAKING
  • Binary: BREAKING | error | The return type changed from 'java.lang.Void' to 'java.lang.Boolean'.

| method io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.net.NetServer::updateSSLOptions(io.vertx.core.net.SSLOptions) a|

  • Source: BREAKING
  • Binary: NON_BREAKING | error | The return type changed from 'io.smallrye.mutiny.Uni<java.lang.Void>' to 'io.smallrye.mutiny.Uni<java.lang.Boolean>'.

| method java.lang.Void io.vertx.mutiny.core.net.NetServer::updateSSLOptionsAndAwait(io.vertx.core.net.SSLOptions) a|

  • Source: POTENTIALLY_BREAKING
  • Binary: BREAKING | error | The return type changed from 'java.lang.Void' to 'java.lang.Boolean'.

@cescoffier cescoffier requested a review from jponge December 20, 2023 14:04
@cescoffier cescoffier added this pull request to the merge queue Dec 20, 2023
Merged via the queue into smallrye:main with commit d28673c Dec 20, 2023
3 checks passed
@cescoffier cescoffier deleted the vertx.4.5.1 branch December 20, 2023 14:16
@cescoffier cescoffier added this to the 3.8.0 milestone Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants