JApiCmp-Report
Old:n.a.
New:n.a.
Created:2022-07-28T10:56:41.220+0200
Access modifier filter:PUBLIC
Only modifications:true
Only binary incompatible modifications:false
Ignore missing classes:false
Includes:all
Excludes:n.a.
Semantic Versioning:n.a.
Classes:
StatusFully Qualified Name
MODIFIEDorg.springframework.web.servlet.config.annotation.PathMatchConfigurer
UNCHANGEDorg.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
UNCHANGEDorg.springframework.web.servlet.handler.AbstractHandlerMapping
UNCHANGEDorg.springframework.web.servlet.handler.AbstractUrlHandlerMapping
MODIFIEDorg.springframework.web.servlet.i18n.AbstractLocaleContextResolver
MODIFIEDorg.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
MODIFIEDorg.springframework.web.servlet.i18n.CookieLocaleResolver
UNCHANGED (!)org.springframework.web.servlet.i18n.FixedLocaleResolver
MODIFIED (!)org.springframework.web.servlet.i18n.SessionLocaleResolver
MODIFIEDorg.springframework.web.servlet.LocaleContextResolver
MODIFIEDorg.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
MODIFIEDorg.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
UNCHANGEDorg.springframework.web.servlet.mvc.method.RequestMappingInfo$BuilderConfiguration
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
MODIFIED public class org.springframework.web.servlet.config.annotation.PathMatchConfigurertop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic org.springframework.web.servlet.config.annotation.PathMatchConfigurersetUseTrailingSlashMatch(java.lang.Boolean)
Annotations:
Status:Fully Qualified Name:Elements:
NEWjava.lang.Deprecatedn.a.
n.a.
Change
ANNOTATION_DEPRECATED_ADDED
Old fileNew file
97116
UNCHANGED public class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupporttop
Annotations:
Status:Fully Qualified Name:Elements:
NEWorg.springframework.context.annotation.ImportRuntimeHints
Status:Name:Old element values:New element values:
NEWvalueorg.springframework.web.bind.annotation.WebAnnotationsRuntimeHintsRegistrar
UNCHANGED public abstract class org.springframework.web.servlet.handler.AbstractHandlerMappingtop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic voidsetAlwaysUseFullPath(boolean)
Annotations:
Status:Fully Qualified Name:Elements:
NEWjava.lang.Deprecatedn.a.
n.a.
Change
ANNOTATION_DEPRECATED_ADDED
Old fileNew file
182186
UNCHANGEDpublic voidsetRemoveSemicolonContent(boolean)
Annotations:
Status:Fully Qualified Name:Elements:
NEWjava.lang.Deprecatedn.a.
n.a.
Change
ANNOTATION_DEPRECATED_ADDED
Old fileNew file
210216
UNCHANGEDpublic voidsetUrlDecode(boolean)
Annotations:
Status:Fully Qualified Name:Elements:
NEWjava.lang.Deprecatedn.a.
n.a.
Change
ANNOTATION_DEPRECATED_ADDED
Old fileNew file
196201
UNCHANGED public abstract class org.springframework.web.servlet.handler.AbstractUrlHandlerMappingtop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic voidsetUseTrailingSlashMatch(boolean)
Annotations:
Status:Fully Qualified Name:Elements:
NEWjava.lang.Deprecatedn.a.
n.a.
Change
ANNOTATION_DEPRECATED_ADDED
Old fileNew file
109112
MODIFIED public abstract class org.springframework.web.servlet.i18n.AbstractLocaleContextResolvertop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
REMOVEDpublic java.util.LocaleresolveLocale(jakarta.servlet.http.HttpServletRequest)n.a.n.a.
Old fileNew file
65n.a.
REMOVEDpublic voidsetLocale(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, java.util.Locale)n.a.n.a.
Old fileNew file
71n.a.
MODIFIED public class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolvertop
Superclass:
StatusSuperclassCompatibility Changes:
MODIFIEDorg.springframework.web.servlet.i18n.AbstractLocaleResolver(<- java.lang.Object)
Change
SUPERCLASS_ADDED
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
REMOVEDpublic java.util.LocalegetDefaultLocale()
Annotations:
Status:Fully Qualified Name:Elements:
REMOVEDorg.springframework.lang.Nullablen.a.
n.a.n.a.
Old fileNew file
92n.a.
REMOVEDpublic voidsetDefaultLocale(java.util.Locale)n.a.n.a.
Old fileNew file
82n.a.
MODIFIED public class org.springframework.web.servlet.i18n.CookieLocaleResolvertop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
NEWpublic voidsetDefaultLocaleFunction(java.util.function.Function)n.a.
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old fileNew file
n.a.211
NEWpublic voidsetDefaultTimeZoneFunction(java.util.function.Function)n.a.
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old fileNew file
n.a.225
UNCHANGED (!) public class org.springframework.web.servlet.i18n.FixedLocaleResolvertop
Compatibility Changes:
Change
METHOD_REMOVED_IN_SUPERCLASS
MODIFIED (!) public class org.springframework.web.servlet.i18n.SessionLocaleResolvertop
Compatibility Changes:
Change
METHOD_REMOVED_IN_SUPERCLASS
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
NEWpublic voidsetDefaultLocaleFunction(java.util.function.Function)n.a.
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old fileNew file
n.a.131
NEWpublic voidsetDefaultTimeZoneFunction(java.util.function.Function)n.a.
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old fileNew file
n.a.145
MODIFIED public abstract interface org.springframework.web.servlet.LocaleContextResolvertop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
NEWpublic java.util.LocaleresolveLocale(jakarta.servlet.http.HttpServletRequest)n.a.n.a.
Old fileNew file
n.a.92
NEWpublic voidsetLocale(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, java.util.Locale)n.a.n.a.
Old fileNew file
n.a.110
MODIFIED public class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMappingtop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
NEWpublic voidsetPatternParser(org.springframework.web.util.pattern.PathPatternParser)n.a.
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old fileNew file
n.a.99
UNCHANGEDpublic voidsetUseTrailingSlashMatch(boolean)
Annotations:
Status:Fully Qualified Name:Elements:
NEWjava.lang.Deprecatedn.a.
n.a.
Change
ANNOTATION_DEPRECATED_ADDED
Old fileNew file
136150
MODIFIED public abstract class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandlertop
UNCHANGED static public class org.springframework.web.servlet.mvc.method.RequestMappingInfo$BuilderConfigurationtop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic voidsetTrailingSlashMatch(boolean)
Annotations:
Status:Fully Qualified Name:Elements:
NEWjava.lang.Deprecatedn.a.
n.a.
Change
ANNOTATION_DEPRECATED_ADDED
Old fileNew file
955959
UNCHANGEDpublic booleanuseTrailingSlashMatch()
Annotations:
Status:Fully Qualified Name:Elements:
NEWjava.lang.Deprecatedn.a.
n.a.
Change
ANNOTATION_DEPRECATED_ADDED
Old fileNew file
962968