mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
clear jackson TypeFactory cache
GitOrigin-RevId: 036b3d06e75a107faf1c4d902ee57c5c3a27db62
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7b283e662e
commit
129e2aa074
@@ -1,6 +1,7 @@
|
||||
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package com.intellij.ide.plugins
|
||||
|
||||
import com.fasterxml.jackson.databind.type.TypeFactory
|
||||
import com.intellij.configurationStore.StoreUtil.Companion.saveDocumentsAndProjectsAndApp
|
||||
import com.intellij.configurationStore.jdomSerializer
|
||||
import com.intellij.configurationStore.runInAutoSaveDisabledMode
|
||||
@@ -321,6 +322,7 @@ object DynamicPlugins {
|
||||
}
|
||||
jdomSerializer.clearSerializationCaches()
|
||||
BeanBinding.clearSerializationCaches()
|
||||
TypeFactory.defaultInstance().clearCache()
|
||||
Disposer.clearDisposalTraces() // ensure we don't have references to plugin classes in disposal backtraces
|
||||
|
||||
if (disable) {
|
||||
|
||||
Reference in New Issue
Block a user