Commit d9ce30b1 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.3.x' into 2.4.x

See gh-25825
parents a0f51699 8b6eef6f
...@@ -110,7 +110,7 @@ public class CachingOperationInvoker implements OperationInvoker { ...@@ -110,7 +110,7 @@ public class CachingOperationInvoker implements OperationInvoker {
* @param timeToLive the maximum time in milliseconds that a response can be cached * @param timeToLive the maximum time in milliseconds that a response can be cached
* @return a caching version of the invoker or the original instance if caching is not * @return a caching version of the invoker or the original instance if caching is not
* required * required
* @deprecated as of 2.3 to make package-private in 2.4 * @deprecated since 2.3 for removal in 2.5
*/ */
@Deprecated @Deprecated
public static OperationInvoker apply(OperationInvoker invoker, long timeToLive) { public static OperationInvoker apply(OperationInvoker invoker, long timeToLive) {
......
...@@ -25,7 +25,7 @@ import org.elasticsearch.client.RestClientBuilder; ...@@ -25,7 +25,7 @@ import org.elasticsearch.client.RestClientBuilder;
* *
* @author Brian Clozel * @author Brian Clozel
* @since 2.1.0 * @since 2.1.0
* @deprecated as of 2.3.1 for removal in 2.5 in favor of * @deprecated since 2.3.1 for removal in 2.5 in favor of
* {@link org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer} * {@link org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer}
*/ */
@FunctionalInterface @FunctionalInterface
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment