Remove deprecated 2.2 code
See gh-19699
This commit is contained in:
committed by
Stephane Nicoll
parent
2e32cb2af1
commit
8f102aee68
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2019 the original author or authors.
|
||||
* Copyright 2012-2020 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -25,13 +25,6 @@ package org.springframework.boot.actuate.endpoint.http;
|
||||
*/
|
||||
public final class ActuatorMediaType {
|
||||
|
||||
/**
|
||||
* Constant for the Actuator V1 media type.
|
||||
* @deprecated since 2.2.0 as the v1 format is no longer supported
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String V1_JSON = "application/vnd.spring-boot.actuator.v1+json";
|
||||
|
||||
/**
|
||||
* Constant for the Actuator {@link ApiVersion#V2 v2} media type.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user