Deprecate for removal Jackson 2 support
This commit deprecate for removal (likely in a future 7.x release) the Jackson 2 support in favor of the Jackson 3 one. Closes gh-33798
This commit is contained in:
@@ -43,6 +43,7 @@ import org.springframework.http.converter.json.Jackson2ObjectMapperBuilder;
|
||||
* @see AbstractJackson2Encoder
|
||||
*/
|
||||
@BenchmarkMode(Mode.Throughput)
|
||||
@SuppressWarnings("removal")
|
||||
public class Jackson2JsonEncoderBenchmark {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user