We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95155c8 commit e91a327Copy full SHA for e91a327
III. Using Spring Boot/20.2.6 Known limitations.md
@@ -1 +1,5 @@
1
###20.2.6 已知限制
2
+
3
+重启功能不能跟使用标准`ObjectInputStream`反序列化的对象工作,如果需要反序列化数据,你可能需要使用Spring的`ConfigurableObjectInputStream`,并结合`Thread.currentThread().getContextClassLoader()`。
4
5
+不幸的是,一些第三方库反序列化时没有考虑上下文类加载器,如果发现这样的问题,你需要让原作者给处理下。
0 commit comments