JApiCmp-Report
Old:n.a.
New:n.a.
Created:2020-12-09T07:17:32.146+0100
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
UNCHANGED (!)org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration
UNCHANGED (!)org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
MODIFIED (*)org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
MODIFIEDorg.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
MODIFIED (!)org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
MODIFIED (!)org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
MODIFIEDorg.springframework.web.socket.server.support.OriginHandshakeInterceptor
MODIFIEDorg.springframework.web.socket.sockjs.support.AbstractSockJsService
UNCHANGED (!)org.springframework.web.socket.sockjs.transport.handler.DefaultSockJsService
UNCHANGED (!)org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
UNCHANGED (!) public class org.springframework.web.socket.config.annotation.DelegatingWebSocketConfigurationtop
Compatibility Changes:
Change
METHOD_REMOVED_IN_SUPERCLASS
Annotations:
Status:Fully Qualified Name:Elements:
MODIFIEDorg.springframework.context.annotation.Configuration
Status:Name:Old element values:New element values:
NEWproxyBeanMethodsfalse
UNCHANGED (!) public class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfigurationtop
Compatibility Changes:
Change
METHOD_REMOVED_IN_SUPERCLASS
Annotations:
Status:Fully Qualified Name:Elements:
MODIFIEDorg.springframework.context.annotation.Configuration
Status:Name:Old element values:New element values:
NEWproxyBeanMethodsfalse
MODIFIED (*) public abstract interface org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistrationtop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
NEW (*)public abstract org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistrationsetAllowedOriginPatterns(java.lang.String[])n.a.
Change
METHOD_ADDED_TO_INTERFACE
Old fileNew file
n.a.n.a.
MODIFIED public class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistrationtop
Interfaces:
StatusInterfaceCompatibility Changes:
UNCHANGED (*)org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistrationn.a.
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
NEWpublic org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistrationsetAllowedOriginPatterns(java.lang.String[])n.a.n.a.
Old fileNew file
n.a.104
MODIFIED (!) public class org.springframework.web.socket.config.annotation.WebSocketConfigurationSupporttop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
REMOVED (!)public org.springframework.web.servlet.HandlerMappingwebSocketHandlerMapping()
Annotations:
Status:Fully Qualified Name:Elements:
REMOVEDorg.springframework.context.annotation.Beann.a.
n.a.
Change
METHOD_REMOVED
Old fileNew file
43n.a.
NEWpublic org.springframework.web.servlet.HandlerMappingwebSocketHandlerMapping(org.springframework.scheduling.TaskScheduler)
Annotations:
Status:Fully Qualified Name:Elements:
NEWorg.springframework.context.annotation.Beann.a.
n.a.n.a.
Old fileNew file
n.a.44
MODIFIED (!) public abstract class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupporttop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
REMOVED (!)public org.springframework.web.servlet.HandlerMappingstompWebSocketHandlerMapping()
Annotations:
Status:Fully Qualified Name:Elements:
REMOVEDorg.springframework.context.annotation.Beann.a.
n.a.
Change
METHOD_REMOVED
Old fileNew file
74n.a.
NEWpublic org.springframework.web.servlet.HandlerMappingstompWebSocketHandlerMapping(org.springframework.web.socket.WebSocketHandler, org.springframework.scheduling.TaskScheduler)
Annotations:
Status:Fully Qualified Name:Elements:
NEWorg.springframework.context.annotation.Beann.a.
n.a.n.a.
Old fileNew file
n.a.81
REMOVED (!)public org.springframework.web.socket.WebSocketHandlersubProtocolWebSocketHandler()
Annotations:
Status:Fully Qualified Name:Elements:
REMOVEDorg.springframework.context.annotation.Beann.a.
n.a.
Change
METHOD_REMOVED
Old fileNew file
87n.a.
NEWpublic org.springframework.web.socket.WebSocketHandlersubProtocolWebSocketHandler(org.springframework.messaging.support.AbstractSubscribableChannel, org.springframework.messaging.support.AbstractSubscribableChannel)
Annotations:
Status:Fully Qualified Name:Elements:
NEWorg.springframework.context.annotation.Beann.a.
n.a.n.a.
Old fileNew file
n.a.95
REMOVED (!)public org.springframework.web.socket.config.WebSocketMessageBrokerStatswebSocketMessageBrokerStats()
Annotations:
Status:Fully Qualified Name:Elements:
REMOVEDorg.springframework.context.annotation.Beann.a.
n.a.
Change
METHOD_REMOVED
Old fileNew file
119n.a.
NEWpublic org.springframework.web.socket.config.WebSocketMessageBrokerStatswebSocketMessageBrokerStats(org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler, org.springframework.web.socket.WebSocketHandler, org.springframework.core.task.TaskExecutor, org.springframework.core.task.TaskExecutor, org.springframework.scheduling.TaskScheduler)
Annotations:
Status:Fully Qualified Name:Elements:
NEWorg.springframework.context.annotation.Beann.a.
n.a.n.a.
Old fileNew file
n.a.129
MODIFIED public class org.springframework.web.socket.server.support.OriginHandshakeInterceptortop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
NEWpublic java.util.CollectiongetAllowedOriginPatterns()n.a.n.a.
Old fileNew file
n.a.112
NEWpublic voidsetAllowedOriginPatterns(java.util.Collection)n.a.n.a.
Old fileNew file
n.a.102
MODIFIED public abstract class org.springframework.web.socket.sockjs.support.AbstractSockJsServicetop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
NEWpublic java.util.CollectiongetAllowedOriginPatterns()n.a.n.a.
Old fileNew file
n.a.361
NEWpublic voidsetAllowedOriginPatterns(java.util.Collection)n.a.n.a.
Old fileNew file
n.a.350
UNCHANGED (!) public class org.springframework.web.socket.sockjs.transport.handler.DefaultSockJsServicetop
Compatibility Changes:
Change
FIELD_REMOVED_IN_SUPERCLASS
UNCHANGED (!) public class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsServicetop
Compatibility Changes:
Change
FIELD_REMOVED_IN_SUPERCLASS