Binary compatibility report for the Wicket library between 6.7.0 and 6.8.0 versions
Test Info
Library Name | Wicket |
Version #1 | 6.7.0 |
Version #2 | 6.8.0 |
Test Results
Total Java ARchives | 21 |
---|
Total Methods / Classes | 11420 / 1748 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 24 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 3 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 3 |
Added Methods (24)
wicket-core-6.8.0.jar, AjaxRequestAttributes.class
package org.apache.wicket.ajax.attributes
AjaxRequestAttributes.getEventPropagation ( ) : AjaxRequestAttributes.EventPropagation
[mangled: org/apache/wicket/ajax/attributes/AjaxRequestAttributes.getEventPropagation:()Lorg/apache/wicket/ajax/attributes/AjaxRequestAttributes$EventPropagation;]
AjaxRequestAttributes.setEventPropagation ( AjaxRequestAttributes.EventPropagation eventPropagation ) : AjaxRequestAttributes
[mangled: org/apache/wicket/ajax/attributes/AjaxRequestAttributes.setEventPropagation:(Lorg/apache/wicket/ajax/attributes/AjaxRequestAttributes$EventPropagation;)Lorg/apache/wicket/ajax/attributes/AjaxRequestAttributes;]
wicket-core-6.8.0.jar, Component.class
package org.apache.wicket
Component.clearOriginalDestination ( ) : void
[mangled: org/apache/wicket/Component.clearOriginalDestination:()V]
wicket-core-6.8.0.jar, CookieCollection.class
package org.apache.wicket.protocol.http.mock
CookieCollection.add ( Cookie cookie ) : void
[mangled: org/apache/wicket/protocol/http/mock/CookieCollection.add:(Ljavax/servlet/http/Cookie;)V]
CookieCollection.addAll ( Cookie[ ] cookies ) : void
[mangled: org/apache/wicket/protocol/http/mock/CookieCollection.addAll:([Ljavax/servlet/http/Cookie;)V]
CookieCollection.addAll ( List cookies ) : void
[mangled: org/apache/wicket/protocol/http/mock/CookieCollection.addAll:(Ljava/util/List;)V]
CookieCollection.allAsList ( ) : List
[mangled: org/apache/wicket/protocol/http/mock/CookieCollection.allAsList:()Ljava/util/List;]
CookieCollection.asList ( ) : List
[mangled: org/apache/wicket/protocol/http/mock/CookieCollection.asList:()Ljava/util/List;]
CookieCollection.CookieCollection ( )
[mangled: org/apache/wicket/protocol/http/mock/CookieCollection."<init>":()V]
CookieCollection.expiredAsList ( ) : List
[mangled: org/apache/wicket/protocol/http/mock/CookieCollection.expiredAsList:()Ljava/util/List;]
wicket-core-6.8.0.jar, Cookies.class
package org.apache.wicket.protocol.http.mock
Cookies.isExpired ( Cookie cookie ) [static] : boolean
[mangled: org/apache/wicket/protocol/http/mock/Cookies.isExpired:(Ljavax/servlet/http/Cookie;)Z]
Cookies.keyOf ( Cookie cookie ) [static] : Cookies.Key
[mangled: org/apache/wicket/protocol/http/mock/Cookies.keyOf:(Ljavax/servlet/http/Cookie;)Lorg/apache/wicket/protocol/http/mock/Cookies$Key;]
wicket-core-6.8.0.jar, EventPropagation.class
package org.apache.wicket.ajax.attributes
AjaxRequestAttributes.EventPropagation.valueOf ( String name ) [static] : AjaxRequestAttributes.EventPropagation
[mangled: org/apache/wicket/ajax/attributes/AjaxRequestAttributes.EventPropagation.valueOf:(Ljava/lang/String;)Lorg/apache/wicket/ajax/attributes/AjaxRequestAttributes$EventPropagation;]
AjaxRequestAttributes.EventPropagation.values ( ) [static] : AjaxRequestAttributes.EventPropagation[ ]
[mangled: org/apache/wicket/ajax/attributes/AjaxRequestAttributes.EventPropagation.values:()[Lorg/apache/wicket/ajax/attributes/AjaxRequestAttributes$EventPropagation;]
wicket-core-6.8.0.jar, FilteringHeaderResponse.class
package org.apache.wicket.markup.head.filter
FilteringHeaderResponse.FilteringHeaderResponse ( IHeaderResponse response )
[mangled: org/apache/wicket/markup/head/filter/FilteringHeaderResponse."<init>":(Lorg/apache/wicket/markup/head/IHeaderResponse;)V]
wicket-core-6.8.0.jar, Key.class
package org.apache.wicket.protocol.http.mock
Cookies.Key.Cookies.Key ( Cookie cookie )
[mangled: org/apache/wicket/protocol/http/mock/Cookies.Key."<init>":(Ljavax/servlet/http/Cookie;)V]
Cookies.Key.equals ( Object obj ) : boolean
[mangled: org/apache/wicket/protocol/http/mock/Cookies.Key.equals:(Ljava/lang/Object;)Z]
Cookies.Key.hashCode ( ) : int
[mangled: org/apache/wicket/protocol/http/mock/Cookies.Key.hashCode:()I]
Cookies.Key.toString ( ) : String
[mangled: org/apache/wicket/protocol/http/mock/Cookies.Key.toString:()Ljava/lang/String;]
wicket-core-6.8.0.jar, ModelIteratorAdapter.class
package org.apache.wicket.markup.repeater.util
ModelIteratorAdapter.ModelIteratorAdapter ( Iterable iterable )
[mangled: org/apache/wicket/markup/repeater/util/ModelIteratorAdapter."<init>":(Ljava/lang/Iterable;)V]
wicket-core-6.8.0.jar, PageRequestHandlerTracker.class
package org.apache.wicket.request.cycle
PageRequestHandlerTracker.onExceptionRequestHandlerResolved ( RequestCycle cycle, IRequestHandler handler, Exception exception ) : void
[mangled: org/apache/wicket/request/cycle/PageRequestHandlerTracker.onExceptionRequestHandlerResolved:(Lorg/apache/wicket/request/cycle/RequestCycle;Lorg/apache/wicket/request/IRequestHandler;Ljava/lang/Exception;)V]
wicket-core-6.8.0.jar, StringResourceModel.class
package org.apache.wicket.model
StringResourceModel.detach ( ) : void
[mangled: org/apache/wicket/model/StringResourceModel.detach:()V]
wicket-extensions-6.8.0.jar, AutoCompleteSettings.class
package org.apache.wicket.extensions.ajax.markup.html.autocomplete
AutoCompleteSettings.getIgnoreBordersWhenPositioning ( ) : boolean
[mangled: org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteSettings.getIgnoreBordersWhenPositioning:()Z]
AutoCompleteSettings.setIgnoreBordersWhenPositioning ( boolean ignoreBordersWhenPositioning ) : AutoCompleteSettings
[mangled: org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteSettings.setIgnoreBordersWhenPositioning:(Z)Lorg/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteSettings;]
to the top
Problems with Data Types, Low Severity (3)
wicket-core-6.7.0.jar
package org.apache.wicket.model
[+] StringResourceModel (2)
| Change | Effect |
---|
1 | Method onDetach ( ) has been moved up type hierarchy to onDetach ( ) | Method onDetach ( ) will be called instead of onDetach ( ) in a client program. |
2 | Method detach ( ) has been overridden by detach ( ) | Method detach ( ) will be called instead of detach ( ) in a client program. |
[+] affected methods (2)
detach ( )Method 'detach ( )' will be called instead of this method in a client program.
onDetach ( )Method 'onDetach ( )' will be called instead of this method in a client program.
package org.apache.wicket.request.cycle
[+] PageRequestHandlerTracker (1)
| Change | Effect |
---|
1 | Method onExceptionRequestHandlerResolved ( RequestCycle, IRequestHandler, Exception ) has been overridden by onExceptionRequestHandlerResolved ( RequestCycle, IRequestHandler, Exception ) | Method onExceptionRequestHandlerResolved ( RequestCycle, IRequestHandler, Exception ) will be called instead of onExceptionRequestHandlerResolved ( RequestCycle, IRequestHandler, Exception ) in a client program. |
[+] affected methods (1)
onExceptionRequestHandlerResolved ( RequestCycle, IRequestHandler, Exception )Method 'onExceptionRequestHandlerResolved ( RequestCycle, IRequestHandler, Exception )' will be called instead of this method in a client program.
to the top
Other Changes in Data Types (3)
wicket-core-6.7.0.jar
package org.apache.wicket.ajax.attributes
[+] AjaxAttributeName (1)
| Change | Effect |
---|
1 | Field EVENT_PROPAGATION has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
jsonName ( )This method is from 'AjaxAttributeName' class.
toString ( )This method is from 'AjaxAttributeName' class.
valueOf ( String )This method is from 'AjaxAttributeName' class.
values ( )This method is from 'AjaxAttributeName' class.
package org.apache.wicket.markup.head.filter
[+] FilteringHeaderResponse (1)
| Change | Effect |
---|
1 | Field DEFAULT_HEADER_FILTER_NAME has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (7)
FilteringHeaderResponse ( IHeaderResponse, String, Iterable )This constructor is from 'FilteringHeaderResponse' class.
close ( )This method is from 'FilteringHeaderResponse' class.
get ( )This method is from 'FilteringHeaderResponse' class.
getContent ( String )This method is from 'FilteringHeaderResponse' class.
render ( HeaderItem )This method is from 'FilteringHeaderResponse' class.
render ( HeaderItem, List )This method is from 'FilteringHeaderResponse' class.
setFilters ( Iterable )This method is from 'FilteringHeaderResponse' class.
package org.apache.wicket.markup.html.form
[+] AutoLabelTextResolver (1)
| Change | Effect |
---|
1 | Field LABEL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
AutoLabelTextResolver ( )This constructor is from 'AutoLabelTextResolver' class.
resolve ( MarkupContainer, MarkupStream, ComponentTag )This method is from 'AutoLabelTextResolver' class.
to the top
Java ARchives (21)
wicket-atmosphere-0.9.jar
wicket-auth-roles-6.7.0.jar
wicket-bean-validation-0.8.jar
wicket-bootstrap-0.8.jar
wicket-cdi-6.7.0.jar
wicket-core-6.7.0.jar
wicket-datetime-6.7.0.jar
wicket-devutils-6.7.0.jar
wicket-extensions-6.7.0.jar
wicket-guice-6.7.0.jar
wicket-ioc-6.7.0.jar
wicket-jmx-6.7.0.jar
wicket-native-websocket-core-0.8.jar
wicket-native-websocket-jetty-0.8.jar
wicket-native-websocket-jetty9-0.8.jar
wicket-native-websocket-tomcat-0.8.jar
wicket-objectsizeof-agent-6.7.0.jar
wicket-request-6.7.0.jar
wicket-spring-6.7.0.jar
wicket-util-6.7.0.jar
wicket-velocity-6.7.0.jar
to the top