wicket.markup.* changes

ERROR: 7002: wicket.markup.ComponentTag: Method 'public wicket.util.value.AttributeMap getAdditionalAttributes()' has been removed
INFO: 7011: wicket.markup.ComponentTag: Method 'public java.lang.Class getMarkupClass()' has been added
INFO: 7011: wicket.markup.ComponentTag: Method 'public java.lang.String getPath()' has been added
ERROR: 7006: wicket.markup.ComponentTag: Return type of method 'public java.lang.String getString(java.lang.String)' has been changed to java.lang.CharSequence
INFO: 7011: wicket.markup.ComponentTag: Method 'public boolean hasNoCloseTag()' has been added
INFO: 7011: wicket.markup.ComponentTag: Method 'public boolean isModified()' has been added
ERROR: 7005: wicket.markup.ComponentTag: Parameter 2 of 'public void put(java.lang.String, java.lang.String)' has changed its type to java.lang.CharSequence
INFO: 7011: wicket.markup.ComponentTag: Method 'public void setHasNoCloseTag(boolean)' has been added
INFO: 7011: wicket.markup.ComponentTag: Method 'public void setMarkupClass(java.lang.Class)' has been added
INFO: 7011: wicket.markup.ComponentTag: Method 'public void setModified(boolean)' has been added
ERROR: 7006: wicket.markup.ComponentTag: Return type of method 'public java.lang.String syntheticCloseTagString()' has been changed to java.lang.CharSequence
INFO: 7011: wicket.markup.ComponentTag: Method 'public java.lang.CharSequence toCharSequence()' has been added
INFO: 8000: wicket.markup.ContainerInfo: Class wicket.markup.ContainerInfo added
INFO: 8000: wicket.markup.IMarkupParserFactory: Class wicket.markup.IMarkupParserFactory added
INFO: 8000: wicket.markup.IScopedComponent: Class wicket.markup.IScopedComponent added
ERROR: 8001: wicket.markup.InheritedMarkupMerger: Class wicket.markup.InheritedMarkupMerger removed
INFO: 3001: wicket.markup.Markup: Removed final modifier from class
ERROR: 6011: wicket.markup.Markup: Field NO_HEADER_FOUND has been removed, but it was previously a constant
INFO: 7011: wicket.markup.Markup: Method 'public java.util.Iterator componentTagIterator(int, java.lang.Class)' has been added
INFO: 7011: wicket.markup.Markup: Method 'public int findComponentIndex(java.lang.String, java.lang.String)' has been added
INFO: 7010: wicket.markup.Markup: Accessibility of method 'wicket.markup.MarkupElement get(int)' has been increased from package to public
ERROR: 7002: wicket.markup.Markup: Method 'public int getHeaderIndex()' has been removed
INFO: 7010: wicket.markup.Markup: Accessibility of method 'private void initialize()' has been increased from private to protected
INFO: 7010: wicket.markup.Markup: Accessibility of method 'int size()' has been increased from package to public
INFO: 7011: wicket.markup.Markup: Method 'public java.lang.String toDebugString()' has been added
ERROR: 7013: wicket.markup.MarkupElement: Abstract method 'public java.lang.CharSequence toCharSequence()' has been added
INFO: 7011: wicket.markup.MarkupException: Method 'public MarkupException(wicket.markup.MarkupStream, java.lang.String, java.lang.Throwable)' has been added
INFO: 8000: wicket.markup.MarkupFragment: Class wicket.markup.MarkupFragment added
ERROR: 7002: wicket.markup.MarkupParser: Method 'public MarkupParser(wicket.markup.parser.IXmlPullParser, java.lang.String)' has been removed
ERROR: 7002: wicket.markup.MarkupParser: Method 'public MarkupParser(wicket.MarkupContainer, wicket.markup.parser.IXmlPullParser)' has been removed
ERROR: 7002: wicket.markup.MarkupParser: Method 'public void configure(wicket.ApplicationSettings)' has been removed
ERROR: 7002: wicket.markup.MarkupParser: Method 'public java.lang.String getEncoding()' has been removed
INFO: 7011: wicket.markup.MarkupParser: Method 'protected wicket.markup.MarkupResourceStream getMarkupResourceStream()' has been added
ERROR: 7002: wicket.markup.MarkupParser: Method 'public java.lang.String getXmlDeclaration()' has been removed
INFO: 7010: wicket.markup.MarkupParser: Accessibility of method 'wicket.markup.Markup parse(java.lang.String)' has been increased from package to public
INFO: 7011: wicket.markup.MarkupParser: Method 'public void setWicketNamespace(java.lang.String)' has been added
INFO: 8000: wicket.markup.MarkupParserFactory: Class wicket.markup.MarkupParserFactory added
INFO: 8000: wicket.markup.MarkupResourceStream: Class wicket.markup.MarkupResourceStream added
ERROR: 3003: wicket.markup.MarkupStream: Added final modifier to class
INFO: 7011: wicket.markup.MarkupStream: Method 'public java.util.Iterator componentTagIterator()' has been added
INFO: 7011: wicket.markup.MarkupStream: Method 'public boolean equalMarkup(wicket.markup.MarkupStream)' has been added
INFO: 7011: wicket.markup.MarkupStream: Method 'public int findComponentIndex(java.lang.String, java.lang.String)' has been added
ERROR: 7014: wicket.markup.MarkupStream: Method 'public java.lang.Class getContainerClass()' is now final
ERROR: 7014: wicket.markup.MarkupStream: Method 'public java.lang.String getEncoding()' is now final
ERROR: 7002: wicket.markup.MarkupStream: Method 'public int getHeaderIndex()' has been removed
ERROR: 7014: wicket.markup.MarkupStream: Method 'public java.lang.String getWicketNamespace()' is now final
INFO: 7011: wicket.markup.MarkupStream: Method 'public boolean isMergedMarkup()' has been added
INFO: 8000: wicket.markup.MergedMarkup: Class wicket.markup.MergedMarkup added
INFO: 7011: wicket.markup.RawMarkup: Method 'public java.lang.CharSequence toCharSequence()' has been added
INFO: 8000: wicket.markup.TagUtils: Class wicket.markup.TagUtils added
INFO: 7011: wicket.markup.WicketTag: Method 'public boolean isBorderTag()' has been added
INFO: 7011: wicket.markup.WicketTag: Method 'public boolean isFragementTag()' has been added
INFO: 7011: wicket.markup.WicketTag: Method 'public boolean isMajorWicketComponentTag()' has been added
INFO: 7011: wicket.markup.WicketTag: Method 'public boolean isPanelTag()' has been added
ERROR: 7002: wicket.markup.WicketTag: Method 'public boolean isParamTag()' has been removed
INFO: 8000: wicket.markup.html.BodyContainer: Class wicket.markup.html.BodyContainer added
INFO: 8000: wicket.markup.html.BodyContainer$AppendingAttributeModifier: Class wicket.markup.html.BodyContainer$AppendingAttributeModifier added
ERROR: 8001: wicket.markup.html.BodyOnLoadContainer: Class wicket.markup.html.BodyOnLoadContainer removed
ERROR: 8001: wicket.markup.html.BodyOnLoadResolver: Class wicket.markup.html.BodyOnLoadResolver removed
INFO: 8000: wicket.markup.html.DynamicWebResource: Class wicket.markup.html.DynamicWebResource added
INFO: 8000: wicket.markup.html.DynamicWebResource$ResourceState: Class wicket.markup.html.DynamicWebResource$ResourceState added
ERROR: 8001: wicket.markup.html.HtmlHeaderContainer: Class wicket.markup.html.HtmlHeaderContainer removed
ERROR: 8001: wicket.markup.html.HtmlHeaderResolver: Class wicket.markup.html.HtmlHeaderResolver removed
INFO: 4000: wicket.markup.html.IHeaderContributor: Added java.io.Serializable to the set of implemented interfaces
ERROR: 7005: wicket.markup.html.IHeaderContributor: Parameter 1 of 'public void renderHead(wicket.markup.html.HtmlHeaderContainer)' has changed its type to wicket.Response
ERROR: 8001: wicket.markup.html.IHeaderRenderer: Class wicket.markup.html.IHeaderRenderer removed
INFO: 8000: wicket.markup.html.INewBrowserWindowListener: Class wicket.markup.html.INewBrowserWindowListener added
INFO: 6000: wicket.markup.html.PackageResource: Added public field EXTENSION_CSS
INFO: 6000: wicket.markup.html.PackageResource: Added public field EXTENSION_JS
ERROR: 6010: wicket.markup.html.PackageResource: Accessibility of field absolutePath has been weakened from public to private
INFO: 7011: wicket.markup.html.PackageResource: Method 'public void bind(wicket.Application, java.lang.Class, java.lang.String, java.util.Locale)' has been added
INFO: 7011: wicket.markup.html.PackageResource: Method 'public void bind(wicket.Application, java.lang.Class, java.util.regex.Pattern)' has been added
INFO: 7011: wicket.markup.html.PackageResource: Method 'public void bind(wicket.Application, java.lang.Class, java.util.regex.Pattern, boolean)' has been added
INFO: 7011: wicket.markup.html.PackageResource: Method 'public boolean exists(java.lang.Class, java.lang.String, java.util.Locale, java.lang.String)' has been added
INFO: 7011: wicket.markup.html.PackageResource: Method 'public wicket.markup.html.PackageResource[] get(java.lang.Class, java.util.regex.Pattern)' has been added
INFO: 7011: wicket.markup.html.PackageResource: Method 'public wicket.markup.html.PackageResource[] get(java.lang.Class, java.util.regex.Pattern, boolean)' has been added
ERROR: 7014: wicket.markup.html.PackageResource: Method 'public java.lang.String getAbsolutePath()' is now final
ERROR: 7014: wicket.markup.html.PackageResource: Method 'public java.util.Locale getLocale()' is now final
INFO: 7011: wicket.markup.html.PackageResource: Method 'public java.lang.String getPath()' has been added
INFO: 7011: wicket.markup.html.PackageResource: Method 'public java.lang.Class getScope()' has been added
INFO: 7011: wicket.markup.html.PackageResource: Method 'public java.lang.String getStyle()' has been added
INFO: 7011: wicket.markup.html.PackageResourceReference: Method 'public boolean equals(java.lang.Object)' has been added
INFO: 7011: wicket.markup.html.PackageResourceReference: Method 'public int hashCode()' has been added
INFO: 8000: wicket.markup.html.ServerAndClientTimeFilter: Class wicket.markup.html.ServerAndClientTimeFilter added
INFO: 8000: wicket.markup.html.ServerTimeFilter: Class wicket.markup.html.ServerTimeFilter added
ERROR: 4001: wicket.markup.html.WebComponent: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.WebComponent: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.WebComponent: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 7004: wicket.markup.html.WebComponent: In method 'protected void onRender()' the number of arguments has changed
ERROR: 7002: wicket.markup.html.WebComponent: Method 'public void renderHead(wicket.markup.html.HtmlHeaderContainer)' has been removed
ERROR: 4001: wicket.markup.html.WebMarkupContainer: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.WebMarkupContainer: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.WebMarkupContainer: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.WebMarkupContainer: Method 'public wicket.markup.html.WebPage getWebPage()' has been added
INFO: 7003: wicket.markup.html.WebMarkupContainer: Method 'protected void onRender()' has been removed, but an inherited definition exists.
ERROR: 7002: wicket.markup.html.WebMarkupContainer: Method 'public void renderHead(wicket.markup.html.HtmlHeaderContainer)' has been removed
INFO: 8000: wicket.markup.html.WebMarkupContainerWithAssociatedMarkup: Class wicket.markup.html.WebMarkupContainerWithAssociatedMarkup added
INFO: 8000: wicket.markup.html.WebMarkupContainerWithAssociatedMarkup$HeaderPartContainer: Class wicket.markup.html.WebMarkupContainerWithAssociatedMarkup$HeaderPartContainer added
ERROR: 4001: wicket.markup.html.WebPage: Removed wicket.markup.html.IHeaderRenderer from the set of implemented interfaces
INFO: 4000: wicket.markup.html.WebPage: Added wicket.markup.html.INewBrowserWindowListener to the set of implemented interfaces
ERROR: 4001: wicket.markup.html.WebPage: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 4000: wicket.markup.html.WebPage: Added wicket.session.pagemap.IPageMapEntry to the set of implemented interfaces
INFO: 7011: wicket.markup.html.WebPage: Method 'protected WebPage(wicket.PageMap)' has been added
INFO: 7011: wicket.markup.html.WebPage: Method 'protected WebPage(wicket.PageMap, wicket.model.IModel)' has been added
ERROR: 7002: wicket.markup.html.WebPage: Method 'public void afterCallComponent(wicket.Component, java.lang.reflect.Method)' has been removed
ERROR: 7002: wicket.markup.html.WebPage: Method 'public void appendToBodyOnLoad(java.lang.String)' has been removed
ERROR: 7002: wicket.markup.html.WebPage: Method 'public void beforeCallComponent(wicket.Component, java.lang.reflect.Method)' has been removed
INFO: 7011: wicket.markup.html.WebPage: Method 'protected void configureResponse()' has been added
INFO: 7011: wicket.markup.html.WebPage: Method 'public wicket.markup.html.BodyContainer getBodyContainer()' has been added
ERROR: 7002: wicket.markup.html.WebPage: Method 'public java.lang.String getBodyOnLoad()' has been removed
INFO: 7011: wicket.markup.html.WebPage: Method 'public wicket.protocol.http.request.urlcompressing.URLCompressor getUrlCompressor()' has been added
INFO: 7011: wicket.markup.html.WebPage: Method 'protected void onDetach()' has been added
INFO: 7003: wicket.markup.html.WebPage: Method 'protected void onEndRequest()' has been removed, but an inherited definition exists.
INFO: 7011: wicket.markup.html.WebPage: Method 'public void onNewBrowserWindow()' has been added
ERROR: 7002: wicket.markup.html.WebPage: Method 'public void renderHeaderSections(wicket.markup.html.HtmlHeaderContainer)' has been removed
ERROR: 7002: wicket.markup.html.WebPage: Method 'public java.lang.String urlFor(java.lang.String, java.lang.Class, wicket.PageParameters)' has been removed
ERROR: 7002: wicket.markup.html.WebPage: Method 'public java.lang.String urlFor(wicket.Component, java.lang.Class)' has been removed
ERROR: 7002: wicket.markup.html.WebPage: Method 'public java.lang.String urlFor(java.lang.String)' has been removed
ERROR: 8001: wicket.markup.html.WicketLinkResolver: Class wicket.markup.html.WicketLinkResolver removed
ERROR: 8001: wicket.markup.html.WicketLinkResolver$TransparentWebMarkupContainer: Class wicket.markup.html.WicketLinkResolver$TransparentWebMarkupContainer removed
ERROR: 8001: wicket.markup.html.ajax.IAjaxListener: Class wicket.markup.html.ajax.IAjaxListener removed
ERROR: 8001: wicket.markup.html.ajax.IBodyOnloadContributor: Class wicket.markup.html.ajax.IBodyOnloadContributor removed
ERROR: 4001: wicket.markup.html.basic.Label: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.basic.Label: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.basic.Label: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.basic.MultiLineLabel: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.basic.MultiLineLabel: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.basic.MultiLineLabel: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 8000: wicket.markup.html.body.BodyTagAttributeModifier: Class wicket.markup.html.body.BodyTagAttributeModifier added
ERROR: 4001: wicket.markup.html.border.Border: Removed wicket.IComponentResolver from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.border.Border: Removed wicket.IComponentResolverMarker from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.border.Border: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.border.Border: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.border.Border: Removed wicket.markup.html.IHeaderRenderer from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.border.Border: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 4000: wicket.markup.html.border.Border: Added wicket.markup.resolver.IComponentResolver to the set of implemented interfaces
INFO: 5000: wicket.markup.html.border.Border: Added wicket.markup.html.WebMarkupContainerWithAssociatedMarkup to the list of superclasses
INFO: 7011: wicket.markup.html.border.Border: Method 'public boolean isTransparentResolver()' has been added
INFO: 7011: wicket.markup.html.border.Border: Method 'public void renderBodyComponent(wicket.markup.MarkupStream, wicket.markup.WicketTag)' has been added
INFO: 7011: wicket.markup.html.border.Border: Method 'protected wicket.markup.ComponentTag renderBodyComponentTag(wicket.markup.MarkupStream, wicket.markup.ComponentTag)' has been added
INFO: 7011: wicket.markup.html.border.Border: Method 'public void renderBodyComponentTagBody(wicket.markup.MarkupStream, wicket.markup.ComponentTag)' has been added
INFO: 7011: wicket.markup.html.border.Border: Method 'public void renderHead(wicket.markup.html.internal.HtmlHeaderContainer)' has been added
ERROR: 7002: wicket.markup.html.border.Border: Method 'public void renderHeaderSections(wicket.markup.html.HtmlHeaderContainer)' has been removed
ERROR: 7014: wicket.markup.html.border.Border: Method 'public boolean resolve(wicket.MarkupContainer, wicket.markup.MarkupStream, wicket.markup.ComponentTag)' is now final
INFO: 7011: wicket.markup.html.border.Border: Method 'public wicket.markup.html.border.Border setBorderBodyVisible(boolean)' has been added
INFO: 7011: wicket.markup.html.border.Border: Method 'public wicket.markup.html.border.Border setTransparentResolver(boolean)' has been added
ERROR: 4001: wicket.markup.html.border.BoxBorder: Removed wicket.IComponentResolver from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.border.BoxBorder: Removed wicket.IComponentResolverMarker from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.border.BoxBorder: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.border.BoxBorder: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.border.BoxBorder: Removed wicket.markup.html.IHeaderRenderer from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.border.BoxBorder: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 4000: wicket.markup.html.border.BoxBorder: Added wicket.markup.resolver.IComponentResolver to the set of implemented interfaces
INFO: 5000: wicket.markup.html.border.BoxBorder: Added wicket.markup.html.WebMarkupContainerWithAssociatedMarkup to the list of superclasses
INFO: 8000: wicket.markup.html.debug.PageView: Class wicket.markup.html.debug.PageView added
ERROR: 8001: wicket.markup.html.debug.WicketComponentTree: Class wicket.markup.html.debug.WicketComponentTree removed
ERROR: 4001: wicket.markup.html.form.AbstractTextComponent: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.AbstractTextComponent: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.AbstractTextComponent: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.form.AbstractTextComponent: Method 'protected java.lang.Object convertValue(java.lang.String[])' has been added
INFO: 7011: wicket.markup.html.form.AbstractTextComponent: Method 'public boolean isInputNullable()' has been added
INFO: 7003: wicket.markup.html.form.AbstractTextComponent: Method 'public void updateModel()' has been removed, but an inherited definition exists.
ERROR: 4001: wicket.markup.html.form.Button: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.Button: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.Button: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.form.Button: Method 'protected wicket.model.IModel initModel()' has been added
ERROR: 4001: wicket.markup.html.form.Check: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.Check: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.Check: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.CheckBox: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.CheckBox: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.form.CheckBox: Method 'protected java.lang.Object convertValue(java.lang.String[])' has been added
INFO: 7003: wicket.markup.html.form.CheckBox: Method 'public void setModelValue(java.lang.String)' has been removed, but an inherited definition exists.
INFO: 7003: wicket.markup.html.form.CheckBox: Method 'public void updateModel()' has been removed, but an inherited definition exists.
ERROR: 4001: wicket.markup.html.form.CheckBoxMultipleChoice: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.CheckBoxMultipleChoice: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.CheckBoxMultipleChoice: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.CheckGroup: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.CheckGroup: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 4000: wicket.markup.html.form.CheckGroup: Added wicket.markup.html.form.IOnChangeListener to the set of implemented interfaces
INFO: 7011: wicket.markup.html.form.CheckGroup: Method 'protected java.lang.Object convertValue(java.lang.String[])' has been added
INFO: 7011: wicket.markup.html.form.CheckGroup: Method 'public void onSelectionChanged()' has been added
INFO: 7011: wicket.markup.html.form.CheckGroup: Method 'protected void onSelectionChanged(java.util.Collection)' has been added
INFO: 7011: wicket.markup.html.form.CheckGroup: Method 'protected boolean supportsPersistence()' has been added
INFO: 7011: wicket.markup.html.form.CheckGroup: Method 'protected boolean wantOnSelectionChangedNotifications()' has been added
ERROR: 4001: wicket.markup.html.form.CheckGroupSelector: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.CheckGroupSelector: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.CheckGroupSelector: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 7006: wicket.markup.html.form.ChoiceRenderer: Return type of method 'public java.lang.String getDisplayValue(java.lang.Object)' has been changed to java.lang.Object
ERROR: 4001: wicket.markup.html.form.DropDownChoice: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.DropDownChoice: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.Form: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.Form: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.form.Form: Method 'public void add(wicket.markup.html.form.validation.IFormValidator)' has been added
INFO: 7011: wicket.markup.html.form.Form: Method 'protected void appendDefaultButtonField(wicket.markup.MarkupStream, wicket.markup.ComponentTag)' has been added
INFO: 7011: wicket.markup.html.form.Form: Method 'public void clearInput()' has been added
INFO: 7011: wicket.markup.html.form.Form: Method 'public void error(java.lang.String, java.util.Map)' has been added
INFO: 7011: wicket.markup.html.form.Form: Method 'public wicket.markup.html.form.Button getDefaultButton()' has been added
INFO: 7011: wicket.markup.html.form.Form: Method 'protected java.lang.String getHiddenFieldId()' has been added
INFO: 7011: wicket.markup.html.form.Form: Method 'protected java.lang.String getJavascriptId()' has been added
INFO: 7011: wicket.markup.html.form.Form: Method 'public java.lang.CharSequence getJsForInterfaceUrl(java.lang.CharSequence)' has been added
INFO: 7011: wicket.markup.html.form.Form: Method 'public java.lang.String getValidatorKeyPrefix()' has been added
INFO: 7011: wicket.markup.html.form.Form: Method 'protected void internalOnDetach()' has been added
INFO: 7011: wicket.markup.html.form.Form: Method 'public boolean isSubmitted()' has been added
INFO: 7011: wicket.markup.html.form.Form: Method 'public boolean isVersioned()' has been added
INFO: 7011: wicket.markup.html.form.Form: Method 'protected void markFormComponentsValid()' has been added
INFO: 7011: wicket.markup.html.form.Form: Method 'protected void onComponentTagBody(wicket.markup.MarkupStream, wicket.markup.ComponentTag)' has been added
ERROR: 7004: wicket.markup.html.form.Form: In method 'protected void onRender()' the number of arguments has changed
INFO: 7010: wicket.markup.html.form.Form: Accessibility of method 'protected boolean process()' has been increased from protected to public
INFO: 7011: wicket.markup.html.form.Form: Method 'public void setDefaultButton(wicket.markup.html.form.Button)' has been added
ERROR: 7014: wicket.markup.html.form.Form: Method 'public wicket.Component setVersioned(boolean)' is now final
ERROR: 4001: wicket.markup.html.form.FormComponent: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.FormComponent: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.FormComponent: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 6011: wicket.markup.html.form.FormComponent: Field NO_INVALID_INPUT has been removed, but it was previously a constant
INFO: 6000: wicket.markup.html.form.FormComponent: Added public field VALUE_SEPARATOR
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public boolean checkRequired()' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public void clearInput()' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'protected void convert()' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'protected java.lang.Object convertValue(java.lang.String[])' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public void error(java.util.List, java.util.Map)' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public java.lang.Object getConvertedInput()' has been added
INFO: 7015: wicket.markup.html.form.FormComponent: Method 'public wicket.markup.html.form.Form getForm()' is no longer final
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public java.lang.String[] getInputAsArray()' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public java.lang.String getRawInput()' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public java.lang.Class getType()' has been added
ERROR: 7002: wicket.markup.html.form.FormComponent: Method 'public java.lang.Class getValidationType()' has been removed
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public java.lang.String getValidatorKeyPrefix()' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public boolean hasRawInput()' has been added
INFO: 7007: wicket.markup.html.form.FormComponent: Method 'protected java.lang.String[] inputAsStringArray()' has been deprecated
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public void inputChanged()' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'protected void internalOnModelChanged()' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public boolean isInputNullable()' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public boolean isRequired()' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'protected void onDetach()' has been added
INFO: 7003: wicket.markup.html.form.FormComponent: Method 'protected void onModelChanged()' has been removed, but an inherited definition exists.
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public void processInput()' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public void setModelValue(java.lang.String[])' has been added
ERROR: 7006: wicket.markup.html.form.FormComponent: Return type of method 'public void setPersistent(boolean)' has been changed to wicket.markup.html.form.FormComponent
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public wicket.markup.html.form.FormComponent setRequired(boolean)' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'public wicket.markup.html.form.FormComponent setType(java.lang.Class)' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'protected void validateRequired()' has been added
INFO: 7011: wicket.markup.html.form.FormComponent: Method 'protected void validateValidators()' has been added
INFO: 8000: wicket.markup.html.form.FormComponentLabel: Class wicket.markup.html.form.FormComponentLabel added
ERROR: 4001: wicket.markup.html.form.HiddenField: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.HiddenField: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.HiddenField: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.form.HiddenField: Method 'protected java.lang.String getInputType()' has been added
INFO: 7003: wicket.markup.html.form.HiddenField: Method 'protected void onComponentTag(wicket.markup.ComponentTag)' has been removed, but an inherited definition exists.
ERROR: 7006: wicket.markup.html.form.IChoiceRenderer: Return type of method 'public java.lang.String getDisplayValue(java.lang.Object)' has been changed to java.lang.Object
INFO: 6000: wicket.markup.html.form.IFormSubmitListener: Added public field INTERFACE
INFO: 6000: wicket.markup.html.form.IOnChangeListener: Added public field INTERFACE
ERROR: 4001: wicket.markup.html.form.ImageButton: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.ImageButton: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 7002: wicket.markup.html.form.ImageButton: Method 'protected void onSessionAttach()' has been removed
ERROR: 4001: wicket.markup.html.form.ListChoice: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.ListChoice: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.ListMultipleChoice: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.ListMultipleChoice: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.ListMultipleChoice: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.form.ListMultipleChoice: Method 'protected java.lang.Object convertValue(java.lang.String[])' has been added
ERROR: 7004: wicket.markup.html.form.ListMultipleChoice: In method 'protected boolean isSelected(java.lang.Object, int)' the number of arguments has changed
INFO: 7003: wicket.markup.html.form.ListMultipleChoice: Method 'public void setModelValue(java.lang.String)' has been removed, but an inherited definition exists.
ERROR: 4001: wicket.markup.html.form.PasswordTextField: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.PasswordTextField: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.PasswordTextField: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.form.PasswordTextField: Method 'protected java.lang.String getInputType()' has been added
ERROR: 7005: wicket.markup.html.form.PasswordTextField: Parameter 1 of 'public void setModelValue(java.lang.String)' has changed its type to java.lang.String[]
ERROR: 4001: wicket.markup.html.form.Radio: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.Radio: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.Radio: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.RadioChoice: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.RadioChoice: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.RadioGroup: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.RadioGroup: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 4000: wicket.markup.html.form.RadioGroup: Added wicket.markup.html.form.IOnChangeListener to the set of implemented interfaces
INFO: 7011: wicket.markup.html.form.RadioGroup: Method 'protected java.lang.Object convertValue(java.lang.String[])' has been added
INFO: 7011: wicket.markup.html.form.RadioGroup: Method 'public void onSelectionChanged()' has been added
INFO: 7011: wicket.markup.html.form.RadioGroup: Method 'protected void onSelectionChanged(java.lang.Object)' has been added
INFO: 7011: wicket.markup.html.form.RadioGroup: Method 'protected boolean supportsPersistence()' has been added
INFO: 7003: wicket.markup.html.form.RadioGroup: Method 'public void updateModel()' has been removed, but an inherited definition exists.
INFO: 7011: wicket.markup.html.form.RadioGroup: Method 'protected boolean wantOnSelectionChangedNotifications()' has been added
ERROR: 4001: wicket.markup.html.form.RequiredTextField: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.RequiredTextField: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.RequiredTextField: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 8000: wicket.markup.html.form.SimpleFormComponentLabel: Class wicket.markup.html.form.SimpleFormComponentLabel added
INFO: 8000: wicket.markup.html.form.SubmitLink: Class wicket.markup.html.form.SubmitLink added
ERROR: 4001: wicket.markup.html.form.TextArea: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.TextArea: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.TextArea: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.TextField: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.TextField: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.TextField: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.form.TextField: Method 'protected java.lang.String getInputType()' has been added
INFO: 7003: wicket.markup.html.form.TextField: Method 'public void updateModel()' has been removed, but an inherited definition exists.
INFO: 7011: wicket.markup.html.form.persistence.CookieValuePersister: Method 'protected java.lang.String getName(wicket.markup.html.form.FormComponent)' has been added
INFO: 7011: wicket.markup.html.form.persistence.CookieValuePersisterSettings: Method 'public boolean getSecure()' has been added
ERROR: 7002: wicket.markup.html.form.persistence.CookieValuePersisterSettings: Method 'public boolean isSecure()' has been removed
INFO: 7011: wicket.markup.html.form.upload.FileUpload: Method 'public java.lang.String getClientFileName()' has been added
INFO: 7007: wicket.markup.html.form.upload.FileUpload: Method 'public java.io.File getFile()' has been deprecated
INFO: 7011: wicket.markup.html.form.upload.FileUpload: Method 'public java.io.File writeToTempFile()' has been added
ERROR: 4001: wicket.markup.html.form.upload.FileUploadField: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.upload.FileUploadField: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.upload.FileUploadField: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.form.upload.FileUploadField: Method 'public java.lang.String[] getInputAsArray()' has been added
INFO: 8000: wicket.markup.html.form.validation.AbstractFormValidator: Class wicket.markup.html.form.validation.AbstractFormValidator added
ERROR: 7013: wicket.markup.html.form.validation.AbstractValidator: Abstract method 'public void validate(wicket.markup.html.form.FormComponent)' has been added
INFO: 8000: wicket.markup.html.form.validation.DateValidator: Class wicket.markup.html.form.validation.DateValidator added
INFO: 7011: wicket.markup.html.form.validation.EmailAddressPatternValidator: Method 'protected java.lang.String resourceKey(wicket.markup.html.form.FormComponent)' has been added
INFO: 8000: wicket.markup.html.form.validation.EqualInputValidator: Class wicket.markup.html.form.validation.EqualInputValidator added
INFO: 8000: wicket.markup.html.form.validation.EqualPasswordInputValidator: Class wicket.markup.html.form.validation.EqualPasswordInputValidator added
ERROR: 4001: wicket.markup.html.form.validation.FormComponentFeedbackBorder: Removed wicket.IComponentResolver from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.validation.FormComponentFeedbackBorder: Removed wicket.IComponentResolverMarker from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.validation.FormComponentFeedbackBorder: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.validation.FormComponentFeedbackBorder: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.validation.FormComponentFeedbackBorder: Removed wicket.markup.html.IHeaderRenderer from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.validation.FormComponentFeedbackBorder: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 4000: wicket.markup.html.form.validation.FormComponentFeedbackBorder: Added wicket.markup.resolver.IComponentResolver to the set of implemented interfaces
INFO: 5000: wicket.markup.html.form.validation.FormComponentFeedbackBorder: Added wicket.markup.html.WebMarkupContainerWithAssociatedMarkup to the list of superclasses
ERROR: 4001: wicket.markup.html.form.validation.FormComponentFeedbackIndicator: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.validation.FormComponentFeedbackIndicator: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.form.validation.FormComponentFeedbackIndicator: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 5000: wicket.markup.html.form.validation.FormComponentFeedbackIndicator: Added wicket.markup.html.WebMarkupContainerWithAssociatedMarkup to the list of superclasses
INFO: 8000: wicket.markup.html.form.validation.IFormValidator: Class wicket.markup.html.form.validation.IFormValidator added
ERROR: 5001: wicket.markup.html.form.validation.LengthValidator: Removed wicket.markup.html.form.validation.StringValidator from the list of superclasses
ERROR: 7002: wicket.markup.html.form.validation.LengthValidator: Method 'public void onValidate(wicket.markup.html.form.FormComponent, java.lang.String)' has been removed
INFO: 7011: wicket.markup.html.form.validation.LengthValidator: Method 'public void validate(wicket.markup.html.form.FormComponent)' has been added
INFO: 8000: wicket.markup.html.form.validation.NumberValidator: Class wicket.markup.html.form.validation.NumberValidator added
INFO: 7011: wicket.markup.html.form.validation.PatternValidator: Method 'protected java.util.Map messageModel(wicket.markup.html.form.FormComponent)' has been added
INFO: 7011: wicket.markup.html.form.validation.PatternValidator: Method 'protected java.lang.String resourceKey(wicket.markup.html.form.FormComponent)' has been added
ERROR: 5001: wicket.markup.html.form.validation.RequiredValidator: Removed wicket.markup.html.form.validation.StringValidator from the list of superclasses
INFO: 7011: wicket.markup.html.form.validation.RequiredValidator: Method 'public void validate(wicket.markup.html.form.FormComponent)' has been added
INFO: 7011: wicket.markup.html.form.validation.StringValidator: Method 'public wicket.markup.html.form.validation.StringValidator lengthBetween(int, int)' has been added
INFO: 7011: wicket.markup.html.form.validation.StringValidator: Method 'public wicket.markup.html.form.validation.StringValidator maximumLength(int)' has been added
INFO: 7011: wicket.markup.html.form.validation.StringValidator: Method 'public wicket.markup.html.form.validation.StringValidator minimumLength(int)' has been added
ERROR: 4001: wicket.markup.html.image.Image: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.image.Image: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.image.Image: Method 'public Image(java.lang.String, wicket.ResourceReference, wicket.util.value.ValueMap)' has been added
ERROR: 7002: wicket.markup.html.image.Image: Method 'protected void onSessionAttach()' has been removed
INFO: 7011: wicket.markup.html.image.Image: Method 'public void setImageResourceReference(wicket.ResourceReference, wicket.util.value.ValueMap)' has been added
INFO: 8000: wicket.markup.html.image.NonCachingImage: Class wicket.markup.html.image.NonCachingImage added
INFO: 5000: wicket.markup.html.image.resource.BlobImageResource: Added wicket.markup.html.DynamicWebResource to the list of superclasses
ERROR: 5001: wicket.markup.html.image.resource.BlobImageResource: Removed wicket.resource.DynamicByteArrayResource from the list of superclasses
INFO: 7011: wicket.markup.html.image.resource.BlobImageResource: Method 'public BlobImageResource(java.util.Locale)' has been added
INFO: 7011: wicket.markup.html.image.resource.BlobImageResource: Method 'public BlobImageResource(java.lang.String, java.util.Locale)' has been added
INFO: 7011: wicket.markup.html.image.resource.BlobImageResource: Method 'public BlobImageResource(java.lang.String)' has been added
INFO: 5000: wicket.markup.html.image.resource.BufferedDynamicImageResource: Added wicket.markup.html.DynamicWebResource to the list of superclasses
ERROR: 5001: wicket.markup.html.image.resource.BufferedDynamicImageResource: Removed wicket.resource.DynamicByteArrayResource from the list of superclasses
INFO: 7011: wicket.markup.html.image.resource.BufferedDynamicImageResource: Method 'public BufferedDynamicImageResource(java.util.Locale)' has been added
INFO: 7011: wicket.markup.html.image.resource.BufferedDynamicImageResource: Method 'public BufferedDynamicImageResource(java.lang.String, java.util.Locale)' has been added
INFO: 7011: wicket.markup.html.image.resource.BufferedDynamicImageResource: Method 'public BufferedDynamicImageResource(java.lang.String)' has been added
INFO: 5000: wicket.markup.html.image.resource.DefaultButtonImageResource: Added wicket.markup.html.DynamicWebResource to the list of superclasses
ERROR: 5001: wicket.markup.html.image.resource.DefaultButtonImageResource: Removed wicket.resource.DynamicByteArrayResource from the list of superclasses
INFO: 5000: wicket.markup.html.image.resource.DynamicImageResource: Added wicket.markup.html.DynamicWebResource to the list of superclasses
ERROR: 5001: wicket.markup.html.image.resource.DynamicImageResource: Removed wicket.resource.DynamicByteArrayResource from the list of superclasses
INFO: 7011: wicket.markup.html.image.resource.DynamicImageResource: Method 'public DynamicImageResource(java.util.Locale)' has been added
INFO: 7011: wicket.markup.html.image.resource.DynamicImageResource: Method 'public DynamicImageResource(java.lang.String)' has been added
INFO: 7011: wicket.markup.html.image.resource.DynamicImageResource: Method 'public DynamicImageResource(java.lang.String, java.util.Locale)' has been added
ERROR: 7002: wicket.markup.html.image.resource.DynamicImageResource: Method 'public java.lang.String getContentType()' has been removed
ERROR: 7002: wicket.markup.html.image.resource.DynamicImageResource: Method 'protected byte[] getData()' has been removed
INFO: 7011: wicket.markup.html.image.resource.DynamicImageResource: Method 'protected wicket.markup.html.DynamicWebResource$ResourceState getResourceState()' has been added
ERROR: 7014: wicket.markup.html.image.resource.DynamicImageResource: Method 'public void setFormat(java.lang.String)' is now final
INFO: 7011: wicket.markup.html.image.resource.DynamicImageResource: Method 'protected void setLastModifiedTime(wicket.util.time.Time)' has been added
INFO: 7011: wicket.markup.html.image.resource.LocalizedImageResource: Method 'public void setResourceReference(wicket.ResourceReference, wicket.util.value.ValueMap)' has been added
INFO: 5000: wicket.markup.html.image.resource.RenderedDynamicImageResource: Added wicket.markup.html.DynamicWebResource to the list of superclasses
ERROR: 5001: wicket.markup.html.image.resource.RenderedDynamicImageResource: Removed wicket.resource.DynamicByteArrayResource from the list of superclasses
INFO: 7011: wicket.markup.html.image.resource.RenderedDynamicImageResource: Method 'public RenderedDynamicImageResource(int, int, java.lang.String)' has been added
ERROR: 4001: wicket.markup.html.include.Include: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.include.Include: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.include.Include: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 8000: wicket.markup.html.internal.HtmlBodyContainer: Class wicket.markup.html.internal.HtmlBodyContainer added
INFO: 8000: wicket.markup.html.internal.HtmlHeaderContainer: Class wicket.markup.html.internal.HtmlHeaderContainer added
ERROR: 4001: wicket.markup.html.link.BookmarkablePageLink: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.link.BookmarkablePageLink: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.link.BookmarkablePageLink: Method 'public java.lang.Class getPageClass()' has been added
INFO: 7011: wicket.markup.html.link.BookmarkablePageLink: Method 'public wicket.PageMap getPageMap()' has been added
ERROR: 7006: wicket.markup.html.link.BookmarkablePageLink: Return type of method 'protected java.lang.String getURL()' has been changed to java.lang.CharSequence
INFO: 7011: wicket.markup.html.link.BookmarkablePageLink: Method 'public wicket.markup.html.link.BookmarkablePageLink setPageMap(wicket.PageMap)' has been added
INFO: 8000: wicket.markup.html.link.DownloadLink: Class wicket.markup.html.link.DownloadLink added
ERROR: 4001: wicket.markup.html.link.ExternalLink: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.link.ExternalLink: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.link.ExternalLink: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.link.ExternalLink: Method 'public ExternalLink(java.lang.String, wicket.model.IModel, wicket.model.IModel)' has been added
INFO: 7011: wicket.markup.html.link.ExternalLink: Method 'public ExternalLink(java.lang.String, wicket.model.IModel)' has been added
INFO: 7011: wicket.markup.html.link.ExternalLink: Method 'public wicket.markup.html.link.PopupSettings getPopupSettings()' has been added
INFO: 7011: wicket.markup.html.link.ExternalLink: Method 'public wicket.markup.html.link.ExternalLink setPopupSettings(wicket.markup.html.link.PopupSettings)' has been added
INFO: 6000: wicket.markup.html.link.ILinkListener: Added public field INTERFACE
ERROR: 4001: wicket.markup.html.link.ImageMap: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.link.ImageMap: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.link.ImageMap: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 7004: wicket.markup.html.link.ImageMap: In method 'protected void onRender()' the number of arguments has changed
INFO: 8000: wicket.markup.html.link.InternalFrame: Class wicket.markup.html.link.InternalFrame added
ERROR: 4001: wicket.markup.html.link.Link: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.link.Link: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7007: wicket.markup.html.link.Link: Method 'protected java.lang.String getOnClickScript(java.lang.String)' has been deprecated
INFO: 7011: wicket.markup.html.link.Link: Method 'protected java.lang.CharSequence getOnClickScript(java.lang.CharSequence)' has been added
ERROR: 7006: wicket.markup.html.link.Link: Return type of method 'protected java.lang.String getURL()' has been changed to java.lang.CharSequence
INFO: 7011: wicket.markup.html.link.Link: Method 'protected void internalOnAttach()' has been added
ERROR: 7002: wicket.markup.html.link.Link: Method 'protected void internalOnBeginRequest()' has been removed
ERROR: 7002: wicket.markup.html.link.Link: Method 'public wicket.markup.html.link.Link setEnabled(boolean)' has been removed
ERROR: 4001: wicket.markup.html.link.PageLink: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.link.PageLink: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.link.PopupCloseLink: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.link.PopupCloseLink: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 1000: wicket.markup.html.link.PopupCloseLink$ClosePopupPage: Increased visibility of class from private to public
INFO: 7011: wicket.markup.html.link.PopupSettings: Method 'public PopupSettings(wicket.PageMap)' has been added
INFO: 7011: wicket.markup.html.link.PopupSettings: Method 'public PopupSettings(wicket.PageMap, int)' has been added
INFO: 7011: wicket.markup.html.link.PopupSettings: Method 'public wicket.PageMap getPageMap()' has been added
ERROR: 4001: wicket.markup.html.link.ResourceLink: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.link.ResourceLink: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.link.ResourceLink: Method 'public ResourceLink(java.lang.String, wicket.ResourceReference, wicket.util.value.ValueMap)' has been added
ERROR: 7006: wicket.markup.html.link.ResourceLink: Return type of method 'protected java.lang.String getURL()' has been changed to java.lang.CharSequence
ERROR: 7002: wicket.markup.html.link.ResourceLink: Method 'protected void onSessionAttach()' has been removed
ERROR: 4001: wicket.markup.html.list.ListItem: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.list.ListItem: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.list.ListItem: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.list.ListView: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.list.ListView: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.list.ListView: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7007: wicket.markup.html.list.ListView: Method 'public boolean getOptimizeItemRemoval()' has been deprecated
INFO: 7011: wicket.markup.html.list.ListView: Method 'public boolean getReuseItems()' has been added
INFO: 7011: wicket.markup.html.list.ListView: Method 'protected void internalOnAttach()' has been added
ERROR: 7002: wicket.markup.html.list.ListView: Method 'protected void internalOnBeginRequest()' has been removed
ERROR: 7004: wicket.markup.html.list.ListView: In method 'protected void onRender()' the number of arguments has changed
INFO: 7011: wicket.markup.html.list.ListView: Method 'public wicket.Component setList(java.util.List)' has been added
INFO: 7011: wicket.markup.html.list.ListView: Method 'public wicket.Component setModel(wicket.model.IModel)' has been added
INFO: 7007: wicket.markup.html.list.ListView: Method 'public wicket.markup.html.list.ListView setOptimizeItemRemoval(boolean)' has been deprecated
INFO: 7011: wicket.markup.html.list.ListView: Method 'public wicket.markup.html.list.ListView setReuseItems(boolean)' has been added
ERROR: 4001: wicket.markup.html.list.Loop: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.list.Loop: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.list.Loop: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.list.Loop: Method 'protected void internalOnAttach()' has been added
ERROR: 7002: wicket.markup.html.list.Loop: Method 'protected void internalOnBeginRequest()' has been removed
ERROR: 7004: wicket.markup.html.list.Loop: In method 'protected void onRender()' the number of arguments has changed
ERROR: 4001: wicket.markup.html.list.Loop$LoopItem: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.list.Loop$LoopItem: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.list.Loop$LoopItem: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.list.PageableListView: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.list.PageableListView: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.list.PageableListView: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 8000: wicket.markup.html.list.PropertyListView: Class wicket.markup.html.list.PropertyListView added
ERROR: 4001: wicket.markup.html.navigation.paging.PagingNavigation: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.navigation.paging.PagingNavigation: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.navigation.paging.PagingNavigation: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 7011: wicket.markup.html.navigation.paging.PagingNavigation: Method 'protected void internalOnAttach()' has been added
ERROR: 7002: wicket.markup.html.navigation.paging.PagingNavigation: Method 'protected void internalOnBeginRequest()' has been removed
INFO: 7011: wicket.markup.html.navigation.paging.PagingNavigation: Method 'protected wicket.markup.html.navigation.paging.PagingNavigationLink newPagingNavigationLink(java.lang.String, wicket.markup.html.navigation.paging.IPageable, int)' has been added
ERROR: 4001: wicket.markup.html.navigation.paging.PagingNavigationIncrementLink: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.navigation.paging.PagingNavigationIncrementLink: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 6009: wicket.markup.html.navigation.paging.PagingNavigationIncrementLink: Accessibility of field pageable has been increased from private to protected
INFO: 7011: wicket.markup.html.navigation.paging.PagingNavigationIncrementLink: Method 'public int getPageNumber()' has been added
ERROR: 4001: wicket.markup.html.navigation.paging.PagingNavigationLink: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.navigation.paging.PagingNavigationLink: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 6009: wicket.markup.html.navigation.paging.PagingNavigationLink: Accessibility of field pageable has been increased from private to protected
ERROR: 4001: wicket.markup.html.navigation.paging.PagingNavigator: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.navigation.paging.PagingNavigator: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.navigation.paging.PagingNavigator: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 5000: wicket.markup.html.navigation.paging.PagingNavigator: Added wicket.markup.html.WebMarkupContainerWithAssociatedMarkup to the list of superclasses
INFO: 7011: wicket.markup.html.navigation.paging.PagingNavigator: Method 'protected wicket.markup.html.link.Link newPagingNavigationIncrementLink(java.lang.String, wicket.markup.html.navigation.paging.IPageable, int)' has been added
INFO: 7011: wicket.markup.html.navigation.paging.PagingNavigator: Method 'protected wicket.markup.html.link.Link newPagingNavigationLink(java.lang.String, wicket.markup.html.navigation.paging.IPageable, int)' has been added
INFO: 8000: wicket.markup.html.pages.AccessDeniedPage: Class wicket.markup.html.pages.AccessDeniedPage added
INFO: 8000: wicket.markup.html.pages.BrowserInfoPage: Class wicket.markup.html.pages.BrowserInfoPage added
ERROR: 4001: wicket.markup.html.pages.ExceptionErrorPage: Removed wicket.markup.html.IHeaderRenderer from the set of implemented interfaces
INFO: 4000: wicket.markup.html.pages.ExceptionErrorPage: Added wicket.markup.html.INewBrowserWindowListener to the set of implemented interfaces
ERROR: 4001: wicket.markup.html.pages.ExceptionErrorPage: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 4000: wicket.markup.html.pages.ExceptionErrorPage: Added wicket.session.pagemap.IPageMapEntry to the set of implemented interfaces
INFO: 7011: wicket.markup.html.pages.ExceptionErrorPage: Method 'protected void configureResponse()' has been added
ERROR: 7002: wicket.markup.html.pages.ExceptionErrorPage: Method 'public java.lang.Throwable getRootCause()' has been removed
INFO: 7011: wicket.markup.html.pages.ExceptionErrorPage: Method 'public java.lang.Throwable getThrowable()' has been added
INFO: 7011: wicket.markup.html.pages.ExceptionErrorPage: Method 'public boolean isVersioned()' has been added
ERROR: 4001: wicket.markup.html.pages.InternalErrorPage: Removed wicket.markup.html.IHeaderRenderer from the set of implemented interfaces
INFO: 4000: wicket.markup.html.pages.InternalErrorPage: Added wicket.markup.html.INewBrowserWindowListener to the set of implemented interfaces
ERROR: 4001: wicket.markup.html.pages.InternalErrorPage: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 4000: wicket.markup.html.pages.InternalErrorPage: Added wicket.session.pagemap.IPageMapEntry to the set of implemented interfaces
INFO: 7011: wicket.markup.html.pages.InternalErrorPage: Method 'protected void configureResponse()' has been added
INFO: 7011: wicket.markup.html.pages.InternalErrorPage: Method 'public boolean isVersioned()' has been added
ERROR: 4001: wicket.markup.html.pages.PageExpiredErrorPage: Removed wicket.markup.html.IHeaderRenderer from the set of implemented interfaces
INFO: 4000: wicket.markup.html.pages.PageExpiredErrorPage: Added wicket.markup.html.INewBrowserWindowListener to the set of implemented interfaces
ERROR: 4001: wicket.markup.html.pages.PageExpiredErrorPage: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 4000: wicket.markup.html.pages.PageExpiredErrorPage: Added wicket.session.pagemap.IPageMapEntry to the set of implemented interfaces
INFO: 7011: wicket.markup.html.pages.PageExpiredErrorPage: Method 'protected void configureResponse()' has been added
INFO: 7011: wicket.markup.html.pages.PageExpiredErrorPage: Method 'public boolean isVersioned()' has been added
ERROR: 4001: wicket.markup.html.pages.RedirectPage: Removed wicket.markup.html.IHeaderRenderer from the set of implemented interfaces
INFO: 4000: wicket.markup.html.pages.RedirectPage: Added wicket.markup.html.INewBrowserWindowListener to the set of implemented interfaces
ERROR: 4001: wicket.markup.html.pages.RedirectPage: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 4000: wicket.markup.html.pages.RedirectPage: Added wicket.session.pagemap.IPageMapEntry to the set of implemented interfaces
ERROR: 7005: wicket.markup.html.pages.RedirectPage: Parameter 1 of 'public RedirectPage(java.lang.String)' has changed its type to java.lang.CharSequence
ERROR: 7005: wicket.markup.html.pages.RedirectPage: Parameter 1 of 'public RedirectPage(java.lang.String, int)' has changed its type to java.lang.CharSequence
INFO: 7011: wicket.markup.html.pages.RedirectPage: Method 'public boolean isVersioned()' has been added
INFO: 8000: wicket.markup.html.panel.ComponentFeedbackPanel: Class wicket.markup.html.panel.ComponentFeedbackPanel added
ERROR: 4001: wicket.markup.html.panel.FeedbackPanel: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.panel.FeedbackPanel: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.panel.FeedbackPanel: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 5000: wicket.markup.html.panel.FeedbackPanel: Added wicket.markup.html.WebMarkupContainerWithAssociatedMarkup to the list of superclasses
INFO: 7011: wicket.markup.html.panel.FeedbackPanel: Method 'public FeedbackPanel(java.lang.String, wicket.feedback.IFeedbackMessageFilter)' has been added
INFO: 7010: wicket.markup.html.panel.FeedbackPanel: Accessibility of method 'protected boolean anyErrorMessage()' has been increased from protected to public
INFO: 7010: wicket.markup.html.panel.FeedbackPanel: Accessibility of method 'protected boolean anyMessage()' has been increased from protected to public
INFO: 7010: wicket.markup.html.panel.FeedbackPanel: Accessibility of method 'protected boolean anyMessage(int)' has been increased from protected to public
ERROR: 7002: wicket.markup.html.panel.FeedbackPanel: Method 'protected wicket.feedback.IFeedbackMessageFilter getFeedbackMessageFilter()' has been removed
INFO: 7011: wicket.markup.html.panel.FeedbackPanel: Method 'public wicket.feedback.FeedbackMessagesModel getFeedbackMessagesModel()' has been added
INFO: 7011: wicket.markup.html.panel.FeedbackPanel: Method 'public wicket.feedback.IFeedbackMessageFilter getFilter()' has been added
INFO: 7011: wicket.markup.html.panel.FeedbackPanel: Method 'public java.util.Comparator getSortingComparator()' has been added
INFO: 7011: wicket.markup.html.panel.FeedbackPanel: Method 'public void setFilter(wicket.feedback.IFeedbackMessageFilter)' has been added
INFO: 8000: wicket.markup.html.panel.Fragment: Class wicket.markup.html.panel.Fragment added
ERROR: 4001: wicket.markup.html.panel.Panel: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.panel.Panel: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.panel.Panel: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 5000: wicket.markup.html.panel.Panel: Added wicket.markup.html.WebMarkupContainerWithAssociatedMarkup to the list of superclasses
INFO: 7011: wicket.markup.html.panel.Panel: Method 'protected void onComponentTag(wicket.markup.ComponentTag)' has been added
INFO: 7011: wicket.markup.html.panel.Panel: Method 'protected void onComponentTagBody(wicket.markup.MarkupStream, wicket.markup.ComponentTag)' has been added
INFO: 7003: wicket.markup.html.panel.Panel: Method 'protected void onRender()' has been removed, but an inherited definition exists.
INFO: 7011: wicket.markup.html.panel.Panel: Method 'public void renderHead(wicket.markup.html.internal.HtmlHeaderContainer)' has been added
ERROR: 4001: wicket.markup.html.resources.JavaScriptReference: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.resources.JavaScriptReference: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.resources.JavaScriptReference: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.resources.PackagedResourceReference: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.resources.PackagedResourceReference: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.resources.PackagedResourceReference: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.resources.StyleSheetReference: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.resources.StyleSheetReference: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.resources.StyleSheetReference: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.tree.AbstractTree: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.tree.AbstractTree: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.tree.AbstractTree: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 5000: wicket.markup.html.tree.AbstractTree: Added wicket.markup.html.WebMarkupContainerWithAssociatedMarkup to the list of superclasses
INFO: 8000: wicket.markup.html.tree.SelectedPathReplacementModel: Class wicket.markup.html.tree.SelectedPathReplacementModel added
INFO: 3004: wicket.markup.html.tree.Tree: Removed abstract modifier from class
ERROR: 4001: wicket.markup.html.tree.Tree: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.tree.Tree: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.tree.Tree: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 5000: wicket.markup.html.tree.Tree: Added wicket.markup.html.WebMarkupContainerWithAssociatedMarkup to the list of superclasses
INFO: 7010: wicket.markup.html.tree.Tree: Accessibility of method 'private wicket.markup.html.link.Link createJunctionLink(javax.swing.tree.DefaultMutableTreeNode)' has been increased from private to protected
INFO: 7015: wicket.markup.html.tree.Tree: Method 'private wicket.markup.html.link.Link createJunctionLink(javax.swing.tree.DefaultMutableTreeNode)' is no longer final
INFO: 7010: wicket.markup.html.tree.Tree: Accessibility of method 'private wicket.markup.html.link.Link createNodeLink(javax.swing.tree.DefaultMutableTreeNode)' has been increased from private to protected
INFO: 7015: wicket.markup.html.tree.Tree: Method 'private wicket.markup.html.link.Link createNodeLink(javax.swing.tree.DefaultMutableTreeNode)' is no longer final
INFO: 7007: wicket.markup.html.tree.Tree: Method 'public boolean getOptimizeItemRemoval()' has been deprecated
INFO: 7011: wicket.markup.html.tree.Tree: Method 'public boolean getReuseItems()' has been added
INFO: 7011: wicket.markup.html.tree.Tree: Method 'protected void internalOnAttach()' has been added
ERROR: 7002: wicket.markup.html.tree.Tree: Method 'protected void internalOnBeginRequest()' has been removed
ERROR: 7006: wicket.markup.html.tree.Tree: Return type of method 'protected wicket.markup.html.tree.Tree$NodePanel newNodePanel(java.lang.String, javax.swing.tree.DefaultMutableTreeNode)' has been changed to wicket.Component
INFO: 7007: wicket.markup.html.tree.Tree: Method 'public void setOptimizeItemRemoval(boolean)' has been deprecated
INFO: 7011: wicket.markup.html.tree.Tree: Method 'public wicket.markup.html.tree.Tree setReuseItems(boolean)' has been added
INFO: 1000: wicket.markup.html.tree.Tree$DefaultNodePanel: Increased visibility of class from protected to public
ERROR: 4001: wicket.markup.html.tree.Tree$DefaultNodePanel: Removed wicket.IRequestListener from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.tree.Tree$DefaultNodePanel: Removed wicket.markup.html.IHeaderContributor from the set of implemented interfaces
ERROR: 4001: wicket.markup.html.tree.Tree$DefaultNodePanel: Removed wicket.markup.html.ajax.IAjaxListener from the set of implemented interfaces
INFO: 5000: wicket.markup.html.tree.Tree$DefaultNodePanel: Added wicket.markup.html.WebMarkupContainerWithAssociatedMarkup to the list of superclasses
ERROR: 5001: wicket.markup.html.tree.Tree$DefaultNodePanel: Removed wicket.markup.html.tree.Tree$NodePanel from the list of superclasses
INFO: 7005: wicket.markup.html.tree.Tree$DefaultNodePanel: Parameter 1 of 'Tree$DefaultNodePanel(wicket.markup.html.tree.Tree, java.lang.String, javax.swing.tree.DefaultMutableTreeNode)' has changed its type to java.lang.String
INFO: 7005: wicket.markup.html.tree.Tree$DefaultNodePanel: Parameter 2 of 'Tree$DefaultNodePanel(wicket.markup.html.tree.Tree, java.lang.String, javax.swing.tree.DefaultMutableTreeNode)' has changed its type to wicket.markup.html.tree.Tree
INFO: 7010: wicket.markup.html.tree.Tree$DefaultNodePanel: Accessibility of method 'Tree$DefaultNodePanel(wicket.markup.html.tree.Tree, java.lang.String, javax.swing.tree.DefaultMutableTreeNode)' has been increased from package to public
ERROR: 8001: wicket.markup.html.tree.Tree$NodePanel: Class wicket.markup.html.tree.Tree$NodePanel removed
ERROR: 7013: wicket.markup.parser.AbstractMarkupFilter: Abstract method 'public wicket.markup.MarkupElement nextTag()' has been added
ERROR: 7012: wicket.markup.parser.IXmlPullParser: Method 'public java.lang.CharSequence getInput(int, int)' has been added to an interface
ERROR: 7002: wicket.markup.parser.IXmlPullParser: Method 'public java.lang.CharSequence getInputSubsequence(int, int)' has been removed
ERROR: 7004: wicket.markup.parser.IXmlPullParser: In method 'public void parse(wicket.util.resource.IResourceStream)' the number of arguments has changed
ERROR: 7004: wicket.markup.parser.XmlPullParser: In method 'public XmlPullParser(java.lang.String)' the number of arguments has changed
INFO: 7011: wicket.markup.parser.XmlPullParser: Method 'public java.lang.CharSequence getInput(int, int)' has been added
ERROR: 7002: wicket.markup.parser.XmlPullParser: Method 'public java.lang.CharSequence getInputSubsequence(int, int)' has been removed
ERROR: 7004: wicket.markup.parser.XmlPullParser: In method 'public void parse(wicket.util.resource.IResourceStream)' the number of arguments has changed
ERROR: 7006: wicket.markup.parser.XmlTag: Return type of method 'public java.lang.String getString(java.lang.String)' has been changed to java.lang.CharSequence
ERROR: 7005: wicket.markup.parser.XmlTag: Parameter 2 of 'public java.lang.Object put(java.lang.String, java.lang.String)' has changed its type to java.lang.CharSequence
INFO: 7011: wicket.markup.parser.XmlTag: Method 'public java.lang.CharSequence toCharSequence()' has been added
ERROR: 7006: wicket.markup.parser.XmlTag: Return type of method 'public java.lang.String toXmlString(java.lang.String)' has been changed to java.lang.CharSequence
WARNING: 6003: wicket.markup.parser.filter.BodyOnLoadHandler: Value of compile-time constant BODY_ID has been changed
ERROR: 7004: wicket.markup.parser.filter.HtmlHeaderSectionHandler: In method 'public HtmlHeaderSectionHandler(wicket.markup.parser.IMarkupFilter)' the number of arguments has changed
INFO: 8000: wicket.markup.parser.filter.PrependContextPathHandler: Class wicket.markup.parser.filter.PrependContextPathHandler added
INFO: 6000: wicket.markup.parser.filter.WicketLinkTagHandler: Added public field AUTOLINK_ID
INFO: 8000: wicket.markup.parser.filter.WicketMessageTagHandler: Class wicket.markup.parser.filter.WicketMessageTagHandler added
ERROR: 8001: wicket.markup.parser.filter.WicketParamTagHandler: Class wicket.markup.parser.filter.WicketParamTagHandler removed
ERROR: 7004: wicket.markup.parser.filter.WicketTagIdentifier: In method 'public WicketTagIdentifier(wicket.markup.parser.IMarkupFilter)' the number of arguments has changed
INFO: 7011: wicket.markup.parser.filter.WicketTagIdentifier: Method 'public void registerWellKnownTagName(java.lang.String)' has been added
ERROR: 7002: wicket.markup.parser.filter.WicketTagIdentifier: Method 'public void setWicketNamespace(java.lang.String)' has been removed
INFO: 8000: wicket.markup.resolver.AutoComponentResolver: Class wicket.markup.resolver.AutoComponentResolver added
INFO: 8000: wicket.markup.resolver.AutoLinkResolver: Class wicket.markup.resolver.AutoLinkResolver added
INFO: 8000: wicket.markup.resolver.AutoLinkResolver$AbstractAutolinkResolverDelegate: Class wicket.markup.resolver.AutoLinkResolver$AbstractAutolinkResolverDelegate added
INFO: 8000: wicket.markup.resolver.AutoLinkResolver$AutolinkBookmarkablePageLink: Class wicket.markup.resolver.AutoLinkResolver$AutolinkBookmarkablePageLink added
INFO: 8000: wicket.markup.resolver.AutoLinkResolver$IAutolinkResolverDelegate: Class wicket.markup.resolver.AutoLinkResolver$IAutolinkResolverDelegate added
INFO: 8000: wicket.markup.resolver.AutoLinkResolver$PathInfo: Class wicket.markup.resolver.AutoLinkResolver$PathInfo added
INFO: 8000: wicket.markup.resolver.FragmentResolver: Class wicket.markup.resolver.FragmentResolver added
INFO: 8000: wicket.markup.resolver.HtmlHeaderResolver: Class wicket.markup.resolver.HtmlHeaderResolver added
INFO: 8000: wicket.markup.resolver.IComponentResolver: Class wicket.markup.resolver.IComponentResolver added
INFO: 8000: wicket.markup.resolver.MarkupInheritanceResolver: Class wicket.markup.resolver.MarkupInheritanceResolver added
INFO: 8000: wicket.markup.resolver.ParentResolver: Class wicket.markup.resolver.ParentResolver added
INFO: 8000: wicket.markup.resolver.ScopedComponentResolver: Class wicket.markup.resolver.ScopedComponentResolver added
INFO: 8000: wicket.markup.resolver.WicketLinkResolver: Class wicket.markup.resolver.WicketLinkResolver added
INFO: 8000: wicket.markup.resolver.WicketMessageResolver: Class wicket.markup.resolver.WicketMessageResolver added
INFO: 8000: wicket.markup.resolver.WicketMessageResolver$MyLabel: Class wicket.markup.resolver.WicketMessageResolver$MyLabel added
INFO: 8000: wicket.markup.transformer.AbstractOutputTransformerContainer: Class wicket.markup.transformer.AbstractOutputTransformerContainer added
INFO: 8000: wicket.markup.transformer.AbstractTransformerBehavior: Class wicket.markup.transformer.AbstractTransformerBehavior added
INFO: 8000: wicket.markup.transformer.ITransformer: Class wicket.markup.transformer.ITransformer added
INFO: 8000: wicket.markup.transformer.NoopOutputTransformerContainer: Class wicket.markup.transformer.NoopOutputTransformerContainer added
INFO: 8000: wicket.markup.transformer.XsltOutputTransformerContainer: Class wicket.markup.transformer.XsltOutputTransformerContainer added
INFO: 8000: wicket.markup.transformer.XsltTransfomerBehavior: Class wicket.markup.transformer.XsltTransfomerBehavior added
INFO: 8000: wicket.markup.transformer.XsltTransformer: Class wicket.markup.transformer.XsltTransformer added
  • No labels