Binary compatibility report for the Wicket library between 6.10.0 and 6.11.0 versions
Test Info
Library Name | Wicket |
Version #1 | 6.10.0 |
Version #2 | 6.11.0 |
Test Results
Total Java ARchives | 21 |
---|
Total Methods / Classes | 11463 / 1755 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 8 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 2 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (8)
wicket-bean-validation-0.13.jar, PropertyValidator.class
package org.apache.wicket.bean.validation
PropertyValidator.onConfigure ( Component component ) : void
[mangled: org/apache/wicket/bean/validation/PropertyValidator.onConfigure:(Lorg/apache/wicket/Component;)V]
wicket-core-6.11.0.jar, HTML5Attributes.class
package org.apache.wicket.markup.html
HTML5Attributes.HTML5Attributes ( )
[mangled: org/apache/wicket/markup/html/HTML5Attributes."<init>":()V]
HTML5Attributes.onButton ( Button button, ComponentTag tag ) : void
[mangled: org/apache/wicket/markup/html/HTML5Attributes.onButton:(Lorg/apache/wicket/markup/html/form/Button;Lorg/apache/wicket/markup/ComponentTag;)V]
HTML5Attributes.onComponentTag ( Component component, ComponentTag tag ) : void
[mangled: org/apache/wicket/markup/html/HTML5Attributes.onComponentTag:(Lorg/apache/wicket/Component;Lorg/apache/wicket/markup/ComponentTag;)V]
HTML5Attributes.onInput ( AbstractTextComponent input, ComponentTag tag ) : void
[mangled: org/apache/wicket/markup/html/HTML5Attributes.onInput:(Lorg/apache/wicket/markup/html/form/AbstractTextComponent;Lorg/apache/wicket/markup/ComponentTag;)V]
wicket-core-6.11.0.jar, InstantiationListener.class
package org.apache.wicket.markup.html
HTML5Attributes.InstantiationListener.HTML5Attributes.InstantiationListener ( )
[mangled: org/apache/wicket/markup/html/HTML5Attributes.InstantiationListener."<init>":()V]
HTML5Attributes.InstantiationListener.onInstantiation ( Component component ) : void
[mangled: org/apache/wicket/markup/html/HTML5Attributes.InstantiationListener.onInstantiation:(Lorg/apache/wicket/Component;)V]
wicket-core-6.11.0.jar, ResourceBundles.class
package org.apache.wicket
ResourceBundles.newBundleResourceReference ( Class scope, String name, List items ) : ConcatResourceBundleReference
[mangled: org/apache/wicket/ResourceBundles.newBundleResourceReference:(Ljava/lang/Class;Ljava/lang/String;Ljava/util/List;)Lorg/apache/wicket/resource/bundles/ConcatResourceBundleReference;]
to the top
Problems with Data Types, Low Severity (2)
wicket-bean-validation-0.12.jar
package org.apache.wicket.bean.validation
[+] PropertyValidator (1)
| Change | Effect |
---|
1 | Method onConfigure ( Component ) has been overridden by onConfigure ( Component ) | Method onConfigure ( Component ) will be called instead of onConfigure ( Component ) in a client program. |
[+] affected methods (1)
onConfigure ( Component )Method 'onConfigure ( Component )' will be called instead of this method in a client program.
wicket-core-6.10.0.jar
package org.apache.wicket.markup.html.form
[+] AbstractTextComponent (1)
| Change | Effect |
---|
1 | Method onRequired ( ComponentTag ) has been moved up type hierarchy to onRequired ( ComponentTag ) | Method onRequired ( ComponentTag ) will be called instead of onRequired ( ComponentTag ) in a client program. |
[+] affected methods (1)
onRequired ( ComponentTag )Method 'onRequired ( ComponentTag )' will be called instead of this method in a client program.
to the top
Java ARchives (21)
wicket-atmosphere-0.13.jar
wicket-auth-roles-6.10.0.jar
wicket-bean-validation-0.12.jar
wicket-bootstrap-0.12.jar
wicket-cdi-6.10.0.jar
wicket-core-6.10.0.jar
wicket-datetime-6.10.0.jar
wicket-devutils-6.10.0.jar
wicket-extensions-6.10.0.jar
wicket-guice-6.10.0.jar
wicket-ioc-6.10.0.jar
wicket-jmx-6.10.0.jar
wicket-native-websocket-core-0.12.jar
wicket-native-websocket-jetty-0.12.jar
wicket-native-websocket-jetty9-0.12.jar
wicket-native-websocket-tomcat-0.12.jar
wicket-objectsizeof-agent-6.10.0.jar
wicket-request-6.10.0.jar
wicket-spring-6.10.0.jar
wicket-util-6.10.0.jar
wicket-velocity-6.10.0.jar
to the top