Incompatible changes in vertx-mutiny-web-redis-session-store

Element Classification Criticality Description

class io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Class inherits from 'io.vertx.mutiny.ext.web.sstore.SessionStore' which was not found in the supplied archives of the old API. Analysis may be incorrect.

field io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore.DEFAULT_SESSIONID_LENGTH

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Field with constant value has been removed.


Incompatible changes in vertx-mutiny-web-templ-thymeleaf

Element Classification Criticality Description

method io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine::setMode(org.thymeleaf.templatemode.TemplateMode)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.


Incompatible changes in vertx-mutiny-auth-common

Element Classification Criticality Description

class io.vertx.mutiny.ext.auth.AuthProvider

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

parameter void io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider::authenticateAndForget(===io.vertx.core.json.JsonObject===) @ io.vertx.mutiny.ext.auth.ChainAuth

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.json.JsonObject' to 'io.vertx.ext.auth.authentication.Credentials'.

method io.vertx.mutiny.ext.auth.ChainAuth io.vertx.mutiny.ext.auth.ChainAuth::create()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

class io.vertx.mutiny.ext.auth.HashingAlgorithm

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.ext.auth.HashingStrategy

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

method io.vertx.mutiny.ext.auth.User io.vertx.mutiny.ext.auth.User::clearCache()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.ext.auth.User::isAuthorized(io.vertx.mutiny.ext.auth.authorization.Authorization)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.ext.auth.User::isAuthorized(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Boolean io.vertx.mutiny.ext.auth.User::isAuthorizedAndAwait(io.vertx.mutiny.ext.auth.authorization.Authorization)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Boolean io.vertx.mutiny.ext.auth.User::isAuthorizedAndAwait(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.auth.User io.vertx.mutiny.ext.auth.User::isAuthorizedAndForget(io.vertx.mutiny.ext.auth.authorization.Authorization)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.auth.User io.vertx.mutiny.ext.auth.User::isAuthorizedAndForget(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.auth.User::setAuthProvider(io.vertx.mutiny.ext.auth.AuthProvider)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

class io.vertx.mutiny.ext.auth.VertxContextPRNG

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.ext.auth.User> io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider::authenticate(io.vertx.core.json.JsonObject)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.auth.User io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider::authenticateAndAwait(io.vertx.core.json.JsonObject)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

parameter void io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider::authenticateAndForget(===io.vertx.core.json.JsonObject===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.json.JsonObject' to 'io.vertx.ext.auth.authentication.Credentials'.

class io.vertx.mutiny.ext.auth.authorization.AndAuthorization

  • Source: BREAKING

  • Binary: BREAKING

error

Class no longer inherits from 'io.vertx.mutiny.ext.auth.authorization.Authorization'.

class io.vertx.mutiny.ext.auth.authorization.Authorization

  • Source: BREAKING

  • Binary: BREAKING

error

Class kind changed from 'class' to 'interface'.

class io.vertx.mutiny.ext.auth.authorization.Authorization

  • Source: BREAKING

  • Binary: BREAKING

error

Class is now abstract.

field io.vertx.mutiny.ext.auth.authorization.Authorization.__TYPE_ARG

  • Source: BREAKING

  • Binary: BREAKING

error

Field removed from class.

method void io.vertx.mutiny.ext.auth.authorization.Authorization::<init>(io.vertx.ext.auth.authorization.Authorization)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.auth.authorization.Authorization::<init>(java.lang.Object)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.ext.auth.authorization.Authorization io.vertx.mutiny.ext.auth.authorization.Authorization::getDelegate()

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method boolean io.vertx.mutiny.ext.auth.authorization.Authorization::match(io.vertx.mutiny.ext.auth.User)

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method boolean io.vertx.mutiny.ext.auth.authorization.Authorization::match(io.vertx.mutiny.ext.auth.authorization.AuthorizationContext)

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

null

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method was added to an interface.

method boolean io.vertx.mutiny.ext.auth.authorization.Authorization::verify(io.vertx.mutiny.ext.auth.authorization.Authorization)

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.ext.auth.authorization.AuthorizationContext::variables()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider

  • Source: BREAKING

  • Binary: BREAKING

error

Class kind changed from 'class' to 'interface'.

class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider

  • Source: BREAKING

  • Binary: BREAKING

error

Class is now abstract.

field io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider.__TYPE_ARG

  • Source: BREAKING

  • Binary: BREAKING

error

Field removed from class.

method void io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider::<init>(io.vertx.ext.auth.authorization.AuthorizationProvider)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider::<init>(java.lang.Object)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider::create(java.lang.String, java.util.Set<io.vertx.mutiny.ext.auth.authorization.Authorization>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider::getAuthorizations(io.vertx.mutiny.ext.auth.User)

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method java.lang.Void io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider::getAuthorizationsAndAwait(io.vertx.mutiny.ext.auth.User)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider::getAuthorizationsAndForget(io.vertx.mutiny.ext.auth.User)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.ext.auth.authorization.AuthorizationProvider io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider::getDelegate()

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method java.lang.String io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider::getId()

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method io.vertx.mutiny.ext.auth.authorization.Authorizations io.vertx.mutiny.ext.auth.authorization.Authorizations::add(java.lang.String, io.vertx.mutiny.ext.auth.authorization.Authorization)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.auth.authorization.Authorizations io.vertx.mutiny.ext.auth.authorization.Authorizations::add(java.lang.String, java.util.Set<io.vertx.mutiny.ext.auth.authorization.Authorization>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.auth.authorization.Authorizations io.vertx.mutiny.ext.auth.authorization.Authorizations::clear(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.util.Set<io.vertx.mutiny.ext.auth.authorization.Authorization> io.vertx.mutiny.ext.auth.authorization.Authorizations::get(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.util.Set<java.lang.String> io.vertx.mutiny.ext.auth.authorization.Authorizations::getProviderIds()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

class io.vertx.mutiny.ext.auth.authorization.NotAuthorization

  • Source: BREAKING

  • Binary: BREAKING

error

Class no longer inherits from 'io.vertx.mutiny.ext.auth.authorization.Authorization'.

class io.vertx.mutiny.ext.auth.authorization.OrAuthorization

  • Source: BREAKING

  • Binary: BREAKING

error

Class no longer inherits from 'io.vertx.mutiny.ext.auth.authorization.Authorization'.

class io.vertx.mutiny.ext.auth.authorization.PermissionBasedAuthorization

  • Source: BREAKING

  • Binary: BREAKING

error

Class no longer inherits from 'io.vertx.mutiny.ext.auth.authorization.Authorization'.

class io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization

  • Source: BREAKING

  • Binary: BREAKING

error

Class no longer inherits from 'io.vertx.mutiny.ext.auth.authorization.Authorization'.

class io.vertx.mutiny.ext.auth.authorization.WildcardPermissionBasedAuthorization

  • Source: BREAKING

  • Binary: BREAKING

error

Class no longer inherits from 'io.vertx.mutiny.ext.auth.authorization.Authorization'.


Incompatible changes in vertx-mutiny-auth-jwt

Element Classification Criticality Description

class io.vertx.mutiny.ext.auth.jwt.authorization.JWTAuthorization

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Class inherits from 'io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider' which was not found in the supplied archives of the old API. Analysis may be incorrect.

class io.vertx.mutiny.ext.auth.jwt.authorization.MicroProfileAuthorization

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Class inherits from 'io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider' which was not found in the supplied archives of the old API. Analysis may be incorrect.


Incompatible changes in vertx-mutiny-web-client

Element Classification Criticality Description

parameter void io.vertx.mutiny.ext.web.client.HttpRequest<T>::<init>(===io.vertx.ext.web.client.HttpRequest===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.client.HttpRequest’while the new type is 'io.vertx.ext.web.client.HttpRequest<T>'.

parameter void io.vertx.mutiny.ext.web.client.HttpRequest<T>::<init>(===io.vertx.ext.web.client.HttpRequest===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.client.HttpRequest’while the new type is 'io.vertx.ext.web.client.HttpRequest<T>'.

method io.vertx.mutiny.ext.web.client.HttpRequest<T> io.vertx.mutiny.ext.web.client.HttpRequest<T>::expect(io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.client.HttpRequest<T> io.vertx.mutiny.ext.web.client.HttpRequest<T>::expect(java.util.function.Function<io.vertx.mutiny.ext.web.client.HttpResponse<java.lang.Void>, io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.util.List<io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate> io.vertx.mutiny.ext.web.client.HttpRequest<T>::expectations()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.ext.web.client.HttpRequest io.vertx.mutiny.ext.web.client.HttpRequest<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.ext.web.client.HttpRequest' to 'io.vertx.ext.web.client.HttpRequest<T>'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.ext.web.client.HttpRequest<T>::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter <T> io.vertx.mutiny.ext.web.client.HttpRequest<T> io.vertx.mutiny.ext.web.client.HttpRequest<T>::newInstance(===io.vertx.ext.web.client.HttpRequest===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.client.HttpRequest’while the new type is 'io.vertx.ext.web.client.HttpRequest<T>'.

parameter <T> io.vertx.mutiny.ext.web.client.HttpRequest<T> io.vertx.mutiny.ext.web.client.HttpRequest<T>::newInstance(===io.vertx.ext.web.client.HttpRequest===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.client.HttpRequest’while the new type is 'io.vertx.ext.web.client.HttpRequest<T>'.

parameter io.vertx.mutiny.ext.web.client.HttpRequest<T> io.vertx.mutiny.ext.web.client.HttpRequest<T>::putHeaders(===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.ext.web.client.HttpRequest<T>::queryParams()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter io.smallrye.mutiny.Uni<io.vertx.mutiny.ext.web.client.HttpResponse<T>> io.vertx.mutiny.ext.web.client.HttpRequest<T>::sendForm(===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter io.smallrye.mutiny.Uni<io.vertx.mutiny.ext.web.client.HttpResponse<T>> io.vertx.mutiny.ext.web.client.HttpRequest<T>::sendForm(===io.vertx.mutiny.core.MultiMap===, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter io.vertx.mutiny.ext.web.client.HttpResponse<T> io.vertx.mutiny.ext.web.client.HttpRequest<T>::sendFormAndAwait(===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter io.vertx.mutiny.ext.web.client.HttpResponse<T> io.vertx.mutiny.ext.web.client.HttpRequest<T>::sendFormAndAwait(===io.vertx.mutiny.core.MultiMap===, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter void io.vertx.mutiny.ext.web.client.HttpRequest<T>::sendFormAndForget(===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter void io.vertx.mutiny.ext.web.client.HttpRequest<T>::sendFormAndForget(===io.vertx.mutiny.core.MultiMap===, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter void io.vertx.mutiny.ext.web.client.HttpResponse<T>::<init>(===io.vertx.ext.web.client.HttpResponse===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.client.HttpResponse’while the new type is 'io.vertx.ext.web.client.HttpResponse<T>'.

parameter void io.vertx.mutiny.ext.web.client.HttpResponse<T>::<init>(===io.vertx.ext.web.client.HttpResponse===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.client.HttpResponse’while the new type is 'io.vertx.ext.web.client.HttpResponse<T>'.

method io.vertx.ext.web.client.HttpResponse io.vertx.mutiny.ext.web.client.HttpResponse<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.ext.web.client.HttpResponse' to 'io.vertx.ext.web.client.HttpResponse<T>'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.ext.web.client.HttpResponse<T>::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter <T> io.vertx.mutiny.ext.web.client.HttpResponse<T> io.vertx.mutiny.ext.web.client.HttpResponse<T>::newInstance(===io.vertx.ext.web.client.HttpResponse===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.client.HttpResponse’while the new type is 'io.vertx.ext.web.client.HttpResponse<T>'.

parameter <T> io.vertx.mutiny.ext.web.client.HttpResponse<T> io.vertx.mutiny.ext.web.client.HttpResponse<T>::newInstance(===io.vertx.ext.web.client.HttpResponse===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.client.HttpResponse’while the new type is 'io.vertx.ext.web.client.HttpResponse<T>'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.ext.web.client.HttpResponse<T>::trailers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptions(===io.vertx.core.net.SSLOptions===) @ io.vertx.mutiny.ext.web.client.OAuth2WebClient

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptions(===io.vertx.core.net.SSLOptions===, boolean) @ io.vertx.mutiny.ext.web.client.OAuth2WebClient

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===) @ io.vertx.mutiny.ext.web.client.OAuth2WebClient

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===, boolean) @ io.vertx.mutiny.ext.web.client.OAuth2WebClient

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter void io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===) @ io.vertx.mutiny.ext.web.client.OAuth2WebClient

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter void io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===, boolean) @ io.vertx.mutiny.ext.web.client.OAuth2WebClient

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter io.vertx.mutiny.ext.web.client.HttpRequest<io.vertx.mutiny.core.buffer.Buffer> io.vertx.mutiny.ext.web.client.WebClient::request(io.vertx.core.http.HttpMethod, ===io.vertx.mutiny.core.net.SocketAddress===, int, java.lang.String, io.vertx.mutiny.uritemplate.UriTemplate)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.ext.web.client.HttpRequest<io.vertx.mutiny.core.buffer.Buffer> io.vertx.mutiny.ext.web.client.WebClient::request(io.vertx.core.http.HttpMethod, ===io.vertx.mutiny.core.net.SocketAddress===, int, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.ext.web.client.HttpRequest<io.vertx.mutiny.core.buffer.Buffer> io.vertx.mutiny.ext.web.client.WebClient::request(io.vertx.core.http.HttpMethod, ===io.vertx.mutiny.core.net.SocketAddress===, io.vertx.core.http.RequestOptions)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.ext.web.client.HttpRequest<io.vertx.mutiny.core.buffer.Buffer> io.vertx.mutiny.ext.web.client.WebClient::request(io.vertx.core.http.HttpMethod, ===io.vertx.mutiny.core.net.SocketAddress===, io.vertx.mutiny.uritemplate.UriTemplate)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.ext.web.client.HttpRequest<io.vertx.mutiny.core.buffer.Buffer> io.vertx.mutiny.ext.web.client.WebClient::request(io.vertx.core.http.HttpMethod, ===io.vertx.mutiny.core.net.SocketAddress===, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.ext.web.client.HttpRequest<io.vertx.mutiny.core.buffer.Buffer> io.vertx.mutiny.ext.web.client.WebClient::request(io.vertx.core.http.HttpMethod, ===io.vertx.mutiny.core.net.SocketAddress===, java.lang.String, io.vertx.mutiny.uritemplate.UriTemplate)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.ext.web.client.HttpRequest<io.vertx.mutiny.core.buffer.Buffer> io.vertx.mutiny.ext.web.client.WebClient::request(io.vertx.core.http.HttpMethod, ===io.vertx.mutiny.core.net.SocketAddress===, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.ext.web.client.HttpRequest<io.vertx.mutiny.core.buffer.Buffer> io.vertx.mutiny.ext.web.client.WebClient::requestAbs(io.vertx.core.http.HttpMethod, ===io.vertx.mutiny.core.net.SocketAddress===, io.vertx.mutiny.uritemplate.UriTemplate)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.ext.web.client.HttpRequest<io.vertx.mutiny.core.buffer.Buffer> io.vertx.mutiny.ext.web.client.WebClient::requestAbs(io.vertx.core.http.HttpMethod, ===io.vertx.mutiny.core.net.SocketAddress===, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptions(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptions(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter void io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter void io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptions(===io.vertx.core.net.SSLOptions===) @ io.vertx.mutiny.ext.web.client.WebClientSession

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptions(===io.vertx.core.net.SSLOptions===, boolean) @ io.vertx.mutiny.ext.web.client.WebClientSession

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===) @ io.vertx.mutiny.ext.web.client.WebClientSession

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===, boolean) @ io.vertx.mutiny.ext.web.client.WebClientSession

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter void io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===) @ io.vertx.mutiny.ext.web.client.WebClientSession

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter void io.vertx.mutiny.ext.web.client.WebClient::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===, boolean) @ io.vertx.mutiny.ext.web.client.WebClientSession

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.


Incompatible changes in vertx-mutiny-web-infinispan-session-store

Element Classification Criticality Description

class io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Class inherits from 'io.vertx.mutiny.ext.web.sstore.SessionStore' which was not found in the supplied archives of the old API. Analysis may be incorrect.

field io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore.DEFAULT_SESSIONID_LENGTH

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Field with constant value has been removed.


Incompatible changes in vertx-mutiny-config

Element Classification Criticality Description

method void io.vertx.mutiny.config.ConfigRetriever::close()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'void' to 'io.smallrye.mutiny.Uni<java.lang.Void>'.


Incompatible changes in vertx-mutiny-auth-sql-client

Element Classification Criticality Description

class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthorization

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Class inherits from 'io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider' which was not found in the supplied archives of the old API. Analysis may be incorrect.


Incompatible changes in vertx-mutiny-redis-client

Element Classification Criticality Description

class io.vertx.mutiny.redis.client.Command

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

method io.smallrye.mutiny.Uni<java.util.List<io.vertx.mutiny.redis.client.Response>> io.vertx.mutiny.redis.client.Redis::batch(java.util.List<io.vertx.mutiny.redis.client.Request>)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<java.util.List<io.vertx.mutiny.redis.client.Response>>' to 'io.smallrye.mutiny.Uni<java.util.List<io.vertx.redis.client.Response>>'.

method java.util.List<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.Redis::batchAndAwait(java.util.List<io.vertx.mutiny.redis.client.Request>)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'java.util.List<io.vertx.mutiny.redis.client.Response>' to 'java.util.List<io.vertx.redis.client.Response>'.

method void io.vertx.mutiny.redis.client.Redis::close()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'void' to 'io.smallrye.mutiny.Uni<java.lang.Void>'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.Redis::send(io.vertx.mutiny.redis.client.Request)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

parameter io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.Redis::send(===io.vertx.mutiny.redis.client.Request===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.redis.client.Request' to 'io.vertx.redis.client.Request'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.Redis::sendAndAwait(io.vertx.mutiny.redis.client.Request)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

parameter io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.Redis::sendAndAwait(===io.vertx.mutiny.redis.client.Request===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.redis.client.Request' to 'io.vertx.redis.client.Request'.

parameter io.vertx.mutiny.redis.client.Redis io.vertx.mutiny.redis.client.Redis::sendAndForget(===io.vertx.mutiny.redis.client.Request===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.redis.client.Request' to 'io.vertx.redis.client.Request'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::append(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::appendAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::asking()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::askingAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::bgrewriteaof()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::bgrewriteaofAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::blmove(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::blmoveAndAwait(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::brpoplpush(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::brpoplpushAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::dbsize()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::dbsizeAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::decr(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::decrAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::decrby(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::decrbyAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::discard()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::discardAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::dump(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::dumpAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::echo(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::echoAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::exec()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::execAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::expiretime(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::expiretimeAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::get(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::getAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::getbit(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::getbitAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::getdel(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::getdelAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::getrange(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::getrangeAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::getset(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::getsetAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::hexists(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::hexistsAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::hget(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::hgetAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::hgetall(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::hgetallAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::hincrby(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::hincrbyAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::hincrbyfloat(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::hincrbyfloatAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::hkeys(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::hkeysAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::hlen(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::hlenAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::hsetnx(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::hsetnxAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::hstrlen(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::hstrlenAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::hvals(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::hvalsAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::incr(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::incrAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::incrby(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::incrbyAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::incrbyfloat(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::incrbyfloatAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::keys(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::keysAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::lastsave()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::lastsaveAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::lindex(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::lindexAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::linsert(java.lang.String, java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::linsertAndAwait(java.lang.String, java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::llen(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::llenAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::lmove(java.lang.String, java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::lmoveAndAwait(java.lang.String, java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::lrange(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::lrangeAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::lrem(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::lremAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::lset(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::lsetAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::ltrim(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::ltrimAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::monitor()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::monitorAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::move(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::moveAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::multi()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::multiAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::persist(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::persistAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::pexpiretime(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::pexpiretimeAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::pfdebugAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::pfselftest()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::pfselftestAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::psetex(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::psetexAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::pttl(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::pttlAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::publish(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::publishAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::randomkey()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::randomkeyAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::readonly()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::readonlyAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::readwrite()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::readwriteAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::rename(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::renameAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::renamenx(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::renamenxAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::replicaof(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::replicaofAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::reset()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::resetAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::role()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::roleAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::rpoplpush(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::rpoplpushAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::save()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::saveAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::scard(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::scardAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::select(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::selectAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::setbit(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::setbitAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::setex(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::setexAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::setnx(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::setnxAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::setrange(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::setrangeAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::sismember(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::sismemberAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::slaveof(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::slaveofAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::smembers(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::smembersAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::smove(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::smoveAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::spublish(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::spublishAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::strlen(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::strlenAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::substr(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::substrAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::swapdb(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::swapdbAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::sync()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::syncAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::time()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::timeAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::ttl(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::ttlAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::type(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::typeAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::unwatch()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::unwatchAndAwait()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::wait(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::waitAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::xlen(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::xlenAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::zcard(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::zcardAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::zcount(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::zcountAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::zincrby(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::zincrbyAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::zlexcount(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::zlexcountAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::zrank(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::zrankAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::zremrangebylex(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::zremrangebylexAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::zremrangebyrank(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::zremrangebyrankAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::zremrangebyscore(java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::zremrangebyscoreAndAwait(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::zrevrank(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::zrevrankAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisAPI::zscore(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisAPI::zscoreAndAwait(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

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

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

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

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

class io.vertx.mutiny.redis.client.RedisConnection

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Super type’s type parameters changed from 'io.vertx.mutiny.core.streams.ReadStream<io.vertx.mutiny.redis.client.Response>' to 'io.vertx.mutiny.core.streams.ReadStream<io.vertx.redis.client.Response>'.

method io.smallrye.mutiny.Uni<java.util.List<io.vertx.mutiny.redis.client.Response>> io.vertx.mutiny.redis.client.RedisConnection::batch(java.util.List<io.vertx.mutiny.redis.client.Request>)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<java.util.List<io.vertx.mutiny.redis.client.Response>>' to 'io.smallrye.mutiny.Uni<java.util.List<io.vertx.redis.client.Response>>'.

method java.util.List<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisConnection::batchAndAwait(java.util.List<io.vertx.mutiny.redis.client.Request>)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'java.util.List<io.vertx.mutiny.redis.client.Response>' to 'java.util.List<io.vertx.redis.client.Response>'.

method io.vertx.mutiny.core.streams.Pipe<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisConnection::pipe()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.mutiny.core.streams.Pipe<io.vertx.mutiny.redis.client.Response>' to 'io.vertx.mutiny.core.streams.Pipe<io.vertx.redis.client.Response>'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisConnection::send(io.vertx.mutiny.redis.client.Request)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>'.

parameter io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisConnection::send(===io.vertx.mutiny.redis.client.Request===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.redis.client.Request' to 'io.vertx.redis.client.Request'.

method io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisConnection::sendAndAwait(io.vertx.mutiny.redis.client.Request)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.redis.client.Response' to 'io.vertx.redis.client.Response'.

parameter io.vertx.mutiny.redis.client.Response io.vertx.mutiny.redis.client.RedisConnection::sendAndAwait(===io.vertx.mutiny.redis.client.Request===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.redis.client.Request' to 'io.vertx.redis.client.Request'.

parameter io.vertx.mutiny.redis.client.RedisConnection io.vertx.mutiny.redis.client.RedisConnection::sendAndForget(===io.vertx.mutiny.redis.client.Request===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.redis.client.Request' to 'io.vertx.redis.client.Request'.

method java.lang.Iterable<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisConnection::toBlockingIterable()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'java.lang.Iterable<io.vertx.mutiny.redis.client.Response>' to 'java.lang.Iterable<io.vertx.redis.client.Response>'.

method java.util.stream.Stream<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisConnection::toBlockingStream()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'java.util.stream.Stream<io.vertx.mutiny.redis.client.Response>' to 'java.util.stream.Stream<io.vertx.redis.client.Response>'.

method io.smallrye.mutiny.Multi<io.vertx.mutiny.redis.client.Response> io.vertx.mutiny.redis.client.RedisConnection::toMulti()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Multi<io.vertx.mutiny.redis.client.Response>' to 'io.smallrye.mutiny.Multi<io.vertx.redis.client.Response>'.

class io.vertx.mutiny.redis.client.Request

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.redis.client.Response

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.


Incompatible changes in vertx-mutiny-circuit-breaker

Element Classification Criticality Description

method io.vertx.mutiny.circuitbreaker.CircuitBreaker io.vertx.mutiny.circuitbreaker.CircuitBreaker::retryPolicy(java.util.function.Function<java.lang.Integer, java.lang.Long>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

parameter void io.vertx.mutiny.circuitbreaker.FailurePolicy<T>::<init>(===io.vertx.circuitbreaker.FailurePolicy===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.circuitbreaker.FailurePolicy’while the new type is 'io.vertx.circuitbreaker.FailurePolicy<T>'.

parameter void io.vertx.mutiny.circuitbreaker.FailurePolicy<T>::<init>(===io.vertx.circuitbreaker.FailurePolicy===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.circuitbreaker.FailurePolicy’while the new type is 'io.vertx.circuitbreaker.FailurePolicy<T>'.

method io.vertx.circuitbreaker.FailurePolicy io.vertx.mutiny.circuitbreaker.FailurePolicy<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.circuitbreaker.FailurePolicy' to 'io.vertx.circuitbreaker.FailurePolicy<T>'.

parameter <T> io.vertx.mutiny.circuitbreaker.FailurePolicy<T> io.vertx.mutiny.circuitbreaker.FailurePolicy<T>::newInstance(===io.vertx.circuitbreaker.FailurePolicy===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.circuitbreaker.FailurePolicy’while the new type is 'io.vertx.circuitbreaker.FailurePolicy<T>'.

parameter <T> io.vertx.mutiny.circuitbreaker.FailurePolicy<T> io.vertx.mutiny.circuitbreaker.FailurePolicy<T>::newInstance(===io.vertx.circuitbreaker.FailurePolicy===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.circuitbreaker.FailurePolicy’while the new type is 'io.vertx.circuitbreaker.FailurePolicy<T>'.

class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.


Incompatible changes in vertx-mutiny-health-checks

Element Classification Criticality Description

class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.


Incompatible changes in vertx-mutiny-json-schema

Element Classification Criticality Description

method io.vertx.core.json.JsonObject io.vertx.mutiny.json.schema.JsonSchema::resolve()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

class io.vertx.mutiny.json.schema.Schema

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.json.schema.SchemaParser

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

method io.vertx.mutiny.json.schema.SchemaRepository io.vertx.mutiny.json.schema.SchemaRepository::dereference(io.vertx.mutiny.json.schema.JsonSchema)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method newly throws checked exceptions: io.vertx.json.schema.SchemaException.

method io.vertx.mutiny.json.schema.SchemaRepository io.vertx.mutiny.json.schema.SchemaRepository::dereference(java.lang.String, io.vertx.mutiny.json.schema.JsonSchema)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method newly throws checked exceptions: io.vertx.json.schema.SchemaException.

method io.vertx.core.json.JsonObject io.vertx.mutiny.json.schema.SchemaRepository::resolve(io.vertx.mutiny.json.schema.JsonSchema)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.core.json.JsonObject io.vertx.mutiny.json.schema.SchemaRepository::resolve(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

class io.vertx.mutiny.json.schema.SchemaRouter

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

method io.vertx.json.schema.OutputUnit io.vertx.mutiny.json.schema.Validator::validate(java.lang.Object)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method newly throws checked exceptions: io.vertx.json.schema.SchemaException.


Incompatible changes in vertx-mutiny-mysql-client

Element Classification Criticality Description

class io.vertx.mutiny.mysqlclient.MySQLPool

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.


Incompatible changes in vertx-mutiny-micrometer-metrics

Element Classification Criticality Description

class io.vertx.mutiny.micrometer.PrometheusScrapingHandler

  • Source: BREAKING

  • Binary: BREAKING

error

Class kind changed from 'class' to 'interface'.

class io.vertx.mutiny.micrometer.PrometheusScrapingHandler

  • Source: BREAKING

  • Binary: BREAKING

error

Class is now abstract.

field io.vertx.mutiny.micrometer.PrometheusScrapingHandler.__TYPE_ARG

  • Source: BREAKING

  • Binary: BREAKING

error

Field removed from class.

method void io.vertx.mutiny.micrometer.PrometheusScrapingHandler::<init>(io.vertx.micrometer.PrometheusScrapingHandler)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.micrometer.PrometheusScrapingHandler::<init>(java.lang.Object)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.core.Handler<io.vertx.mutiny.ext.web.RoutingContext> io.vertx.mutiny.micrometer.PrometheusScrapingHandler::create()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.core.Handler<io.vertx.mutiny.ext.web.RoutingContext>' to 'java.util.function.Consumer<io.vertx.mutiny.ext.web.RoutingContext>'.

method io.vertx.core.Handler<io.vertx.mutiny.ext.web.RoutingContext> io.vertx.mutiny.micrometer.PrometheusScrapingHandler::create(io.micrometer.prometheus.PrometheusMeterRegistry)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.core.Handler<io.vertx.mutiny.ext.web.RoutingContext>' to 'java.util.function.Consumer<io.vertx.mutiny.ext.web.RoutingContext>'.

parameter io.vertx.core.Handler<io.vertx.mutiny.ext.web.RoutingContext> io.vertx.mutiny.micrometer.PrometheusScrapingHandler::create(===io.micrometer.prometheus.PrometheusMeterRegistry===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.micrometer.prometheus.PrometheusMeterRegistry' to 'io.micrometer.prometheusmetrics.PrometheusMeterRegistry'.

method io.vertx.core.Handler<io.vertx.mutiny.ext.web.RoutingContext> io.vertx.mutiny.micrometer.PrometheusScrapingHandler::create(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.core.Handler<io.vertx.mutiny.ext.web.RoutingContext>' to 'java.util.function.Consumer<io.vertx.mutiny.ext.web.RoutingContext>'.

method io.vertx.micrometer.PrometheusScrapingHandler io.vertx.mutiny.micrometer.PrometheusScrapingHandler::getDelegate()

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract


Incompatible changes in vertx-mutiny-auth-oauth2

Element Classification Criticality Description

method java.lang.String io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth::authorizeURL(io.vertx.core.json.JsonObject)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

class io.vertx.mutiny.ext.auth.oauth2.authorization.KeycloakAuthorization

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Class inherits from 'io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider' which was not found in the supplied archives of the old API. Analysis may be incorrect.

class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Class inherits from 'io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider' which was not found in the supplied archives of the old API. Analysis may be incorrect.

method io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth::create(io.vertx.mutiny.core.Vertx, java.lang.String, java.lang.String, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.

method io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth::create(io.vertx.mutiny.core.Vertx, java.lang.String, java.lang.String, java.lang.String, java.lang.String, io.vertx.core.http.HttpClientOptions)

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.


Incompatible changes in vertx-mutiny-auth-mongo

Element Classification Criticality Description

class io.vertx.mutiny.ext.auth.mongo.HashStrategy

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.ext.auth.mongo.MongoAuth

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

field io.vertx.mutiny.ext.auth.mongo.MongoAuthentication.DEFAULT_SALT_FIELD

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Field with constant value has been removed.

method io.vertx.mutiny.ext.auth.mongo.MongoAuthentication io.vertx.mutiny.ext.auth.mongo.MongoAuthentication::create(io.vertx.mutiny.ext.mongo.MongoClient, io.vertx.mutiny.ext.auth.mongo.HashStrategy, io.vertx.ext.auth.mongo.MongoAuthenticationOptions)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Class inherits from 'io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider' which was not found in the supplied archives of the old API. Analysis may be incorrect.


Incompatible changes in vertx-mutiny-amqp-client

Element Classification Criticality Description

method io.vertx.mutiny.core.streams.WriteStream<io.vertx.mutiny.amqp.AmqpMessage> io.vertx.mutiny.amqp.AmqpSender::drainHandler(java.lang.Runnable)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.streams.WriteStream<io.vertx.mutiny.amqp.AmqpMessage>' to 'io.vertx.mutiny.amqp.AmqpSender'.

method io.smallrye.mutiny.vertx.WriteStreamSubscriber<io.vertx.mutiny.amqp.AmqpMessage> io.vertx.mutiny.amqp.AmqpSender::toSubscriber()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.smallrye.mutiny.vertx.WriteStreamSubscriber<io.vertx.mutiny.amqp.AmqpMessage>' to 'java.util.concurrent.Flow.Subscriber<io.vertx.mutiny.amqp.AmqpMessage>'.


Incompatible changes in vertx-mutiny-bridge-common

Element Classification Criticality Description

method void io.vertx.mutiny.ext.bridge.BaseBridgeEvent::complete(java.lang.Boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method boolean io.vertx.mutiny.ext.bridge.BaseBridgeEvent::tryComplete(java.lang.Boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.


Incompatible changes in vertx-mutiny-pg-client

Element Classification Criticality Description

class io.vertx.mutiny.pgclient.PgPool

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

method io.vertx.mutiny.core.streams.ReadStream<java.lang.String> io.vertx.mutiny.pgclient.pubsub.PgChannel::fetch(long)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.streams.ReadStream<java.lang.String>' to 'io.vertx.mutiny.pgclient.pubsub.PgChannel'.


Incompatible changes in vertx-mutiny-mqtt

Element Classification Criticality Description

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.mqtt.MqttEndpoint::httpHeaders()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.mqtt.MqttEndpoint::localAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.mqtt.MqttEndpoint::remoteAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.mqtt.messages.MqttPublishMessage io.vertx.mutiny.mqtt.messages.MqttPublishMessage::create(int, io.netty.handler.codec.mqtt.MqttQoS, boolean, boolean, java.lang.String, ===io.netty.buffer.ByteBuf===, io.netty.handler.codec.mqtt.MqttProperties)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.netty.buffer.ByteBuf' to 'io.vertx.core.buffer.Buffer'.


Incompatible changes in vertx-mutiny-oracle-client

Element Classification Criticality Description

class io.vertx.mutiny.oracleclient.OraclePool

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.


Incompatible changes in vertx-mutiny-mssql-client

Element Classification Criticality Description

class io.vertx.mutiny.mssqlclient.MSSQLPool

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.


Incompatible changes in vertx-mutiny-consul-client

Element Classification Criticality Description

method io.smallrye.mutiny.Uni<java.lang.String> io.vertx.mutiny.ext.consul.ConsulClient::cloneAclToken(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.String io.vertx.mutiny.ext.consul.ConsulClient::cloneAclTokenAndAwait(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.consul.ConsulClient io.vertx.mutiny.ext.consul.ConsulClient::cloneAclTokenAndForget(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<java.lang.String> io.vertx.mutiny.ext.consul.ConsulClient::createAclToken(io.vertx.ext.consul.AclToken)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.String io.vertx.mutiny.ext.consul.ConsulClient::createAclTokenAndAwait(io.vertx.ext.consul.AclToken)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.consul.ConsulClient io.vertx.mutiny.ext.consul.ConsulClient::createAclTokenAndForget(io.vertx.ext.consul.AclToken)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.ext.consul.ConsulClient::destroyAclToken(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.ext.consul.ConsulClient::destroyAclTokenAndAwait(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.consul.ConsulClient io.vertx.mutiny.ext.consul.ConsulClient::destroyAclTokenAndForget(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<io.vertx.ext.consul.AclToken> io.vertx.mutiny.ext.consul.ConsulClient::infoAclToken(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.ext.consul.AclToken io.vertx.mutiny.ext.consul.ConsulClient::infoAclTokenAndAwait(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.consul.ConsulClient io.vertx.mutiny.ext.consul.ConsulClient::infoAclTokenAndForget(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<java.util.List<io.vertx.ext.consul.AclToken>> io.vertx.mutiny.ext.consul.ConsulClient::listAclTokens()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.util.List<io.vertx.ext.consul.AclToken> io.vertx.mutiny.ext.consul.ConsulClient::listAclTokensAndAwait()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.consul.ConsulClient io.vertx.mutiny.ext.consul.ConsulClient::listAclTokensAndForget()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<java.lang.String> io.vertx.mutiny.ext.consul.ConsulClient::updateAclToken(io.vertx.ext.consul.AclToken)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.String io.vertx.mutiny.ext.consul.ConsulClient::updateAclTokenAndAwait(io.vertx.ext.consul.AclToken)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.consul.ConsulClient io.vertx.mutiny.ext.consul.ConsulClient::updateAclTokenAndForget(io.vertx.ext.consul.AclToken)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

parameter void io.vertx.mutiny.ext.consul.Watch<T>::<init>(===io.vertx.ext.consul.Watch===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.consul.Watch’while the new type is 'io.vertx.ext.consul.Watch<T>'.

parameter void io.vertx.mutiny.ext.consul.Watch<T>::<init>(===io.vertx.ext.consul.Watch===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.consul.Watch’while the new type is 'io.vertx.ext.consul.Watch<T>'.

method io.vertx.ext.consul.Watch io.vertx.mutiny.ext.consul.Watch<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.ext.consul.Watch' to 'io.vertx.ext.consul.Watch<T>'.

parameter <T> io.vertx.mutiny.ext.consul.Watch<T> io.vertx.mutiny.ext.consul.Watch<T>::newInstance(===io.vertx.ext.consul.Watch===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.consul.Watch’while the new type is 'io.vertx.ext.consul.Watch<T>'.

parameter <T> io.vertx.mutiny.ext.consul.Watch<T> io.vertx.mutiny.ext.consul.Watch<T>::newInstance(===io.vertx.ext.consul.Watch===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.consul.Watch’while the new type is 'io.vertx.ext.consul.Watch<T>'.

parameter void io.vertx.mutiny.ext.consul.WatchResult<T>::<init>(===io.vertx.ext.consul.WatchResult===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.consul.WatchResult’while the new type is 'io.vertx.ext.consul.WatchResult<T>'.

parameter void io.vertx.mutiny.ext.consul.WatchResult<T>::<init>(===io.vertx.ext.consul.WatchResult===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.consul.WatchResult’while the new type is 'io.vertx.ext.consul.WatchResult<T>'.

method io.vertx.ext.consul.WatchResult io.vertx.mutiny.ext.consul.WatchResult<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.ext.consul.WatchResult' to 'io.vertx.ext.consul.WatchResult<T>'.

parameter <T> io.vertx.mutiny.ext.consul.WatchResult<T> io.vertx.mutiny.ext.consul.WatchResult<T>::newInstance(===io.vertx.ext.consul.WatchResult===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.consul.WatchResult’while the new type is 'io.vertx.ext.consul.WatchResult<T>'.

parameter <T> io.vertx.mutiny.ext.consul.WatchResult<T> io.vertx.mutiny.ext.consul.WatchResult<T>::newInstance(===io.vertx.ext.consul.WatchResult===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.consul.WatchResult’while the new type is 'io.vertx.ext.consul.WatchResult<T>'.


Incompatible changes in vertx-mutiny-kafka-client

Element Classification Criticality Description

parameter void io.vertx.mutiny.kafka.client.consumer.KafkaConsumer<K, V>::<init>(===io.vertx.kafka.client.consumer.KafkaConsumer===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.consumer.KafkaConsumer’while the new type is 'io.vertx.kafka.client.consumer.KafkaConsumer<K, V>'.

parameter void io.vertx.mutiny.kafka.client.consumer.KafkaConsumer<K, V>::<init>(===io.vertx.kafka.client.consumer.KafkaConsumer===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.consumer.KafkaConsumer’while the new type is 'io.vertx.kafka.client.consumer.KafkaConsumer<K, V>'.

method io.vertx.kafka.client.consumer.KafkaConsumer io.vertx.mutiny.kafka.client.consumer.KafkaConsumer<K, V>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.kafka.client.consumer.KafkaConsumer' to 'io.vertx.kafka.client.consumer.KafkaConsumer<K, V>'.

parameter <K, V> io.vertx.mutiny.kafka.client.consumer.KafkaConsumer<K, V> io.vertx.mutiny.kafka.client.consumer.KafkaConsumer<K, V>::newInstance(===io.vertx.kafka.client.consumer.KafkaConsumer===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.consumer.KafkaConsumer’while the new type is 'io.vertx.kafka.client.consumer.KafkaConsumer<K, V>'.

parameter <K, V> io.vertx.mutiny.kafka.client.consumer.KafkaConsumer<K, V> io.vertx.mutiny.kafka.client.consumer.KafkaConsumer<K, V>::newInstance(===io.vertx.kafka.client.consumer.KafkaConsumer===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.consumer.KafkaConsumer’while the new type is 'io.vertx.kafka.client.consumer.KafkaConsumer<K, V>'.

parameter void io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord<K, V>::<init>(===io.vertx.kafka.client.consumer.KafkaConsumerRecord===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.consumer.KafkaConsumerRecord’while the new type is 'io.vertx.kafka.client.consumer.KafkaConsumerRecord<K, V>'.

parameter void io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord<K, V>::<init>(===io.vertx.kafka.client.consumer.KafkaConsumerRecord===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.consumer.KafkaConsumerRecord’while the new type is 'io.vertx.kafka.client.consumer.KafkaConsumerRecord<K, V>'.

method io.vertx.kafka.client.consumer.KafkaConsumerRecord io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord<K, V>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.kafka.client.consumer.KafkaConsumerRecord' to 'io.vertx.kafka.client.consumer.KafkaConsumerRecord<K, V>'.

parameter <K, V> io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord<K, V> io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord<K, V>::newInstance(===io.vertx.kafka.client.consumer.KafkaConsumerRecord===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.consumer.KafkaConsumerRecord’while the new type is 'io.vertx.kafka.client.consumer.KafkaConsumerRecord<K, V>'.

parameter <K, V> io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord<K, V> io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord<K, V>::newInstance(===io.vertx.kafka.client.consumer.KafkaConsumerRecord===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.consumer.KafkaConsumerRecord’while the new type is 'io.vertx.kafka.client.consumer.KafkaConsumerRecord<K, V>'.

parameter void io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords<K, V>::<init>(===io.vertx.kafka.client.consumer.KafkaConsumerRecords===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.consumer.KafkaConsumerRecords’while the new type is 'io.vertx.kafka.client.consumer.KafkaConsumerRecords<K, V>'.

parameter void io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords<K, V>::<init>(===io.vertx.kafka.client.consumer.KafkaConsumerRecords===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.consumer.KafkaConsumerRecords’while the new type is 'io.vertx.kafka.client.consumer.KafkaConsumerRecords<K, V>'.

method io.vertx.kafka.client.consumer.KafkaConsumerRecords io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords<K, V>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.kafka.client.consumer.KafkaConsumerRecords' to 'io.vertx.kafka.client.consumer.KafkaConsumerRecords<K, V>'.

parameter <K, V> io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords<K, V> io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords<K, V>::newInstance(===io.vertx.kafka.client.consumer.KafkaConsumerRecords===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.consumer.KafkaConsumerRecords’while the new type is 'io.vertx.kafka.client.consumer.KafkaConsumerRecords<K, V>'.

parameter <K, V> io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords<K, V> io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords<K, V>::newInstance(===io.vertx.kafka.client.consumer.KafkaConsumerRecords===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.consumer.KafkaConsumerRecords’while the new type is 'io.vertx.kafka.client.consumer.KafkaConsumerRecords<K, V>'.

parameter void io.vertx.mutiny.kafka.client.producer.KafkaProducer<K, V>::<init>(===io.vertx.kafka.client.producer.KafkaProducer===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.producer.KafkaProducer’while the new type is 'io.vertx.kafka.client.producer.KafkaProducer<K, V>'.

parameter void io.vertx.mutiny.kafka.client.producer.KafkaProducer<K, V>::<init>(===io.vertx.kafka.client.producer.KafkaProducer===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.producer.KafkaProducer’while the new type is 'io.vertx.kafka.client.producer.KafkaProducer<K, V>'.

method io.vertx.kafka.client.producer.KafkaProducer io.vertx.mutiny.kafka.client.producer.KafkaProducer<K, V>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.kafka.client.producer.KafkaProducer' to 'io.vertx.kafka.client.producer.KafkaProducer<K, V>'.

parameter <K, V> io.vertx.mutiny.kafka.client.producer.KafkaProducer<K, V> io.vertx.mutiny.kafka.client.producer.KafkaProducer<K, V>::newInstance(===io.vertx.kafka.client.producer.KafkaProducer===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.producer.KafkaProducer’while the new type is 'io.vertx.kafka.client.producer.KafkaProducer<K, V>'.

parameter <K, V> io.vertx.mutiny.kafka.client.producer.KafkaProducer<K, V> io.vertx.mutiny.kafka.client.producer.KafkaProducer<K, V>::newInstance(===io.vertx.kafka.client.producer.KafkaProducer===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.producer.KafkaProducer’while the new type is 'io.vertx.kafka.client.producer.KafkaProducer<K, V>'.

method io.smallrye.mutiny.vertx.WriteStreamSubscriber<io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord<K, V>> io.vertx.mutiny.kafka.client.producer.KafkaProducer<K, V>::toSubscriber()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.smallrye.mutiny.vertx.WriteStreamSubscriber<io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord<K, V>>' to 'java.util.concurrent.Flow.Subscriber<io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord<K, V>>'.

parameter void io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord<K, V>::<init>(===io.vertx.kafka.client.producer.KafkaProducerRecord===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.producer.KafkaProducerRecord’while the new type is 'io.vertx.kafka.client.producer.KafkaProducerRecord<K, V>'.

parameter void io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord<K, V>::<init>(===io.vertx.kafka.client.producer.KafkaProducerRecord===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.producer.KafkaProducerRecord’while the new type is 'io.vertx.kafka.client.producer.KafkaProducerRecord<K, V>'.

method io.vertx.kafka.client.producer.KafkaProducerRecord io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord<K, V>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.kafka.client.producer.KafkaProducerRecord' to 'io.vertx.kafka.client.producer.KafkaProducerRecord<K, V>'.

parameter <K, V> io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord<K, V> io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord<K, V>::newInstance(===io.vertx.kafka.client.producer.KafkaProducerRecord===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.producer.KafkaProducerRecord’while the new type is 'io.vertx.kafka.client.producer.KafkaProducerRecord<K, V>'.

parameter <K, V> io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord<K, V> io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord<K, V>::newInstance(===io.vertx.kafka.client.producer.KafkaProducerRecord===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.kafka.client.producer.KafkaProducerRecord’while the new type is 'io.vertx.kafka.client.producer.KafkaProducerRecord<K, V>'.


Incompatible changes in vertx-mutiny-web

Element Classification Criticality Description

parameter io.vertx.mutiny.ext.web.Route io.vertx.mutiny.ext.web.Route::blockingHandler(===io.vertx.core.Handler<io.vertx.mutiny.ext.web.RoutingContext>===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.Handler<io.vertx.mutiny.ext.web.RoutingContext>' to 'java.util.function.Consumer<io.vertx.mutiny.ext.web.RoutingContext>'.

method io.vertx.mutiny.ext.web.Route io.vertx.mutiny.ext.web.Route::useNormalisedPath(boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.Route io.vertx.mutiny.ext.web.Router::mountSubRouter(java.lang.String, io.vertx.mutiny.ext.web.Router)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.RoutingContext io.vertx.mutiny.ext.web.RoutingContext::addCookie(io.vertx.mutiny.core.http.Cookie)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.ext.web.RoutingContext::addEndHandler()

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.

method io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.ext.web.RoutingContext::addEndHandler()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<java.lang.Void>' to 'int'.

method java.lang.Void io.vertx.mutiny.ext.web.RoutingContext::addEndHandlerAndAwait()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.web.RoutingContext::addEndHandlerAndForget()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.web.RoutingContext::clearUser()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method int io.vertx.mutiny.ext.web.RoutingContext::cookieCount()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.util.Map<java.lang.String, io.vertx.mutiny.core.http.Cookie> io.vertx.mutiny.ext.web.RoutingContext::cookieMap()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.util.Map<java.lang.String, java.lang.Object> io.vertx.mutiny.ext.web.RoutingContext::data()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'java.util.Map<java.lang.String, java.lang.Object>' to 'java.util.Map<java.lang.String, T>'.

method java.util.Map<java.lang.String, java.lang.Object> io.vertx.mutiny.ext.web.RoutingContext::data()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

A new formal type parameter added to element: 'T'.

method io.vertx.mutiny.core.buffer.Buffer io.vertx.mutiny.ext.web.RoutingContext::getBody()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.core.json.JsonObject io.vertx.mutiny.ext.web.RoutingContext::getBodyAsJson()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.core.json.JsonObject io.vertx.mutiny.ext.web.RoutingContext::getBodyAsJson(int)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.core.json.JsonArray io.vertx.mutiny.ext.web.RoutingContext::getBodyAsJsonArray()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.core.json.JsonArray io.vertx.mutiny.ext.web.RoutingContext::getBodyAsJsonArray(int)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.String io.vertx.mutiny.ext.web.RoutingContext::getBodyAsString()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.String io.vertx.mutiny.ext.web.RoutingContext::getBodyAsString(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.Cookie io.vertx.mutiny.ext.web.RoutingContext::getCookie(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.String io.vertx.mutiny.ext.web.RoutingContext::normalisedPath()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.ext.web.RoutingContext::queryParams()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.ext.web.RoutingContext::queryParams(java.nio.charset.Charset)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.http.Cookie io.vertx.mutiny.ext.web.RoutingContext::removeCookie(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.Cookie io.vertx.mutiny.ext.web.RoutingContext::removeCookie(java.lang.String, boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.web.RoutingContext::setBody(io.vertx.mutiny.core.buffer.Buffer)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.web.RoutingContext::setSession(io.vertx.mutiny.ext.web.Session)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.web.RoutingContext::setUser(io.vertx.mutiny.ext.auth.User)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.web.handler.AuthenticationHandler::accept(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

The interface no longer has the default implementation of the method.

method void io.vertx.mutiny.ext.web.handler.AuthenticationHandler::accept(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method io.vertx.mutiny.ext.web.handler.ChainAuthHandler io.vertx.mutiny.ext.web.handler.ChainAuthHandler::create()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.CorsHandler io.vertx.mutiny.ext.web.handler.CorsHandler::addRelativeOrigin(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.CorsHandler io.vertx.mutiny.ext.web.handler.CorsHandler::addRelativeOrigins(java.util.List<java.lang.String>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.CorsHandler io.vertx.mutiny.ext.web.handler.CorsHandler::create(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.web.handler.InputTrustHandler::accept(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

The interface no longer has the default implementation of the method.

method void io.vertx.mutiny.ext.web.handler.InputTrustHandler::accept(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method io.vertx.mutiny.ext.web.handler.LoggerHandler io.vertx.mutiny.ext.web.handler.LoggerHandler::customFormatter(java.util.function.Function<io.vertx.mutiny.core.http.HttpServerRequest, java.lang.String>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.web.handler.PlatformHandler::accept(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

The interface no longer has the default implementation of the method.

method void io.vertx.mutiny.ext.web.handler.PlatformHandler::accept(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method void io.vertx.mutiny.ext.web.handler.ProtocolUpgradeHandler::accept(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

The interface no longer has the default implementation of the method.

method void io.vertx.mutiny.ext.web.handler.ProtocolUpgradeHandler::accept(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method void io.vertx.mutiny.ext.web.handler.SecurityPolicyHandler::accept(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

The interface no longer has the default implementation of the method.

method void io.vertx.mutiny.ext.web.handler.SecurityPolicyHandler::accept(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method io.vertx.mutiny.ext.web.handler.StaticHandler io.vertx.mutiny.ext.web.handler.StaticHandler::setAllowRootFileSystemAccess(boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.StaticHandler io.vertx.mutiny.ext.web.handler.StaticHandler::setWebRoot(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

class io.vertx.mutiny.ext.web.handler.WebAuthnHandler

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

method void io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent::complete(java.lang.Boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method boolean io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent::tryComplete(java.lang.Boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler

  • Source: BREAKING

  • Binary: BREAKING

error

Class no longer implements interface 'java.util.function.Consumer<io.vertx.mutiny.ext.web.RoutingContext>'.

method void io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler::accept(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.util.function.Consumer<T> java.util.function.Consumer<T>::andThen(java.util.function.Consumer<? super T>) @ io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler::handle(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket::localAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket::remoteAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.ext.web.sstore.SessionStore io.vertx.mutiny.ext.web.sstore.SessionStore::clearAndForget() @ io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.ext.web.sstore.SessionStore' to 'io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore'.

method io.vertx.mutiny.ext.web.sstore.SessionStore io.vertx.mutiny.ext.web.sstore.SessionStore::deleteAndForget(java.lang.String) @ io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.ext.web.sstore.SessionStore' to 'io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore'.

method io.vertx.mutiny.ext.web.sstore.SessionStore io.vertx.mutiny.ext.web.sstore.SessionStore::getAndForget(java.lang.String) @ io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.ext.web.sstore.SessionStore' to 'io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore'.

method io.vertx.mutiny.ext.web.sstore.SessionStore io.vertx.mutiny.ext.web.sstore.SessionStore::putAndForget(io.vertx.mutiny.ext.web.Session) @ io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.ext.web.sstore.SessionStore' to 'io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore'.

method io.vertx.mutiny.ext.web.sstore.SessionStore io.vertx.mutiny.ext.web.sstore.SessionStore::sizeAndForget() @ io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.ext.web.sstore.SessionStore' to 'io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore'.

method io.vertx.mutiny.ext.web.sstore.SessionStore io.vertx.mutiny.ext.web.sstore.SessionStore::clearAndForget() @ io.vertx.mutiny.ext.web.sstore.LocalSessionStore

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.ext.web.sstore.SessionStore' to 'io.vertx.mutiny.ext.web.sstore.LocalSessionStore'.

method io.vertx.mutiny.ext.web.sstore.SessionStore io.vertx.mutiny.ext.web.sstore.SessionStore::deleteAndForget(java.lang.String) @ io.vertx.mutiny.ext.web.sstore.LocalSessionStore

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.ext.web.sstore.SessionStore' to 'io.vertx.mutiny.ext.web.sstore.LocalSessionStore'.

method io.vertx.mutiny.ext.web.sstore.SessionStore io.vertx.mutiny.ext.web.sstore.SessionStore::getAndForget(java.lang.String) @ io.vertx.mutiny.ext.web.sstore.LocalSessionStore

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.ext.web.sstore.SessionStore' to 'io.vertx.mutiny.ext.web.sstore.LocalSessionStore'.

method io.vertx.mutiny.ext.web.sstore.SessionStore io.vertx.mutiny.ext.web.sstore.SessionStore::putAndForget(io.vertx.mutiny.ext.web.Session) @ io.vertx.mutiny.ext.web.sstore.LocalSessionStore

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.ext.web.sstore.SessionStore' to 'io.vertx.mutiny.ext.web.sstore.LocalSessionStore'.

method io.vertx.mutiny.ext.web.sstore.SessionStore io.vertx.mutiny.ext.web.sstore.SessionStore::sizeAndForget() @ io.vertx.mutiny.ext.web.sstore.LocalSessionStore

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.ext.web.sstore.SessionStore' to 'io.vertx.mutiny.ext.web.sstore.LocalSessionStore'.


Incompatible changes in vertx-mutiny-auth-properties

Element Classification Criticality Description

class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthorization

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Class inherits from 'io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider' which was not found in the supplied archives of the old API. Analysis may be incorrect.


Incompatible changes in vertx-mutiny-db2-client

Element Classification Criticality Description

class io.vertx.mutiny.db2client.DB2Pool

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.


Incompatible changes in vertx-mutiny-mail-client

Element Classification Criticality Description

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.ext.mail.MailAttachment::getHeaders()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter io.vertx.mutiny.ext.mail.MailAttachment io.vertx.mutiny.ext.mail.MailAttachment::setHeaders(===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.


Incompatible changes in vertx-mutiny-core

Element Classification Criticality Description

parameter <T> T io.vertx.mutiny.core.Context::getLocal(===java.lang.Object===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'java.lang.Object' to 'io.vertx.core.spi.context.storage.ContextLocal<T>'.

method void io.vertx.mutiny.core.Context::putLocal(java.lang.Object, java.lang.Object)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

A new formal type parameter added to element: 'T'.

parameter void io.vertx.mutiny.core.Context::putLocal(===java.lang.Object===, java.lang.Object)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'java.lang.Object' to 'io.vertx.core.spi.context.storage.ContextLocal<T>'.

parameter void io.vertx.mutiny.core.Context::putLocal(java.lang.Object, ===java.lang.Object===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'java.lang.Object’while the new type is 'T'.

method boolean io.vertx.mutiny.core.Context::removeLocal(java.lang.Object)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'boolean' to 'void'.

method boolean io.vertx.mutiny.core.Context::removeLocal(java.lang.Object)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

A new formal type parameter added to element: 'T'.

parameter boolean io.vertx.mutiny.core.Context::removeLocal(===java.lang.Object===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'java.lang.Object' to 'io.vertx.core.spi.context.storage.ContextLocal<T>'.

class io.vertx.mutiny.core.MultiMap

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

parameter void io.vertx.mutiny.core.Promise<T>::<init>(===io.vertx.core.Promise===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.Promise’while the new type is 'io.vertx.core.Promise<T>'.

parameter void io.vertx.mutiny.core.Promise<T>::<init>(===io.vertx.core.Promise===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.Promise’while the new type is 'io.vertx.core.Promise<T>'.

method io.vertx.core.Promise io.vertx.mutiny.core.Promise<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.core.Promise' to 'io.vertx.core.Promise<T>'.

parameter <T> io.vertx.mutiny.core.Promise<T> io.vertx.mutiny.core.Promise<T>::newInstance(===io.vertx.core.Promise===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.Promise’while the new type is 'io.vertx.core.Promise<T>'.

parameter <T> io.vertx.mutiny.core.Promise<T> io.vertx.mutiny.core.Promise<T>::newInstance(===io.vertx.core.Promise===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.Promise’while the new type is 'io.vertx.core.Promise<T>'.

class io.vertx.mutiny.core.TimeoutStream

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

method io.vertx.mutiny.core.http.HttpClient io.vertx.mutiny.core.Vertx::createHttpClient()

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.core.http.HttpClient' to 'io.vertx.mutiny.core.http.HttpClientAgent'.

method io.vertx.mutiny.core.http.HttpClient io.vertx.mutiny.core.Vertx::createHttpClient(io.vertx.core.http.HttpClientOptions)

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.core.http.HttpClient' to 'io.vertx.mutiny.core.http.HttpClientAgent'.

method io.vertx.mutiny.core.http.HttpClient io.vertx.mutiny.core.Vertx::createHttpClient(io.vertx.core.http.HttpClientOptions, io.vertx.core.http.PoolOptions)

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.core.http.HttpClient' to 'io.vertx.mutiny.core.http.HttpClientAgent'.

method io.vertx.mutiny.core.http.HttpClient io.vertx.mutiny.core.Vertx::createHttpClient(io.vertx.core.http.PoolOptions)

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.core.http.HttpClient' to 'io.vertx.mutiny.core.http.HttpClientAgent'.

parameter io.smallrye.mutiny.Uni<java.lang.String> io.vertx.mutiny.core.Vertx::deployVerticle(===io.vertx.core.Verticle===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.Verticle' to 'io.vertx.core.Deployable'.

parameter io.smallrye.mutiny.Uni<java.lang.String> io.vertx.mutiny.core.Vertx::deployVerticle(===io.vertx.core.Verticle===, io.vertx.core.DeploymentOptions)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.Verticle' to 'io.vertx.core.Deployable'.

parameter io.smallrye.mutiny.Uni<java.lang.String> io.vertx.mutiny.core.Vertx::deployVerticle(===java.util.function.Supplier<io.vertx.core.Verticle>===, io.vertx.core.DeploymentOptions)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'java.util.function.Supplier<io.vertx.core.Verticle>'while the new type is 'java.util.function.Supplier<? extends io.vertx.core.Deployable>'.

parameter java.lang.String io.vertx.mutiny.core.Vertx::deployVerticleAndAwait(===io.vertx.core.Verticle===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.Verticle' to 'io.vertx.core.Deployable'.

parameter java.lang.String io.vertx.mutiny.core.Vertx::deployVerticleAndAwait(===io.vertx.core.Verticle===, io.vertx.core.DeploymentOptions)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.Verticle' to 'io.vertx.core.Deployable'.

parameter java.lang.String io.vertx.mutiny.core.Vertx::deployVerticleAndAwait(===java.util.function.Supplier<io.vertx.core.Verticle>===, io.vertx.core.DeploymentOptions)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'java.util.function.Supplier<io.vertx.core.Verticle>'while the new type is 'java.util.function.Supplier<? extends io.vertx.core.Deployable>'.

parameter void io.vertx.mutiny.core.Vertx::deployVerticleAndForget(===io.vertx.core.Verticle===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.Verticle' to 'io.vertx.core.Deployable'.

parameter void io.vertx.mutiny.core.Vertx::deployVerticleAndForget(===io.vertx.core.Verticle===, io.vertx.core.DeploymentOptions)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.Verticle' to 'io.vertx.core.Deployable'.

parameter void io.vertx.mutiny.core.Vertx::deployVerticleAndForget(===java.util.function.Supplier<io.vertx.core.Verticle>===, io.vertx.core.DeploymentOptions)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'java.util.function.Supplier<io.vertx.core.Verticle>'while the new type is 'java.util.function.Supplier<? extends io.vertx.core.Deployable>'.

method io.netty.channel.EventLoopGroup io.vertx.mutiny.core.Vertx::nettyEventLoopGroup()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.TimeoutStream io.vertx.mutiny.core.Vertx::periodicStream(long)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.TimeoutStream io.vertx.mutiny.core.Vertx::periodicStream(long, long)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.TimeoutStream io.vertx.mutiny.core.Vertx::timerStream(long)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

class io.vertx.mutiny.core.buffer.Buffer

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.core.cli.CLI

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.core.cli.CommandLine

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.core.datagram.DatagramPacket

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.core.datagram.DatagramSocket

  • Source: BREAKING

  • Binary: BREAKING

error

Class no longer implements interface 'io.vertx.mutiny.core.streams.ReadStream<io.vertx.mutiny.core.datagram.DatagramPacket>'.

class io.vertx.mutiny.core.datagram.DatagramSocket

  • Source: BREAKING

  • Binary: BREAKING

error

Class no longer implements interface 'io.vertx.mutiny.core.streams.StreamBase'.

method io.vertx.mutiny.core.datagram.DatagramSocket io.vertx.mutiny.core.datagram.DatagramSocket::endHandler(java.lang.Runnable)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.datagram.DatagramSocket io.vertx.mutiny.core.datagram.DatagramSocket::fetch(long)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.datagram.DatagramSocket::localAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.datagram.DatagramSocket io.vertx.mutiny.core.datagram.DatagramSocket::pause()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.streams.Pipe<io.vertx.mutiny.core.datagram.DatagramPacket> io.vertx.mutiny.core.datagram.DatagramSocket::pipe()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.datagram.DatagramSocket::pipeTo(io.vertx.mutiny.core.streams.WriteStream<io.vertx.mutiny.core.datagram.DatagramPacket>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.datagram.DatagramSocket::pipeToAndAwait(io.vertx.mutiny.core.streams.WriteStream<io.vertx.mutiny.core.datagram.DatagramPacket>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.datagram.DatagramSocket::pipeToAndForget(io.vertx.mutiny.core.streams.WriteStream<io.vertx.mutiny.core.datagram.DatagramPacket>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.datagram.DatagramSocket io.vertx.mutiny.core.datagram.DatagramSocket::resume()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Iterable<io.vertx.mutiny.core.datagram.DatagramPacket> io.vertx.mutiny.core.datagram.DatagramSocket::toBlockingIterable()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.util.stream.Stream<io.vertx.mutiny.core.datagram.DatagramPacket> io.vertx.mutiny.core.datagram.DatagramSocket::toBlockingStream()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Multi<io.vertx.mutiny.core.datagram.DatagramPacket> io.vertx.mutiny.core.datagram.DatagramSocket::toMulti()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<java.util.List<io.vertx.mutiny.core.dns.MxRecord>> io.vertx.mutiny.core.dns.DnsClient::resolveMX(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<java.util.List<io.vertx.mutiny.core.dns.MxRecord>>' to 'io.smallrye.mutiny.Uni<java.util.List<io.vertx.core.dns.MxRecord>>'.

method java.util.List<io.vertx.mutiny.core.dns.MxRecord> io.vertx.mutiny.core.dns.DnsClient::resolveMXAndAwait(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'java.util.List<io.vertx.mutiny.core.dns.MxRecord>' to 'java.util.List<io.vertx.core.dns.MxRecord>'.

method io.smallrye.mutiny.Uni<java.util.List<io.vertx.mutiny.core.dns.SrvRecord>> io.vertx.mutiny.core.dns.DnsClient::resolveSRV(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<java.util.List<io.vertx.mutiny.core.dns.SrvRecord>>' to 'io.smallrye.mutiny.Uni<java.util.List<io.vertx.core.dns.SrvRecord>>'.

method java.util.List<io.vertx.mutiny.core.dns.SrvRecord> io.vertx.mutiny.core.dns.DnsClient::resolveSRVAndAwait(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'java.util.List<io.vertx.mutiny.core.dns.SrvRecord>' to 'java.util.List<io.vertx.core.dns.SrvRecord>'.

class io.vertx.mutiny.core.dns.MxRecord

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.core.dns.SrvRecord

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

parameter void io.vertx.mutiny.core.eventbus.DeliveryContext<T>::<init>(===io.vertx.core.eventbus.DeliveryContext===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.DeliveryContext’while the new type is 'io.vertx.core.eventbus.DeliveryContext<T>'.

parameter void io.vertx.mutiny.core.eventbus.DeliveryContext<T>::<init>(===io.vertx.core.eventbus.DeliveryContext===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.DeliveryContext’while the new type is 'io.vertx.core.eventbus.DeliveryContext<T>'.

method io.vertx.core.eventbus.DeliveryContext io.vertx.mutiny.core.eventbus.DeliveryContext<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.core.eventbus.DeliveryContext' to 'io.vertx.core.eventbus.DeliveryContext<T>'.

parameter <T> io.vertx.mutiny.core.eventbus.DeliveryContext<T> io.vertx.mutiny.core.eventbus.DeliveryContext<T>::newInstance(===io.vertx.core.eventbus.DeliveryContext===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.DeliveryContext’while the new type is 'io.vertx.core.eventbus.DeliveryContext<T>'.

parameter <T> io.vertx.mutiny.core.eventbus.DeliveryContext<T> io.vertx.mutiny.core.eventbus.DeliveryContext<T>::newInstance(===io.vertx.core.eventbus.DeliveryContext===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.DeliveryContext’while the new type is 'io.vertx.core.eventbus.DeliveryContext<T>'.

parameter void io.vertx.mutiny.core.eventbus.Message<T>::<init>(===io.vertx.core.eventbus.Message===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.Message’while the new type is 'io.vertx.core.eventbus.Message<T>'.

parameter void io.vertx.mutiny.core.eventbus.Message<T>::<init>(===io.vertx.core.eventbus.Message===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.Message’while the new type is 'io.vertx.core.eventbus.Message<T>'.

method io.vertx.core.eventbus.Message io.vertx.mutiny.core.eventbus.Message<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.core.eventbus.Message' to 'io.vertx.core.eventbus.Message<T>'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.eventbus.Message<T>::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter <T> io.vertx.mutiny.core.eventbus.Message<T> io.vertx.mutiny.core.eventbus.Message<T>::newInstance(===io.vertx.core.eventbus.Message===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.Message’while the new type is 'io.vertx.core.eventbus.Message<T>'.

parameter <T> io.vertx.mutiny.core.eventbus.Message<T> io.vertx.mutiny.core.eventbus.Message<T>::newInstance(===io.vertx.core.eventbus.Message===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.Message’while the new type is 'io.vertx.core.eventbus.Message<T>'.

parameter void io.vertx.mutiny.core.eventbus.MessageConsumer<T>::<init>(===io.vertx.core.eventbus.MessageConsumer===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.MessageConsumer’while the new type is 'io.vertx.core.eventbus.MessageConsumer<T>'.

parameter void io.vertx.mutiny.core.eventbus.MessageConsumer<T>::<init>(===io.vertx.core.eventbus.MessageConsumer===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.MessageConsumer’while the new type is 'io.vertx.core.eventbus.MessageConsumer<T>'.

method io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.eventbus.MessageConsumer<T>::completionHandler()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.eventbus.MessageConsumer<T>::completionHandlerAndAwait()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.eventbus.MessageConsumer<T>::completionHandlerAndForget()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.core.eventbus.MessageConsumer io.vertx.mutiny.core.eventbus.MessageConsumer<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.core.eventbus.MessageConsumer' to 'io.vertx.core.eventbus.MessageConsumer<T>'.

method int io.vertx.mutiny.core.eventbus.MessageConsumer<T>::getMaxBufferedMessages()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

parameter <T> io.vertx.mutiny.core.eventbus.MessageConsumer<T> io.vertx.mutiny.core.eventbus.MessageConsumer<T>::newInstance(===io.vertx.core.eventbus.MessageConsumer===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.MessageConsumer’while the new type is 'io.vertx.core.eventbus.MessageConsumer<T>'.

parameter <T> io.vertx.mutiny.core.eventbus.MessageConsumer<T> io.vertx.mutiny.core.eventbus.MessageConsumer<T>::newInstance(===io.vertx.core.eventbus.MessageConsumer===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.MessageConsumer’while the new type is 'io.vertx.core.eventbus.MessageConsumer<T>'.

method io.vertx.mutiny.core.eventbus.MessageConsumer<T> io.vertx.mutiny.core.eventbus.MessageConsumer<T>::setMaxBufferedMessages(int)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

parameter void io.vertx.mutiny.core.eventbus.MessageProducer<T>::<init>(===io.vertx.core.eventbus.MessageProducer===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.MessageProducer’while the new type is 'io.vertx.core.eventbus.MessageProducer<T>'.

parameter void io.vertx.mutiny.core.eventbus.MessageProducer<T>::<init>(===io.vertx.core.eventbus.MessageProducer===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.MessageProducer’while the new type is 'io.vertx.core.eventbus.MessageProducer<T>'.

method io.vertx.core.eventbus.MessageProducer io.vertx.mutiny.core.eventbus.MessageProducer<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.core.eventbus.MessageProducer' to 'io.vertx.core.eventbus.MessageProducer<T>'.

parameter <T> io.vertx.mutiny.core.eventbus.MessageProducer<T> io.vertx.mutiny.core.eventbus.MessageProducer<T>::newInstance(===io.vertx.core.eventbus.MessageProducer===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.MessageProducer’while the new type is 'io.vertx.core.eventbus.MessageProducer<T>'.

parameter <T> io.vertx.mutiny.core.eventbus.MessageProducer<T> io.vertx.mutiny.core.eventbus.MessageProducer<T>::newInstance(===io.vertx.core.eventbus.MessageProducer===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.eventbus.MessageProducer’while the new type is 'io.vertx.core.eventbus.MessageProducer<T>'.

class io.vertx.mutiny.core.file.FileProps

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

method io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.file.FileSystem::deleteRecursive(java.lang.String, boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.

method java.lang.Void io.vertx.mutiny.core.file.FileSystem::deleteRecursiveAndAwait(java.lang.String, boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.

method io.vertx.mutiny.core.file.FileSystem io.vertx.mutiny.core.file.FileSystem::deleteRecursiveAndForget(java.lang.String, boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.

method io.vertx.mutiny.core.file.FileSystem io.vertx.mutiny.core.file.FileSystem::deleteRecursiveBlocking(java.lang.String, boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.file.FileSystemProps> io.vertx.mutiny.core.file.FileSystem::fsProps(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.core.file.FileSystemProps>' to 'io.smallrye.mutiny.Uni<io.vertx.core.file.FileSystemProps>'.

method io.vertx.mutiny.core.file.FileSystemProps io.vertx.mutiny.core.file.FileSystem::fsPropsAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.file.FileSystemProps' to 'io.vertx.core.file.FileSystemProps'.

method io.vertx.mutiny.core.file.FileSystemProps io.vertx.mutiny.core.file.FileSystem::fsPropsBlocking(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.file.FileSystemProps' to 'io.vertx.core.file.FileSystemProps'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.file.FileProps> io.vertx.mutiny.core.file.FileSystem::lprops(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.core.file.FileProps>' to 'io.smallrye.mutiny.Uni<io.vertx.core.file.FileProps>'.

method io.vertx.mutiny.core.file.FileProps io.vertx.mutiny.core.file.FileSystem::lpropsAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.file.FileProps' to 'io.vertx.core.file.FileProps'.

method io.vertx.mutiny.core.file.FileProps io.vertx.mutiny.core.file.FileSystem::lpropsBlocking(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.file.FileProps' to 'io.vertx.core.file.FileProps'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.file.FileProps> io.vertx.mutiny.core.file.FileSystem::props(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Uni<io.vertx.mutiny.core.file.FileProps>' to 'io.smallrye.mutiny.Uni<io.vertx.core.file.FileProps>'.

method io.vertx.mutiny.core.file.FileProps io.vertx.mutiny.core.file.FileSystem::propsAndAwait(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.file.FileProps' to 'io.vertx.core.file.FileProps'.

method io.vertx.mutiny.core.file.FileProps io.vertx.mutiny.core.file.FileSystem::propsBlocking(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.file.FileProps' to 'io.vertx.core.file.FileProps'.

class io.vertx.mutiny.core.file.FileSystemProps

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

method io.vertx.mutiny.core.http.WebSocket io.vertx.mutiny.core.http.WebSocket::fetch(long) @ io.vertx.mutiny.core.http.ClientWebSocket

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.core.http.WebSocket' to 'io.vertx.mutiny.core.http.ClientWebSocket'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.ClientWebSocket::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.ClientWebSocket::localAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.http.WebSocket io.vertx.mutiny.core.http.WebSocket::pause() @ io.vertx.mutiny.core.http.ClientWebSocket

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.core.http.WebSocket' to 'io.vertx.mutiny.core.http.ClientWebSocket'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.ClientWebSocket::remoteAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.http.WebSocket io.vertx.mutiny.core.http.WebSocket::resume() @ io.vertx.mutiny.core.http.ClientWebSocket

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.core.http.WebSocket' to 'io.vertx.mutiny.core.http.ClientWebSocket'.

method io.vertx.mutiny.core.http.WebSocket io.vertx.mutiny.core.http.WebSocket::setWriteQueueMaxSize(int) @ io.vertx.mutiny.core.http.ClientWebSocket

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.core.http.WebSocket' to 'io.vertx.mutiny.core.http.ClientWebSocket'.

parameter io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.http.ClientWebSocket::writeFrame(===io.vertx.mutiny.core.http.WebSocketFrame===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.http.WebSocketFrame' to 'io.vertx.core.http.WebSocketFrame'.

parameter java.lang.Void io.vertx.mutiny.core.http.ClientWebSocket::writeFrameAndAwait(===io.vertx.mutiny.core.http.WebSocketFrame===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.http.WebSocketFrame' to 'io.vertx.core.http.WebSocketFrame'.

parameter io.vertx.mutiny.core.http.ClientWebSocket io.vertx.mutiny.core.http.ClientWebSocket::writeFrameAndForget(===io.vertx.mutiny.core.http.WebSocketFrame===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.http.WebSocketFrame' to 'io.vertx.core.http.WebSocketFrame'.

class io.vertx.mutiny.core.http.Cookie

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.core.http.HttpClient

  • Source: BREAKING

  • Binary: BREAKING

error

Class kind changed from 'class' to 'interface'.

class io.vertx.mutiny.core.http.HttpClient

  • Source: BREAKING

  • Binary: BREAKING

error

Class no longer implements interface 'io.vertx.mutiny.core.metrics.Measured'.

class io.vertx.mutiny.core.http.HttpClient

  • Source: BREAKING

  • Binary: BREAKING

error

Class is now abstract.

field io.vertx.mutiny.core.http.HttpClient.__TYPE_ARG

  • Source: BREAKING

  • Binary: BREAKING

error

Field removed from class.

method void io.vertx.mutiny.core.http.HttpClient::<init>(io.vertx.core.http.HttpClient)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.HttpClient::<init>(java.lang.Object)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.http.HttpClient::close()

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method java.lang.Void io.vertx.mutiny.core.http.HttpClient::closeAndAwait()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.HttpClient::closeAndForget()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.HttpClient io.vertx.mutiny.core.http.HttpClient::connectionHandler(java.util.function.Consumer<io.vertx.mutiny.core.http.HttpConnection>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.core.http.HttpClient io.vertx.mutiny.core.http.HttpClient::getDelegate()

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method boolean io.vertx.mutiny.core.http.HttpClient::isMetricsEnabled()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.HttpClient io.vertx.mutiny.core.http.HttpClient::redirectHandler(java.util.function.Function<io.vertx.mutiny.core.http.HttpClientResponse, io.smallrye.mutiny.Uni<io.vertx.core.http.RequestOptions>>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

null

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method was added to an interface.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.HttpClientRequest> io.vertx.mutiny.core.http.HttpClient::request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.HttpClientRequest> io.vertx.mutiny.core.http.HttpClient::request(io.vertx.core.http.HttpMethod, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.HttpClientRequest> io.vertx.mutiny.core.http.HttpClient::request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.HttpClientRequest> io.vertx.mutiny.core.http.HttpClient::request(io.vertx.core.http.RequestOptions)

  • Source: BREAKING

  • Binary: BREAKING

error

Method now abstract

method io.vertx.mutiny.core.http.HttpClientRequest io.vertx.mutiny.core.http.HttpClient::requestAndAwait(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.HttpClientRequest io.vertx.mutiny.core.http.HttpClient::requestAndAwait(io.vertx.core.http.HttpMethod, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.HttpClientRequest io.vertx.mutiny.core.http.HttpClient::requestAndAwait(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.HttpClientRequest io.vertx.mutiny.core.http.HttpClient::requestAndAwait(io.vertx.core.http.RequestOptions)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.HttpClient::requestAndForget(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.HttpClient::requestAndForget(io.vertx.core.http.HttpMethod, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.HttpClient::requestAndForget(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.HttpClient::requestAndForget(io.vertx.core.http.RequestOptions)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

null

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method was added to an interface.

null

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method was added to an interface.

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

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.core.http.HttpClient::updateSSLOptions(io.vertx.core.net.SSLOptions, boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

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

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Boolean io.vertx.mutiny.core.http.HttpClient::updateSSLOptionsAndAwait(io.vertx.core.net.SSLOptions, boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.HttpClient::updateSSLOptionsAndForget(io.vertx.core.net.SSLOptions)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.HttpClient::updateSSLOptionsAndForget(io.vertx.core.net.SSLOptions, boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.WebSocket> io.vertx.mutiny.core.http.HttpClient::webSocket(int, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.WebSocket> io.vertx.mutiny.core.http.HttpClient::webSocket(io.vertx.core.http.WebSocketConnectOptions)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.WebSocket> io.vertx.mutiny.core.http.HttpClient::webSocket(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.WebSocket> io.vertx.mutiny.core.http.HttpClient::webSocket(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.WebSocket> io.vertx.mutiny.core.http.HttpClient::webSocketAbs(java.lang.String, io.vertx.mutiny.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List<java.lang.String>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.WebSocket io.vertx.mutiny.core.http.HttpClient::webSocketAbsAndAwait(java.lang.String, io.vertx.mutiny.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List<java.lang.String>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.HttpClient::webSocketAbsAndForget(java.lang.String, io.vertx.mutiny.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List<java.lang.String>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.WebSocket io.vertx.mutiny.core.http.HttpClient::webSocketAndAwait(int, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.WebSocket io.vertx.mutiny.core.http.HttpClient::webSocketAndAwait(io.vertx.core.http.WebSocketConnectOptions)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.WebSocket io.vertx.mutiny.core.http.HttpClient::webSocketAndAwait(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.WebSocket io.vertx.mutiny.core.http.HttpClient::webSocketAndAwait(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.HttpClient::webSocketAndForget(int, java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.HttpClient::webSocketAndForget(io.vertx.core.http.WebSocketConnectOptions)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.HttpClient::webSocketAndForget(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.HttpClient::webSocketAndForget(java.lang.String, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.HttpClient io.vertx.mutiny.core.http.HttpClientBuilder::build()

  • Source: NON_BREAKING

  • Binary: BREAKING

error

The return type changed covariantly from 'io.vertx.mutiny.core.http.HttpClient' to 'io.vertx.mutiny.core.http.HttpClientAgent'.

parameter io.vertx.mutiny.core.http.HttpClientRequest io.vertx.mutiny.core.http.HttpClientRequest::authority(===io.vertx.mutiny.core.net.HostAndPort===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.HostAndPort' to 'io.vertx.core.net.HostAndPort'.

method java.lang.String io.vertx.mutiny.core.http.HttpClientRequest::getHost()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method int io.vertx.mutiny.core.http.HttpClientRequest::getPort()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.HttpClientRequest::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method boolean io.vertx.mutiny.core.http.HttpClientRequest::reset()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'boolean' to 'io.smallrye.mutiny.Uni<java.lang.Void>'.

method boolean io.vertx.mutiny.core.http.HttpClientRequest::reset(long)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'boolean' to 'io.smallrye.mutiny.Uni<java.lang.Void>'.

method boolean io.vertx.mutiny.core.http.HttpClientRequest::reset(long, java.lang.Throwable)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'boolean' to 'io.smallrye.mutiny.Uni<java.lang.Void>'.

parameter void io.vertx.mutiny.core.http.HttpClientRequest::sendAndForget(===io.vertx.mutiny.core.streams.ReadStream<io.vertx.mutiny.core.buffer.Buffer>===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.streams.ReadStream<io.vertx.mutiny.core.buffer.Buffer>' to 'io.vertx.core.http.ClientForm'.

parameter void io.vertx.mutiny.core.http.HttpClientRequest::sendAndForget(===java.lang.String===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'java.lang.String' to 'io.vertx.mutiny.core.streams.ReadStream<io.vertx.core.buffer.Buffer>'.

parameter void io.vertx.mutiny.core.http.HttpClientRequest::sendAndForget(===java.util.concurrent.Flow.Publisher<io.vertx.mutiny.core.buffer.Buffer>===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'java.util.concurrent.Flow.Publisher<io.vertx.mutiny.core.buffer.Buffer>' to 'java.lang.String'.

method io.vertx.mutiny.core.http.HttpClientRequest io.vertx.mutiny.core.http.HttpClientRequest::setHost(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.HttpClientRequest io.vertx.mutiny.core.http.HttpClientRequest::setPort(int)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.HttpClientRequest io.vertx.mutiny.core.http.HttpClientRequest::setTimeout(long)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.HttpClientRequest io.vertx.mutiny.core.http.HttpClientRequest::writeCustomFrame(int, int, io.vertx.mutiny.core.buffer.Buffer)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.http.HttpClientRequest' to 'io.smallrye.mutiny.Uni<java.lang.Void>'.

method io.vertx.mutiny.core.http.HttpClientRequest io.vertx.mutiny.core.http.HttpClientRequest::writeCustomFrame(io.vertx.mutiny.core.http.HttpFrame)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.http.HttpClientRequest' to 'io.smallrye.mutiny.Uni<java.lang.Void>'.

parameter io.vertx.mutiny.core.http.HttpClientRequest io.vertx.mutiny.core.http.HttpClientRequest::writeCustomFrame(===io.vertx.mutiny.core.http.HttpFrame===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.http.HttpFrame' to 'io.vertx.core.http.HttpFrame'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.HttpClientResponse::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.HttpClientResponse::trailers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.HttpConnection::localAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.HttpConnection::localAddress(boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.HttpConnection::remoteAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.HttpConnection::remoteAddress(boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.http.HttpConnection::shutdown(long)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.http.HttpConnection::shutdownAndAwait(long)

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.

method void io.vertx.mutiny.core.http.HttpConnection::shutdownAndForget(long)

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.

class io.vertx.mutiny.core.http.HttpFrame

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

field io.vertx.mutiny.core.http.HttpHeaders.DISABLE_HTTP_HEADERS_VALIDATION

  • Source: BREAKING

  • Binary: BREAKING

error

Field removed from class.

field io.vertx.mutiny.core.http.HttpHeaders.DISABLE_HTTP_HEADERS_VALIDATION_PROP_NAME

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Field with constant value has been removed.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.HttpHeaders::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.HttpHeaders::set(java.lang.CharSequence, java.lang.CharSequence)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.HttpHeaders::set(java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.HttpResponseHead::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.HttpServer> io.vertx.mutiny.core.http.HttpServer::listen(===io.vertx.mutiny.core.net.SocketAddress===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.core.http.HttpServer io.vertx.mutiny.core.http.HttpServer::listenAndAwait(===io.vertx.mutiny.core.net.SocketAddress===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.core.http.HttpServer io.vertx.mutiny.core.http.HttpServer::listenAndForget(===io.vertx.mutiny.core.net.SocketAddress===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.streams.ReadStream<io.vertx.mutiny.core.http.HttpServerRequest> io.vertx.mutiny.core.http.HttpServer::requestStream()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.core.http.HttpServer::updateSSLOptions(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ServerSSLOptions'.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.core.http.HttpServer::updateSSLOptions(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ServerSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.core.http.HttpServer::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ServerSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.core.http.HttpServer::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ServerSSLOptions'.

parameter void io.vertx.mutiny.core.http.HttpServer::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ServerSSLOptions'.

parameter void io.vertx.mutiny.core.http.HttpServer::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ServerSSLOptions'.

method void io.vertx.mutiny.core.http.HttpServer::updateTrafficShapingOptions(io.vertx.core.net.TrafficShapingOptions)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'void' to 'io.smallrye.mutiny.Uni<java.lang.Boolean>'.

method io.vertx.mutiny.core.streams.ReadStream<io.vertx.mutiny.core.http.ServerWebSocket> io.vertx.mutiny.core.http.HttpServer::webSocketStream()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

class io.vertx.mutiny.core.http.HttpServerRequest

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Non-final class now inherits from 'io.vertx.mutiny.core.http.HttpRequestHead'.

method io.vertx.mutiny.core.net.HostAndPort io.vertx.mutiny.core.http.HttpServerRequest::authority()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.HostAndPort' to 'io.vertx.core.net.HostAndPort'.

method java.util.Map<java.lang.String, io.vertx.mutiny.core.http.Cookie> io.vertx.mutiny.core.http.HttpServerRequest::cookieMap()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.util.Set<io.vertx.mutiny.core.http.Cookie> io.vertx.mutiny.core.http.HttpServerRequest::cookies()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'java.util.Set<io.vertx.mutiny.core.http.Cookie>' to 'java.util.Set<io.vertx.core.http.Cookie>'.

method java.util.Set<io.vertx.mutiny.core.http.Cookie> io.vertx.mutiny.core.http.HttpServerRequest::cookies(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'java.util.Set<io.vertx.mutiny.core.http.Cookie>' to 'java.util.Set<io.vertx.core.http.Cookie>'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.HttpServerRequest::formAttributes()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.http.Cookie io.vertx.mutiny.core.http.HttpServerRequest::getCookie(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.http.Cookie' to 'io.vertx.core.http.Cookie'.

method io.vertx.mutiny.core.http.Cookie io.vertx.mutiny.core.http.HttpServerRequest::getCookie(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.http.Cookie' to 'io.vertx.core.http.Cookie'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.HttpServerRequest::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method java.lang.String io.vertx.mutiny.core.http.HttpServerRequest::host()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.HttpServerRequest::localAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.HttpServerRequest::params()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.HttpServerRequest::params(boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.HttpServerRequest::remoteAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::addCookie(===io.vertx.mutiny.core.http.Cookie===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.http.Cookie' to 'io.vertx.core.http.Cookie'.

method void io.vertx.mutiny.core.http.HttpServerResponse::close()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.HttpServerResponse::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.HttpServerResponse> io.vertx.mutiny.core.http.HttpServerResponse::push(io.vertx.core.http.HttpMethod, ===java.lang.String===, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'java.lang.String' to 'io.vertx.core.net.HostAndPort'.

parameter io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.HttpServerResponse> io.vertx.mutiny.core.http.HttpServerResponse::push(io.vertx.core.http.HttpMethod, ===io.vertx.mutiny.core.net.HostAndPort===, java.lang.String, io.vertx.mutiny.core.MultiMap)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.HostAndPort' to 'io.vertx.core.net.HostAndPort'.

parameter io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.HttpServerResponse> io.vertx.mutiny.core.http.HttpServerResponse::push(io.vertx.core.http.HttpMethod, io.vertx.mutiny.core.net.HostAndPort, java.lang.String, ===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.HttpServerResponse> io.vertx.mutiny.core.http.HttpServerResponse::push(io.vertx.core.http.HttpMethod, java.lang.String, ===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.http.HttpServerResponse> io.vertx.mutiny.core.http.HttpServerResponse::push(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.mutiny.core.MultiMap)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

parameter io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::pushAndAwait(io.vertx.core.http.HttpMethod, ===java.lang.String===, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'java.lang.String' to 'io.vertx.core.net.HostAndPort'.

parameter io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::pushAndAwait(io.vertx.core.http.HttpMethod, ===io.vertx.mutiny.core.net.HostAndPort===, java.lang.String, io.vertx.mutiny.core.MultiMap)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.HostAndPort' to 'io.vertx.core.net.HostAndPort'.

parameter io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::pushAndAwait(io.vertx.core.http.HttpMethod, io.vertx.mutiny.core.net.HostAndPort, java.lang.String, ===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::pushAndAwait(io.vertx.core.http.HttpMethod, java.lang.String, ===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::pushAndAwait(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.mutiny.core.MultiMap)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

parameter io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::pushAndForget(io.vertx.core.http.HttpMethod, ===java.lang.String===, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'java.lang.String' to 'io.vertx.core.net.HostAndPort'.

parameter io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::pushAndForget(io.vertx.core.http.HttpMethod, ===io.vertx.mutiny.core.net.HostAndPort===, java.lang.String, io.vertx.mutiny.core.MultiMap)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.HostAndPort' to 'io.vertx.core.net.HostAndPort'.

parameter io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::pushAndForget(io.vertx.core.http.HttpMethod, io.vertx.mutiny.core.net.HostAndPort, java.lang.String, ===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::pushAndForget(io.vertx.core.http.HttpMethod, java.lang.String, ===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::pushAndForget(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.mutiny.core.MultiMap)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.Cookie io.vertx.mutiny.core.http.HttpServerResponse::removeCookie(java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.http.Cookie' to 'io.vertx.core.http.Cookie'.

method io.vertx.mutiny.core.http.Cookie io.vertx.mutiny.core.http.HttpServerResponse::removeCookie(java.lang.String, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.http.Cookie' to 'io.vertx.core.http.Cookie'.

method io.vertx.mutiny.core.http.Cookie io.vertx.mutiny.core.http.HttpServerResponse::removeCookie(java.lang.String, java.lang.String, java.lang.String)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.http.Cookie' to 'io.vertx.core.http.Cookie'.

method io.vertx.mutiny.core.http.Cookie io.vertx.mutiny.core.http.HttpServerResponse::removeCookie(java.lang.String, java.lang.String, java.lang.String, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.http.Cookie' to 'io.vertx.core.http.Cookie'.

method java.util.Set<io.vertx.mutiny.core.http.Cookie> io.vertx.mutiny.core.http.HttpServerResponse::removeCookies(java.lang.String)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'java.util.Set<io.vertx.mutiny.core.http.Cookie>' to 'java.util.Set<io.vertx.core.http.Cookie>'.

method java.util.Set<io.vertx.mutiny.core.http.Cookie> io.vertx.mutiny.core.http.HttpServerResponse::removeCookies(java.lang.String, boolean)

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'java.util.Set<io.vertx.mutiny.core.http.Cookie>' to 'java.util.Set<io.vertx.core.http.Cookie>'.

method boolean io.vertx.mutiny.core.http.HttpServerResponse::reset()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'boolean' to 'io.smallrye.mutiny.Uni<java.lang.Void>'.

method boolean io.vertx.mutiny.core.http.HttpServerResponse::reset(long)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'boolean' to 'io.smallrye.mutiny.Uni<java.lang.Void>'.

parameter java.lang.Void io.vertx.mutiny.core.http.HttpServerResponse::sendFileAndAwait(===java.lang.String===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'java.lang.String' to 'java.io.RandomAccessFile'.

method java.lang.Void io.vertx.mutiny.core.http.HttpServerResponse::sendFileAndAwait(java.lang.String, long)

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.

method java.lang.Void io.vertx.mutiny.core.http.HttpServerResponse::sendFileAndAwait(java.lang.String, long, long)

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.HttpServerResponse::trailers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::writeContinue()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.http.HttpServerResponse' to 'io.smallrye.mutiny.Uni<java.lang.Void>'.

method io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::writeCustomFrame(int, int, io.vertx.mutiny.core.buffer.Buffer)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.http.HttpServerResponse' to 'io.smallrye.mutiny.Uni<java.lang.Void>'.

method io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::writeCustomFrame(io.vertx.mutiny.core.http.HttpFrame)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.http.HttpServerResponse' to 'io.smallrye.mutiny.Uni<java.lang.Void>'.

parameter io.vertx.mutiny.core.http.HttpServerResponse io.vertx.mutiny.core.http.HttpServerResponse::writeCustomFrame(===io.vertx.mutiny.core.http.HttpFrame===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.http.HttpFrame' to 'io.vertx.core.http.HttpFrame'.

parameter io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.http.HttpServerResponse::writeEarlyHints(===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter java.lang.Void io.vertx.mutiny.core.http.HttpServerResponse::writeEarlyHintsAndAwait(===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter void io.vertx.mutiny.core.http.HttpServerResponse::writeEarlyHintsAndForget(===io.vertx.mutiny.core.MultiMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

class io.vertx.mutiny.core.http.ServerWebSocket

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Non-final class now inherits from 'io.vertx.mutiny.core.http.WebSocket'.

method void io.vertx.mutiny.core.http.ServerWebSocket::accept()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.net.HostAndPort io.vertx.mutiny.core.http.ServerWebSocket::authority()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.HostAndPort' to 'io.vertx.core.net.HostAndPort'.

method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.ServerWebSocket::binaryMessageHandler(java.util.function.Consumer<io.vertx.mutiny.core.buffer.Buffer>)

  • 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.MultiMap io.vertx.mutiny.core.http.ServerWebSocket::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method java.lang.String io.vertx.mutiny.core.http.ServerWebSocket::host()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.ServerWebSocket::localAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.ServerWebSocket::pongHandler(java.util.function.Consumer<io.vertx.mutiny.core.buffer.Buffer>)

  • 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 void io.vertx.mutiny.core.http.ServerWebSocket::reject()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.ServerWebSocket::reject(int)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.ServerWebSocket::remoteAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.smallrye.mutiny.Uni<java.lang.Integer> io.vertx.mutiny.core.http.ServerWebSocket::setHandshake(io.smallrye.mutiny.Uni<java.lang.Integer>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Integer io.vertx.mutiny.core.http.ServerWebSocket::setHandshakeAndAwait(io.smallrye.mutiny.Uni<java.lang.Integer>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.ServerWebSocket::setHandshakeAndForget(io.smallrye.mutiny.Uni<java.lang.Integer>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.ServerWebSocket::textMessageHandler(java.util.function.Consumer<java.lang.String>)

  • 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'.

parameter io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.http.ServerWebSocket::writeFrame(===io.vertx.mutiny.core.http.WebSocketFrame===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.http.WebSocketFrame' to 'io.vertx.core.http.WebSocketFrame'.

parameter java.lang.Void io.vertx.mutiny.core.http.ServerWebSocket::writeFrameAndAwait(===io.vertx.mutiny.core.http.WebSocketFrame===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.http.WebSocketFrame' to 'io.vertx.core.http.WebSocketFrame'.

parameter io.vertx.mutiny.core.http.ServerWebSocket io.vertx.mutiny.core.http.ServerWebSocket::writeFrameAndForget(===io.vertx.mutiny.core.http.WebSocketFrame===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.http.WebSocketFrame' to 'io.vertx.core.http.WebSocketFrame'.

method io.vertx.mutiny.core.net.HostAndPort io.vertx.mutiny.core.http.ServerWebSocketHandshake::authority()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.HostAndPort' to 'io.vertx.core.net.HostAndPort'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.ServerWebSocketHandshake::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.ServerWebSocketHandshake::localAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.ServerWebSocketHandshake::remoteAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.WebSocket::binaryMessageHandler(java.util.function.Consumer<io.vertx.mutiny.core.buffer.Buffer>)

  • 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.MultiMap io.vertx.mutiny.core.http.WebSocket::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.WebSocket::localAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.WebSocket::pongHandler(java.util.function.Consumer<io.vertx.mutiny.core.buffer.Buffer>)

  • 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.net.SocketAddress io.vertx.mutiny.core.http.WebSocket::remoteAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.WebSocket::textMessageHandler(java.util.function.Consumer<java.lang.String>)

  • 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'.

parameter io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.http.WebSocket::writeFrame(===io.vertx.mutiny.core.http.WebSocketFrame===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.http.WebSocketFrame' to 'io.vertx.core.http.WebSocketFrame'.

parameter java.lang.Void io.vertx.mutiny.core.http.WebSocket::writeFrameAndAwait(===io.vertx.mutiny.core.http.WebSocketFrame===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.http.WebSocketFrame' to 'io.vertx.core.http.WebSocketFrame'.

parameter io.vertx.mutiny.core.http.WebSocket io.vertx.mutiny.core.http.WebSocket::writeFrameAndForget(===io.vertx.mutiny.core.http.WebSocketFrame===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.http.WebSocketFrame' to 'io.vertx.core.http.WebSocketFrame'.

field io.vertx.mutiny.core.http.WebSocketBase.TYPE_ARG_0

  • Source: BREAKING

  • Binary: BREAKING

error

Field removed from class.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::closeAndAwait()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::closeAndAwait(short)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::closeAndAwait(short, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.WebSocketBase::closeAndForget()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.WebSocketBase::closeAndForget(short)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.WebSocketBase::closeAndForget(short, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::endAndAwait()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::endAndAwait(io.vertx.mutiny.core.buffer.Buffer)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.WebSocketBase::endAndForget()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.WebSocketBase::endAndForget(io.vertx.mutiny.core.buffer.Buffer)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.core.http.WebSocketBase::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.WebSocketBase::localAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::pipeToAndAwait(io.vertx.mutiny.core.streams.WriteStream<io.vertx.mutiny.core.buffer.Buffer>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.WebSocketBase::pipeToAndForget(io.vertx.mutiny.core.streams.WriteStream<io.vertx.mutiny.core.buffer.Buffer>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.http.WebSocketBase::remoteAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

null

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method was added to an interface.

null

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method was added to an interface.

null

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method was added to an interface.

null

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method was added to an interface.

null

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method was added to an interface.

null

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method was added to an interface.

null

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Method was added to an interface.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::writeAndAwait(io.vertx.mutiny.core.buffer.Buffer)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.http.WebSocketBase::writeAndForget(io.vertx.mutiny.core.buffer.Buffer)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::writeBinaryMessageAndAwait(io.vertx.mutiny.core.buffer.Buffer)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.WebSocketBase::writeBinaryMessageAndForget(io.vertx.mutiny.core.buffer.Buffer)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::writeFinalBinaryFrameAndAwait(io.vertx.mutiny.core.buffer.Buffer)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.WebSocketBase::writeFinalBinaryFrameAndForget(io.vertx.mutiny.core.buffer.Buffer)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::writeFinalTextFrameAndAwait(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.WebSocketBase::writeFinalTextFrameAndForget(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

parameter io.smallrye.mutiny.Uni<java.lang.Void> io.vertx.mutiny.core.http.WebSocketBase::writeFrame(===io.vertx.mutiny.core.http.WebSocketFrame===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.http.WebSocketFrame' to 'io.vertx.core.http.WebSocketFrame'.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::writeFrameAndAwait(io.vertx.mutiny.core.http.WebSocketFrame)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.WebSocketBase::writeFrameAndForget(io.vertx.mutiny.core.http.WebSocketFrame)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::writePingAndAwait(io.vertx.mutiny.core.buffer.Buffer)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

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

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::writePongAndAwait(io.vertx.mutiny.core.buffer.Buffer)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

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

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.http.WebSocketBase::writeTextMessageAndAwait(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.core.http.WebSocketBase io.vertx.mutiny.core.http.WebSocketBase::writeTextMessageAndForget(java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.core.http.WebSocketClient::updateSSLOptions(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.core.http.WebSocketClient::updateSSLOptions(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.core.http.WebSocketClient::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.core.http.WebSocketClient::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter void io.vertx.mutiny.core.http.WebSocketClient::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter void io.vertx.mutiny.core.http.WebSocketClient::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

class io.vertx.mutiny.core.http.WebSocketFrame

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.core.net.HostAndPort

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

parameter io.smallrye.mutiny.Uni<io.vertx.mutiny.core.net.NetSocket> io.vertx.mutiny.core.net.NetClient::connect(===io.vertx.mutiny.core.net.SocketAddress===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.ConnectOptions'.

method io.smallrye.mutiny.Uni<io.vertx.mutiny.core.net.NetSocket> io.vertx.mutiny.core.net.NetClient::connect(io.vertx.mutiny.core.net.SocketAddress, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.

parameter io.vertx.mutiny.core.net.NetSocket io.vertx.mutiny.core.net.NetClient::connectAndAwait(===io.vertx.mutiny.core.net.SocketAddress===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.ConnectOptions'.

method io.vertx.mutiny.core.net.NetSocket io.vertx.mutiny.core.net.NetClient::connectAndAwait(io.vertx.mutiny.core.net.SocketAddress, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.

parameter io.vertx.mutiny.core.net.NetClient io.vertx.mutiny.core.net.NetClient::connectAndForget(===io.vertx.mutiny.core.net.SocketAddress===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.ConnectOptions'.

method io.vertx.mutiny.core.net.NetClient io.vertx.mutiny.core.net.NetClient::connectAndForget(io.vertx.mutiny.core.net.SocketAddress, java.lang.String)

  • Source: BREAKING

  • Binary: BREAKING

error

The number of parameters of the method have changed.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.core.net.NetClient::updateSSLOptions(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.core.net.NetClient::updateSSLOptions(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.core.net.NetClient::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.core.net.NetClient::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter void io.vertx.mutiny.core.net.NetClient::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

parameter void io.vertx.mutiny.core.net.NetClient::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ClientSSLOptions'.

method io.vertx.mutiny.core.streams.ReadStream<io.vertx.mutiny.core.net.NetSocket> io.vertx.mutiny.core.net.NetServer::connectStream()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

parameter io.smallrye.mutiny.Uni<io.vertx.mutiny.core.net.NetServer> io.vertx.mutiny.core.net.NetServer::listen(===io.vertx.mutiny.core.net.SocketAddress===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.core.net.NetServer io.vertx.mutiny.core.net.NetServer::listenAndAwait(===io.vertx.mutiny.core.net.SocketAddress===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.vertx.mutiny.core.net.NetServer io.vertx.mutiny.core.net.NetServer::listenAndForget(===io.vertx.mutiny.core.net.SocketAddress===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.core.net.NetServer::updateSSLOptions(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ServerSSLOptions'.

parameter io.smallrye.mutiny.Uni<java.lang.Boolean> io.vertx.mutiny.core.net.NetServer::updateSSLOptions(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ServerSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.core.net.NetServer::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ServerSSLOptions'.

parameter java.lang.Boolean io.vertx.mutiny.core.net.NetServer::updateSSLOptionsAndAwait(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ServerSSLOptions'.

parameter void io.vertx.mutiny.core.net.NetServer::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ServerSSLOptions'.

parameter void io.vertx.mutiny.core.net.NetServer::updateSSLOptionsAndForget(===io.vertx.core.net.SSLOptions===, boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.core.net.SSLOptions' to 'io.vertx.core.net.ServerSSLOptions'.

method void io.vertx.mutiny.core.net.NetServer::updateTrafficShapingOptions(io.vertx.core.net.TrafficShapingOptions)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'void' to 'io.smallrye.mutiny.Uni<java.lang.Boolean>'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.net.NetSocket::localAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.net.NetSocket::localAddress(boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.net.NetSocket::remoteAddress()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.core.net.SocketAddress io.vertx.mutiny.core.net.NetSocket::remoteAddress(boolean)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

parameter java.lang.Void io.vertx.mutiny.core.net.NetSocket::upgradeToSslAndAwait(===java.lang.String===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'java.lang.String' to 'io.vertx.core.buffer.Buffer'.

class io.vertx.mutiny.core.net.SelfSignedCertificate

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.core.net.SocketAddress

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.core.parsetools.JsonEvent

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.core.parsetools.JsonParser

  • Source: BREAKING

  • Binary: BREAKING

error

Class no longer implements interface 'java.util.function.Consumer<io.vertx.mutiny.core.buffer.Buffer>'.

class io.vertx.mutiny.core.parsetools.JsonParser

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Super type’s type parameters changed from 'io.vertx.mutiny.core.streams.ReadStream<io.vertx.mutiny.core.parsetools.JsonEvent>' to 'io.vertx.mutiny.core.streams.ReadStream<io.vertx.core.parsetools.JsonEvent>'.

method io.vertx.mutiny.core.streams.Pipe<io.vertx.mutiny.core.parsetools.JsonEvent> io.vertx.mutiny.core.parsetools.JsonParser::pipe()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.mutiny.core.streams.Pipe<io.vertx.mutiny.core.parsetools.JsonEvent>' to 'io.vertx.mutiny.core.streams.Pipe<io.vertx.core.parsetools.JsonEvent>'.

method java.lang.Iterable<io.vertx.mutiny.core.parsetools.JsonEvent> io.vertx.mutiny.core.parsetools.JsonParser::toBlockingIterable()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'java.lang.Iterable<io.vertx.mutiny.core.parsetools.JsonEvent>' to 'java.lang.Iterable<io.vertx.core.parsetools.JsonEvent>'.

method java.util.stream.Stream<io.vertx.mutiny.core.parsetools.JsonEvent> io.vertx.mutiny.core.parsetools.JsonParser::toBlockingStream()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'java.util.stream.Stream<io.vertx.mutiny.core.parsetools.JsonEvent>' to 'java.util.stream.Stream<io.vertx.core.parsetools.JsonEvent>'.

method io.smallrye.mutiny.Multi<io.vertx.mutiny.core.parsetools.JsonEvent> io.vertx.mutiny.core.parsetools.JsonParser::toMulti()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.smallrye.mutiny.Multi<io.vertx.mutiny.core.parsetools.JsonEvent>' to 'io.smallrye.mutiny.Multi<io.vertx.core.parsetools.JsonEvent>'.

class io.vertx.mutiny.core.parsetools.RecordParser

  • Source: BREAKING

  • Binary: BREAKING

error

Class no longer implements interface 'java.util.function.Consumer<io.vertx.mutiny.core.buffer.Buffer>'.

parameter void io.vertx.mutiny.core.shareddata.AsyncMap<K, V>::<init>(===io.vertx.core.shareddata.AsyncMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.shareddata.AsyncMap’while the new type is 'io.vertx.core.shareddata.AsyncMap<K, V>'.

parameter void io.vertx.mutiny.core.shareddata.AsyncMap<K, V>::<init>(===io.vertx.core.shareddata.AsyncMap===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.shareddata.AsyncMap’while the new type is 'io.vertx.core.shareddata.AsyncMap<K, V>'.

method io.vertx.core.shareddata.AsyncMap io.vertx.mutiny.core.shareddata.AsyncMap<K, V>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.core.shareddata.AsyncMap' to 'io.vertx.core.shareddata.AsyncMap<K, V>'.

parameter <K, V> io.vertx.mutiny.core.shareddata.AsyncMap<K, V> io.vertx.mutiny.core.shareddata.AsyncMap<K, V>::newInstance(===io.vertx.core.shareddata.AsyncMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.shareddata.AsyncMap’while the new type is 'io.vertx.core.shareddata.AsyncMap<K, V>'.

parameter <K, V> io.vertx.mutiny.core.shareddata.AsyncMap<K, V> io.vertx.mutiny.core.shareddata.AsyncMap<K, V>::newInstance(===io.vertx.core.shareddata.AsyncMap===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.shareddata.AsyncMap’while the new type is 'io.vertx.core.shareddata.AsyncMap<K, V>'.

parameter void io.vertx.mutiny.core.shareddata.LocalMap<K, V>::<init>(===io.vertx.core.shareddata.LocalMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.shareddata.LocalMap’while the new type is 'io.vertx.core.shareddata.LocalMap<K, V>'.

parameter void io.vertx.mutiny.core.shareddata.LocalMap<K, V>::<init>(===io.vertx.core.shareddata.LocalMap===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.shareddata.LocalMap’while the new type is 'io.vertx.core.shareddata.LocalMap<K, V>'.

method io.vertx.core.shareddata.LocalMap io.vertx.mutiny.core.shareddata.LocalMap<K, V>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.core.shareddata.LocalMap' to 'io.vertx.core.shareddata.LocalMap<K, V>'.

parameter <K, V> io.vertx.mutiny.core.shareddata.LocalMap<K, V> io.vertx.mutiny.core.shareddata.LocalMap<K, V>::newInstance(===io.vertx.core.shareddata.LocalMap===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.shareddata.LocalMap’while the new type is 'io.vertx.core.shareddata.LocalMap<K, V>'.

parameter <K, V> io.vertx.mutiny.core.shareddata.LocalMap<K, V> io.vertx.mutiny.core.shareddata.LocalMap<K, V>::newInstance(===io.vertx.core.shareddata.LocalMap===, io.smallrye.mutiny.vertx.TypeArg<K>, io.smallrye.mutiny.vertx.TypeArg<V>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.shareddata.LocalMap’while the new type is 'io.vertx.core.shareddata.LocalMap<K, V>'.

parameter void io.vertx.mutiny.core.streams.Pipe<T>::<init>(===io.vertx.core.streams.Pipe===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.streams.Pipe’while the new type is 'io.vertx.core.streams.Pipe<T>'.

parameter void io.vertx.mutiny.core.streams.Pipe<T>::<init>(===io.vertx.core.streams.Pipe===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.streams.Pipe’while the new type is 'io.vertx.core.streams.Pipe<T>'.

method io.vertx.core.streams.Pipe io.vertx.mutiny.core.streams.Pipe<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.core.streams.Pipe' to 'io.vertx.core.streams.Pipe<T>'.

parameter <T> io.vertx.mutiny.core.streams.Pipe<T> io.vertx.mutiny.core.streams.Pipe<T>::newInstance(===io.vertx.core.streams.Pipe===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.streams.Pipe’while the new type is 'io.vertx.core.streams.Pipe<T>'.

parameter <T> io.vertx.mutiny.core.streams.Pipe<T> io.vertx.mutiny.core.streams.Pipe<T>::newInstance(===io.vertx.core.streams.Pipe===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.streams.Pipe’while the new type is 'io.vertx.core.streams.Pipe<T>'.

class io.vertx.mutiny.core.streams.Pump

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

parameter <T> io.vertx.mutiny.core.streams.ReadStream<T> io.vertx.mutiny.core.streams.ReadStream<T>::newInstance(===io.vertx.core.streams.ReadStream===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.streams.ReadStream’while the new type is 'io.vertx.core.streams.ReadStream<T>'.

parameter <T> io.vertx.mutiny.core.streams.ReadStream<T> io.vertx.mutiny.core.streams.ReadStream<T>::newInstance(===io.vertx.core.streams.ReadStream===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.streams.ReadStream’while the new type is 'io.vertx.core.streams.ReadStream<T>'.

method java.lang.Void io.vertx.mutiny.core.streams.ReadStream<T>::pipeToAndAwait(io.vertx.mutiny.core.streams.WriteStream<T>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.streams.ReadStream<T>::pipeToAndForget(io.vertx.mutiny.core.streams.WriteStream<T>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.smallrye.mutiny.Multi<T> io.vertx.mutiny.core.streams.ReadStream<T>::toMulti()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.streams.WriteStream<T>::endAndAwait()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.lang.Void io.vertx.mutiny.core.streams.WriteStream<T>::endAndAwait(T)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.streams.WriteStream<T>::endAndForget()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.streams.WriteStream<T>::endAndForget(T)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

parameter <T> io.vertx.mutiny.core.streams.WriteStream<T> io.vertx.mutiny.core.streams.WriteStream<T>::newInstance(===io.vertx.core.streams.WriteStream===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.streams.WriteStream’while the new type is 'io.vertx.core.streams.WriteStream<T>'.

parameter <T> io.vertx.mutiny.core.streams.WriteStream<T> io.vertx.mutiny.core.streams.WriteStream<T>::newInstance(===io.vertx.core.streams.WriteStream===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.core.streams.WriteStream’while the new type is 'io.vertx.core.streams.WriteStream<T>'.

method java.lang.Void io.vertx.mutiny.core.streams.WriteStream<T>::writeAndAwait(T)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.core.streams.WriteStream<T>::writeAndForget(T)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.


Incompatible changes in vertx-mutiny-web-validation

Element Classification Criticality Description

method io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder io.vertx.mutiny.ext.web.validation.ValidationHandler::builder(io.vertx.mutiny.json.schema.SchemaParser)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

parameter io.vertx.ext.web.validation.impl.body.BodyProcessor io.vertx.mutiny.ext.web.validation.builder.BodyProcessorFactory::create(===io.vertx.mutiny.json.schema.SchemaParser===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.json.schema.SchemaParser' to 'io.vertx.json.schema.SchemaRepository'.

parameter io.vertx.ext.web.validation.impl.parameter.ParameterProcessor io.vertx.mutiny.ext.web.validation.builder.ParameterProcessorFactory::create(io.vertx.ext.web.validation.impl.ParameterLocation, ===io.vertx.mutiny.json.schema.SchemaParser===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.json.schema.SchemaParser' to 'io.vertx.json.schema.SchemaRepository'.

parameter io.vertx.ext.web.validation.impl.parameter.ParameterProcessor io.vertx.mutiny.ext.web.validation.builder.StyledParameterProcessorFactory::create(io.vertx.ext.web.validation.impl.ParameterLocation, ===io.vertx.mutiny.json.schema.SchemaParser===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.json.schema.SchemaParser' to 'io.vertx.json.schema.SchemaRepository'.

parameter io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder::create(===io.vertx.mutiny.json.schema.SchemaParser===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.json.schema.SchemaParser' to 'io.vertx.json.schema.SchemaRepository'.


Incompatible changes in vertx-mutiny-tcp-eventbus-bridge

Element Classification Criticality Description

method void io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent::complete(java.lang.Boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method boolean io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent::tryComplete(java.lang.Boolean)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.


Incompatible changes in vertx-mutiny-sql-client-templates

Element Classification Criticality Description

parameter void io.vertx.mutiny.sqlclient.templates.RowMapper<T>::<init>(===io.vertx.sqlclient.templates.RowMapper===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.sqlclient.templates.RowMapper’while the new type is 'io.vertx.sqlclient.templates.RowMapper<T>'.

parameter void io.vertx.mutiny.sqlclient.templates.RowMapper<T>::<init>(===io.vertx.sqlclient.templates.RowMapper===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.sqlclient.templates.RowMapper’while the new type is 'io.vertx.sqlclient.templates.RowMapper<T>'.

method io.vertx.sqlclient.templates.RowMapper io.vertx.mutiny.sqlclient.templates.RowMapper<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.sqlclient.templates.RowMapper' to 'io.vertx.sqlclient.templates.RowMapper<T>'.

parameter <T> io.vertx.mutiny.sqlclient.templates.RowMapper<T> io.vertx.mutiny.sqlclient.templates.RowMapper<T>::newInstance(===io.vertx.sqlclient.templates.RowMapper===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.sqlclient.templates.RowMapper’while the new type is 'io.vertx.sqlclient.templates.RowMapper<T>'.

parameter <T> io.vertx.mutiny.sqlclient.templates.RowMapper<T> io.vertx.mutiny.sqlclient.templates.RowMapper<T>::newInstance(===io.vertx.sqlclient.templates.RowMapper===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.sqlclient.templates.RowMapper’while the new type is 'io.vertx.sqlclient.templates.RowMapper<T>'.

parameter void io.vertx.mutiny.sqlclient.templates.SqlTemplate<I, R>::<init>(===io.vertx.sqlclient.templates.SqlTemplate===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.sqlclient.templates.SqlTemplate’while the new type is 'io.vertx.sqlclient.templates.SqlTemplate<I, R>'.

parameter void io.vertx.mutiny.sqlclient.templates.SqlTemplate<I, R>::<init>(===io.vertx.sqlclient.templates.SqlTemplate===, io.smallrye.mutiny.vertx.TypeArg<I>, io.smallrye.mutiny.vertx.TypeArg<R>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.sqlclient.templates.SqlTemplate’while the new type is 'io.vertx.sqlclient.templates.SqlTemplate<I, R>'.

method io.vertx.sqlclient.templates.SqlTemplate io.vertx.mutiny.sqlclient.templates.SqlTemplate<I, R>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.sqlclient.templates.SqlTemplate' to 'io.vertx.sqlclient.templates.SqlTemplate<I, R>'.

parameter <I, R> io.vertx.mutiny.sqlclient.templates.SqlTemplate<I, R> io.vertx.mutiny.sqlclient.templates.SqlTemplate<I, R>::newInstance(===io.vertx.sqlclient.templates.SqlTemplate===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.sqlclient.templates.SqlTemplate’while the new type is 'io.vertx.sqlclient.templates.SqlTemplate<I, R>'.

parameter <I, R> io.vertx.mutiny.sqlclient.templates.SqlTemplate<I, R> io.vertx.mutiny.sqlclient.templates.SqlTemplate<I, R>::newInstance(===io.vertx.sqlclient.templates.SqlTemplate===, io.smallrye.mutiny.vertx.TypeArg<I>, io.smallrye.mutiny.vertx.TypeArg<R>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.sqlclient.templates.SqlTemplate’while the new type is 'io.vertx.sqlclient.templates.SqlTemplate<I, R>'.

parameter void io.vertx.mutiny.sqlclient.templates.TupleMapper<T>::<init>(===io.vertx.sqlclient.templates.TupleMapper===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.sqlclient.templates.TupleMapper’while the new type is 'io.vertx.sqlclient.templates.TupleMapper<T>'.

parameter void io.vertx.mutiny.sqlclient.templates.TupleMapper<T>::<init>(===io.vertx.sqlclient.templates.TupleMapper===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.sqlclient.templates.TupleMapper’while the new type is 'io.vertx.sqlclient.templates.TupleMapper<T>'.

method io.vertx.sqlclient.templates.TupleMapper io.vertx.mutiny.sqlclient.templates.TupleMapper<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.sqlclient.templates.TupleMapper' to 'io.vertx.sqlclient.templates.TupleMapper<T>'.

parameter <T> io.vertx.mutiny.sqlclient.templates.TupleMapper<T> io.vertx.mutiny.sqlclient.templates.TupleMapper<T>::newInstance(===io.vertx.sqlclient.templates.TupleMapper===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.sqlclient.templates.TupleMapper’while the new type is 'io.vertx.sqlclient.templates.TupleMapper<T>'.

parameter <T> io.vertx.mutiny.sqlclient.templates.TupleMapper<T> io.vertx.mutiny.sqlclient.templates.TupleMapper<T>::newInstance(===io.vertx.sqlclient.templates.TupleMapper===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.sqlclient.templates.TupleMapper’while the new type is 'io.vertx.sqlclient.templates.TupleMapper<T>'.


Incompatible changes in vertx-mutiny-web-templ-pebble

Element Classification Criticality Description

parameter io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine::create(io.vertx.mutiny.core.Vertx, ===com.mitchellbosecke.pebble.PebbleEngine===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'com.mitchellbosecke.pebble.PebbleEngine' to 'io.pebbletemplates.pebble.PebbleEngine'.

parameter io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine::create(io.vertx.mutiny.core.Vertx, java.lang.String, ===com.mitchellbosecke.pebble.PebbleEngine===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'com.mitchellbosecke.pebble.PebbleEngine' to 'io.pebbletemplates.pebble.PebbleEngine'.


Incompatible changes in vertx-mutiny-web-graphql

Element Classification Criticality Description

class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

parameter void io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C>::<init>(===io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext’while the new type is 'io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C>'.

parameter void io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C>::<init>(===io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext===, io.smallrye.mutiny.vertx.TypeArg<C>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext’while the new type is 'io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C>'.

method io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext' to 'io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C>'.

parameter <C> io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C> io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C>::newInstance(===io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext’while the new type is 'io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C>'.

parameter <C> io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C> io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C>::newInstance(===io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext===, io.smallrye.mutiny.vertx.TypeArg<C>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext’while the new type is 'io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C>'.

method io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler::beforeExecute(java.util.function.Consumer<io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext<io.vertx.mutiny.ext.web.RoutingContext>>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler::dataLoaderRegistry(java.util.function.Function<io.vertx.mutiny.ext.web.RoutingContext, org.dataloader.DataLoaderRegistry>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.RoutingContext io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler::getRoutingContext(graphql.GraphQLContext)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler::locale(java.util.function.Function<io.vertx.mutiny.ext.web.RoutingContext, java.util.Locale>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler::queryContext(java.util.function.Function<io.vertx.mutiny.ext.web.RoutingContext, java.lang.Object>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler

  • Source: BREAKING

  • Binary: BREAKING

error

Class no longer implements interface 'java.util.function.Consumer<io.vertx.mutiny.ext.web.RoutingContext>'.

method void io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler::accept(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method java.util.function.Consumer<T> java.util.function.Consumer<T>::andThen(java.util.function.Consumer<? super T>) @ io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler::create()

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler::create(io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler::graphiQLRequestHeaders(java.util.function.Function<io.vertx.mutiny.ext.web.RoutingContext, io.vertx.mutiny.core.MultiMap>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method void io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler::handle(io.vertx.mutiny.ext.web.RoutingContext)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader<K, V>

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader<K, V>

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxDataFetcher<T>

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher

  • Source: BREAKING

  • Binary: BREAKING

error

Class was removed.

method void io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent::complete(java.lang.Object)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method boolean io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent::tryComplete(java.lang.Object)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler::beforeExecute(java.util.function.Consumer<io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext<io.vertx.mutiny.ext.web.handler.graphql.ws.Message>>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler::connectionInitHandler(java.util.function.Consumer<io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler::endHandler(java.util.function.Consumer<io.vertx.mutiny.core.http.ServerWebSocket>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler::messageHandler(java.util.function.Consumer<io.vertx.mutiny.ext.web.handler.graphql.ws.Message>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.


Element Classification Criticality Description

class io.vertx.mutiny.ext.web.sstore.cookie.CookieSessionStore

  • Source: POTENTIALLY_BREAKING

  • Binary: POTENTIALLY_BREAKING

error

Class inherits from 'io.vertx.mutiny.ext.web.sstore.SessionStore' which was not found in the supplied archives of the old API. Analysis may be incorrect.

field io.vertx.mutiny.ext.web.sstore.cookie.CookieSessionStore.DEFAULT_SESSIONID_LENGTH

  • Source: BREAKING

  • Binary: NON_BREAKING

error

Field with constant value has been removed.


Incompatible changes in vertx-mutiny-web-common

Element Classification Criticality Description

parameter void io.vertx.mutiny.ext.web.codec.BodyCodec<T>::<init>(===io.vertx.ext.web.codec.BodyCodec===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.codec.BodyCodec’while the new type is 'io.vertx.ext.web.codec.BodyCodec<T>'.

parameter void io.vertx.mutiny.ext.web.codec.BodyCodec<T>::<init>(===io.vertx.ext.web.codec.BodyCodec===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.codec.BodyCodec’while the new type is 'io.vertx.ext.web.codec.BodyCodec<T>'.

method <T> io.vertx.mutiny.ext.web.codec.BodyCodec<T> io.vertx.mutiny.ext.web.codec.BodyCodec<T>::create(java.util.function.Function<io.vertx.mutiny.core.buffer.Buffer, T>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

method io.vertx.ext.web.codec.BodyCodec io.vertx.mutiny.ext.web.codec.BodyCodec<T>::getDelegate()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'io.vertx.ext.web.codec.BodyCodec' to 'io.vertx.ext.web.codec.BodyCodec<T>'.

parameter <T> io.vertx.mutiny.ext.web.codec.BodyCodec<T> io.vertx.mutiny.ext.web.codec.BodyCodec<T>::newInstance(===io.vertx.ext.web.codec.BodyCodec===)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.codec.BodyCodec’while the new type is 'io.vertx.ext.web.codec.BodyCodec<T>'.

parameter <T> io.vertx.mutiny.ext.web.codec.BodyCodec<T> io.vertx.mutiny.ext.web.codec.BodyCodec<T>::newInstance(===io.vertx.ext.web.codec.BodyCodec===, io.smallrye.mutiny.vertx.TypeArg<T>)

  • Source: POTENTIALLY_BREAKING

  • Binary: NON_BREAKING

error

The type parameter of method parameter changed. The original type was 'io.vertx.ext.web.codec.BodyCodec’while the new type is 'io.vertx.ext.web.codec.BodyCodec<T>'.

method <T> T io.vertx.mutiny.ext.web.common.template.TemplateEngine::unwrap()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The return type changed from 'T' to 'java.lang.Object'.

method <T> T io.vertx.mutiny.ext.web.common.template.TemplateEngine::unwrap()

  • Source: BREAKING

  • Binary: NON_BREAKING

error

The formal type parameter 'T' was removed from the element.


Incompatible changes in vertx-mutiny-http-proxy

Element Classification Criticality Description

parameter io.vertx.mutiny.httpproxy.HttpProxy io.vertx.mutiny.httpproxy.HttpProxy::origin(===io.vertx.mutiny.core.net.SocketAddress===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.SocketAddress' to 'io.vertx.core.net.SocketAddress'.

method io.vertx.mutiny.httpproxy.HttpProxy io.vertx.mutiny.httpproxy.HttpProxy::originSelector(java.util.function.Function<io.vertx.mutiny.core.http.HttpServerRequest, io.smallrye.mutiny.Uni<io.vertx.mutiny.core.net.SocketAddress>>)

  • Source: BREAKING

  • Binary: BREAKING

error

Method was removed.

interface io.vertx.mutiny.httpproxy.ProxyInterceptor

  • Source: BREAKING

  • Binary: BREAKING

error

Class kind changed from 'interface' to 'class'.

field io.vertx.mutiny.httpproxy.ProxyInterceptor.TYPE_ARG_0

  • Source: BREAKING

  • Binary: BREAKING

error

Field removed from class.

method io.vertx.mutiny.core.net.HostAndPort io.vertx.mutiny.httpproxy.ProxyRequest::getAuthority()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.net.HostAndPort' to 'io.vertx.core.net.HostAndPort'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.httpproxy.ProxyRequest::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.

parameter io.vertx.mutiny.httpproxy.ProxyRequest io.vertx.mutiny.httpproxy.ProxyRequest::setAuthority(===io.vertx.mutiny.core.net.HostAndPort===)

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The type of the parameter changed from 'io.vertx.mutiny.core.net.HostAndPort' to 'io.vertx.core.net.HostAndPort'.

method io.vertx.mutiny.core.MultiMap io.vertx.mutiny.httpproxy.ProxyResponse::headers()

  • Source: POTENTIALLY_BREAKING

  • Binary: BREAKING

error

The return type changed from 'io.vertx.mutiny.core.MultiMap' to 'io.vertx.core.MultiMap'.