Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionas of Spring Framework 6.2.4, in favor of
AotContextLoader.loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints)
; to be removed in Spring Framework 8.0as of Spring Framework 6.2.4, in favor ofAbstractDelegatingSmartContextLoader.loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints)
; to be removed in Spring Framework 8.0as of Spring Framework 6.2.4, in favor ofAbstractGenericContextLoader.loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints)
; to be removed in Spring Framework 8.0as of Spring Framework 6.2.4, in favor ofAbstractGenericWebContextLoader.loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints)
; to be removed in Spring Framework 8.0in favor of callingString.formatted(Object...)
upfrontuse ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.
-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionas of Spring Framework 6.2.4, in favor of
AotContextLoader.loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints)
; to be removed in Spring Framework 8.0as of Spring Framework 6.0, in favor of methods defined in theSmartContextLoader
SPIas of Spring Framework 6.0, in favor of methods defined in theSmartContextLoader
SPIsince 6.1 in favor ofMergedContextConfiguration.getPropertySourceDescriptors()
as of Spring Framework 6.2.4, in favor ofAbstractDelegatingSmartContextLoader.loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints)
; to be removed in Spring Framework 8.0as of Spring Framework 6.0, in favor ofAbstractGenericContextLoader.loadContext(MergedContextConfiguration)
as of Spring Framework 6.2.4, in favor ofAbstractGenericContextLoader.loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints)
; to be removed in Spring Framework 8.0as of Spring Framework 6.2.4, in favor ofAbstractGenericWebContextLoader.loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints)
; to be removed in Spring Framework 8.0in favor ofMockMvcRequestBuilders.request(HttpMethod, URI)
use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.
-
Deprecated Constructors