Merge branch '5.3.x'
# Conflicts: # spring-core/src/main/java/org/springframework/util/SerializationUtils.java
This commit is contained in:
commit
02d3e00d33
|
|
@ -30,13 +30,14 @@ import org.springframework.lang.Nullable;
|
|||
* <a href="https://docs.oracle.com/en/java/javase/17/docs/specs/serialization/"
|
||||
* target="_blank">Java Object Serialization</a>.
|
||||
*
|
||||
* <p>These utilities should be used with caution. See
|
||||
* <p><strong>WARNING</strong>: These utilities should be used with caution. See
|
||||
* <a href="https://www.oracle.com/java/technologies/javase/seccodeguide.html#8"
|
||||
* target="_blank">Secure Coding Guidelines for the Java Programming Language</a>
|
||||
* for details.
|
||||
*
|
||||
* @author Dave Syer
|
||||
* @author Loïc Ledoyen
|
||||
* @author Sam Brannen
|
||||
* @since 3.0.5
|
||||
*/
|
||||
public abstract class SerializationUtils {
|
||||
|
|
|
|||
Loading…
Reference in New Issue