Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update javadoc of Jackson-based decoders to reflect 2.14 baseline #29508

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -52,9 +52,9 @@
import org.springframework.util.MimeType;

/**
* Abstract base class for Jackson 2.9 decoding, leveraging non-blocking parsing.
* Abstract base class for Jackson 2.14 decoding, leveraging non-blocking parsing.
*
* <p>Compatible with Jackson 2.9.7 and higher.
* <p>Compatible with Jackson 2.14, as of Spring 6.0.
*
* @author Sebastien Deleuze
* @author Rossen Stoyanchev
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2020 the original author or authors.
* Copyright 2002-2022 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.
Expand Down Expand Up @@ -35,7 +35,7 @@
import org.springframework.util.MimeTypeUtils;

/**
* Decode a byte stream into JSON and convert to Object's with Jackson 2.9,
* Decode a byte stream into JSON and convert to Object's with Jackson 2.14,
* leveraging non-blocking parsing.
*
* @author Sebastien Deleuze
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2018 the original author or authors.
* Copyright 2002-2022 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.
Expand All @@ -24,7 +24,7 @@
import org.springframework.util.MimeType;

/**
* Decode a byte stream into Smile and convert to Object's with Jackson 2.9,
* Decode a byte stream into Smile and convert to Object's with Jackson 2.14,
* leveraging non-blocking parsing.
*
* @author Sebastien Deleuze
Expand Down