Merge branch '2.4.x'
This commit is contained in:
@@ -32,7 +32,7 @@ import org.springframework.util.Assert;
|
||||
* @author Julien Dubois
|
||||
* @author Alexandre Dutra
|
||||
* @since 2.0.0
|
||||
* @deprecated since 2.4 for removal in 2.6 in favor of
|
||||
* @deprecated since 2.4.0 for removal in 2.6.0 in favor of
|
||||
* {@link CassandraDriverHealthIndicator}
|
||||
*/
|
||||
@Deprecated
|
||||
|
||||
@@ -31,7 +31,7 @@ import org.springframework.util.Assert;
|
||||
*
|
||||
* @author Artsiom Yudovin
|
||||
* @since 2.1.0
|
||||
* @deprecated since 2.4 for removal in 2.6 in favor of
|
||||
* @deprecated since 2.4.0 for removal in 2.6.0 in favor of
|
||||
* {@link CassandraDriverHealthIndicator}
|
||||
*/
|
||||
@Deprecated
|
||||
|
||||
@@ -56,7 +56,7 @@ public class InvocationContext {
|
||||
* @param securityContext the current security context. Never {@code null}
|
||||
* @param arguments the arguments available to the operation. Never {@code null}
|
||||
* @since 2.2.0
|
||||
* @deprecated since 2.5 for removal in 2.7 in favor of
|
||||
* @deprecated since 2.5.0 for removal in 2.7.0 in favor of
|
||||
* {@link #InvocationContext(SecurityContext, Map, OperationArgumentResolver[])}
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -98,7 +98,7 @@ public class InvocationContext {
|
||||
/**
|
||||
* Return the security context to use for the invocation.
|
||||
* @return the security context
|
||||
* @deprecated since 2.5 for removal in 2.7 in favor of
|
||||
* @deprecated since 2.5.0 for removal in 2.7.0 in favor of
|
||||
* {@link #resolveArgument(Class)}
|
||||
*/
|
||||
@Deprecated
|
||||
|
||||
@@ -66,7 +66,7 @@ public enum ApiVersion implements Producible<ApiVersion> {
|
||||
* will be deduced based on the {@code Accept} header.
|
||||
* @param headers the HTTP headers
|
||||
* @return the API version to use
|
||||
* @deprecated since 2.5 for removal in 2.7 in favor of direct injection with
|
||||
* @deprecated since 2.5.0 for removal in 2.7.0 in favor of direct injection with
|
||||
* resolution via the {@link ProducibleOperationArgumentResolver}.
|
||||
*/
|
||||
@Deprecated
|
||||
|
||||
@@ -172,7 +172,7 @@ public final class WebFluxTags {
|
||||
* @param exchange the exchange
|
||||
* @return the outcome tag derived from the response status
|
||||
* @since 2.1.0
|
||||
* @deprecated since 2.5 for removal in 2.7 in favor of
|
||||
* @deprecated since 2.5.0 for removal in 2.7.0 in favor of
|
||||
* {@link #outcome(ServerWebExchange, Throwable)}
|
||||
*/
|
||||
@Deprecated
|
||||
|
||||
Reference in New Issue
Block a user