You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2019/05/24 18:22:19 UTC

svn commit: r34209 - in /dev/wicket/7.14.0: ./ binaries/

Author: adelbene
Date: Fri May 24 18:22:19 2019
New Revision: 34209

Log:
Upload wicket-7.14.0 to staging area

Added:
    dev/wicket/7.14.0/CHANGELOG-7.x
    dev/wicket/7.14.0/apache-wicket-7.14.0.tar.gz   (with props)
    dev/wicket/7.14.0/apache-wicket-7.14.0.tar.gz.asc
    dev/wicket/7.14.0/apache-wicket-7.14.0.tar.gz.sha256
    dev/wicket/7.14.0/apache-wicket-7.14.0.zip   (with props)
    dev/wicket/7.14.0/apache-wicket-7.14.0.zip.asc
    dev/wicket/7.14.0/apache-wicket-7.14.0.zip.sha256
    dev/wicket/7.14.0/binaries/
    dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.tar.gz   (with props)
    dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.tar.gz.asc
    dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.tar.gz.sha256
    dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.zip   (with props)
    dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.zip.asc
    dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.zip.sha256

Added: dev/wicket/7.14.0/CHANGELOG-7.x
==============================================================================
--- dev/wicket/7.14.0/CHANGELOG-7.x (added)
+++ dev/wicket/7.14.0/CHANGELOG-7.x Fri May 24 18:22:19 2019
@@ -0,0 +1,883 @@
+This file contains all changes done in releases for Apache Wicket 7.x.
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.14.0
+
+** Bug
+
+    * [WICKET-6611] - Missing check for IScopeAwareTextResourceProcessor when concatenating resources
+    * [WICKET-6639] - PageStoreManager$SessionEntry.clear produces NullPointerException
+    * [WICKET-6669] - CSS Resource Bundling throws exception when used with CssUrlReplacer
+
+** Improvement
+
+    * [WICKET-6668] - Sign out the existing session if a sign in attempt has failed
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.13.0
+
+** Bug
+
+    * [WICKET-6645] - Concurrent web socket response message processing on the client
+
+** Improvement
+
+    * [WICKET-6638] - RedirectRequestHandler does not support Ajax
+
+** Wish
+
+    * [WICKET-6646] - Upgrade jquery to 3.3.x
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.12.0
+
+** Bug
+
+    * [WICKET-6630] - FileUpload.writeToTempFile() fails with commons-fileupload 1.4
+    * [WICKET-6631] - AnnotProxyFieldValueFactory does not cache beanNames
+
+** New Feature
+
+    * [WICKET-6626] - Introduce application-wide Component#onComponentTag listeners
+
+** Improvement
+
+    * [WICKET-6615] - maven-surefire-plugin need to be updated to work with latest OpenJdk8
+
+** Task
+
+    * [WICKET-6624] - Upgrade to commons-filupload 1.4
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.11.0
+
+** Bug
+
+    * [WICKET-6473] - Double slash break 404page
+    * [WICKET-6533] - Error while parsing xml using AjaxButton
+    * [WICKET-6546] - CssContentHeaderItem comments CSS code with HTML comments
+    * [WICKET-6551] - LazyInitProxyFactory doesn't work correctly at Weblogic
+    * [WICKET-6553] - SelectOptions doesn't html-encode option values
+    * [WICKET-6564] - PageStoreManager#clear() does not completely clear
+    * [WICKET-6568] - Wicket fails / does not encode request header values in AjaxCalls
+    * [WICKET-6586] - Broken JavaScript due to fix charsetName in JavaScriptPackageResource
+    * [WICKET-6589] - ClientInfo fails with NumberFormatException for unusual browser versions
+    * [WICKET-6604] - Ajax repaint is not correctly handled when component being repainted has an enclosure associated with it and is not a child of the enclosure
+    * [WICKET-6614] - AbstractRangeValidator looks up string with the wrong key if locale is Turkish
+
+** Improvement
+
+    * [WICKET-6527] - no possibility to override fixed html appended directly to response by FilterForm
+    * [WICKET-6605] - Allow AjaxFallbackButton to be stateless 
+
+** Task
+
+    * [WICKET-6594] - JavaDoc of redirectToInterceptPage in Component urges to use redirectTo method when in a constructor
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.10.0
+
+** Bug
+
+    * [WICKET-6441] - MockHttpSession and MockSessionStore don't call onInvalidate() on invalidate()
+    * [WICKET-6448] - Provide behavior that disables a button after click
+    * [WICKET-6461] - Default constructor is incorrectly called if optional param is not provided in parameter placeholder URL with additional required parameter
+    * [WICKET-6471] - FileSystemResource file descriptor leak
+    * [WICKET-6476] - It is impossible to use multiple WebSocketTester with the same WebApplication
+    * [WICKET-6477] - Component.getDefaultModelObject() wraps in RuntimeException instead of WicketRuntimeException
+    * [WICKET-6481] - NullPointerException in MountedMapper
+    * [WICKET-6484] - Wicket.Cookie.set does not set 'secure' flag
+    * [WICKET-6489] - Exception when "identifier|code" javascript is not start on PrependJavaScript
+    * [WICKET-6493] - WebSocket SessionIds are wrong (HttpSession one used instead of Websocket one) + NPE if no HttpSession is found during Handshake Request
+    * [WICKET-6501] - DefaultPageManagerProvider does not honour StoreSettings.setAsynchronous(false)
+    * [WICKET-6506] - Performance issue when large component isn't visible
+    * [WICKET-6513] - NullPointerException at PageStoreManager$SessionEntry after login
+    * [WICKET-6522] - ThreadLocal leak in PageStoreManager
+    * [WICKET-6530] - Race-condition in session invalidation
+
+** Improvement
+
+    * [WICKET-6482] - CompoundValidator should implement all Behavior methods
+    * [WICKET-6504] - Use a serializable model for FileSystemResource's path
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.9.0
+
+** Bug
+
+    * [WICKET-6429] - AbstractRequestLogger should not create new Sessions
+    * [WICKET-6455] - AjaxFormSubmitBehavior doesn't submit inner forms
+    * [WICKET-6457] - PageStore not cleared at session end
+    * [WICKET-6459] - Ajax re-renders of enclosures do not render their children's header contributions
+    * [WICKET-6462] - When an Ajax Button is submitted, AjaxFormSubmitBehavior # onSubmit is called twice
+    * [WICKET-6465] - PageStore not cleared at session end
+
+** Improvement
+
+    * [WICKET-6454] - WicketApplication behind a proxy with restrictive internet access can not initialized
+    * [WICKET-6463] - Please add additional constructor to Roles
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.8.0
+
+** Bug
+
+    * [WICKET-4324] - [wicket-ioc] LazyInitProxyFactory CGLIB proxies naming strategy may cause java.lang.IllegalAccessError
+    * [WICKET-6362] - HeaderItems with different PageParameters are treated as identical
+    * [WICKET-6366] - Autocomplete race condition makes page unresponsive
+    * [WICKET-6373] - Edge not recognized in UserAgent
+    * [WICKET-6374] - Exception caused by border extending another border with <wicket:extend>
+    * [WICKET-6376] - Ajax redirects to non http(s)-urls are interpreted as relative
+    * [WICKET-6377] - Autolinking breaks hierarchy for nested elements
+    * [WICKET-6386] - Simplification of the code in WICKET-3347 is not consistent with previous behavior
+    * [WICKET-6387] - ModalWindow PageReference broken
+    * [WICKET-6393] - NestedStringResourceLoader ignores hard-coded default values and throws MissingResourceException
+    * [WICKET-6398] - WICKET-6204 breaks jQuery.noConflict()
+    * [WICKET-6399] - Dequeuing of Border component with nested body fails
+    * [WICKET-6400] - Object with array property fails on NPE when construction JSON object
+
+** Improvement
+
+    * [WICKET-6372] - Consider to switch to a sans-serif typeface in the Wicket guide
+    * [WICKET-6385] - Allow using custom port for web socket connections
+    * [WICKET-6389] - Introduce CsrfPreventionRequestCycleListener that is aware of Web Socket requests
+    * [WICKET-6401] - OSGi-Manifest: wicket-util should decalre its dependency to 'commons-io' and 'commons-fileupload'
+
+** Task
+
+    * [WICKET-6391] - Deprecate the classes and methods which now throw runtime exception after the switch to OpenJson
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.7.0
+
+** Bug
+
+    * [WICKET-6165] - Inconsistent behavior of Markupstream.hasMore vs. MarkupStream.next.
+    * [WICKET-6303] - renderHead method of a Behavior added to a Border body is not called
+    * [WICKET-6306] - Changing model object of Panel added to a Border not allowed
+    * [WICKET-6311] - SignOutPage_ru.html is missing
+    * [WICKET-6314] - 7.6 release references 7.5-SNAPSHOT poms
+    * [WICKET-6316] - Wicket tester encodes page id for stateless links in stateless pages
+    * [WICKET-6317] - AuthenticatedWebSession#signOut() calls twice after session invalidation
+    * [WICKET-6319] - AutoCompleteTextField: popup is hidden when clicking on scrollbar in IE
+    * [WICKET-6332] - NullPointerException in PageParameters#equals()
+    * [WICKET-6339] - Wrong implementation of MarkupFragment.iterator()
+    * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates invalid XHTML markup for multipart forms
+    * [WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior
+    * [WICKET-6349] - Stateless form does not work when RecreateBookmarkablePagesAfterExpiry is false
+    * [WICKET-6353] - Proxy deserialization fails due to classloading issues
+    * [WICKET-6356] - Clustering failover not working on Tomcat
+    * [WICKET-6361] - MarkupContainer#queue doesn't work in table column
+    * [WICKET-6365] - Links on "Contribute to the User Guide" are broken
+
+** Improvement
+
+    * [WICKET-6212] - CheckChoice / add a getAdditionalAttributes() also for <label>-tag
+    * [WICKET-6265] - Make it possible to authorize component instantiations both with OR and AND rules
+    * [WICKET-6307] - SubmitLink does not work in Chrome "ff.onsubmit is not a function"
+    * [WICKET-6308] - Add an extra constructor to EmailTextField with a custom validator but without model
+    * [WICKET-6323] - Allow ResourceBundles to use the defer attribute
+    * [WICKET-6328] - Add 'pathInfo' to ForwardAttributes
+    * [WICKET-6333] - Use onConfigure() to set the visibility of ExportToolbar instead of overriding isVisible()
+    * [WICKET-6351] - Form.anyFormComponentError performance degradation
+    * [WICKET-6364] - The autogenerated input field when a form has a default button should not gain the focus when navigating with tab
+
+** Task
+
+    * [WICKET-6287] - Switch from json.org to open-json
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.6.0
+
+** Sub-task
+
+    * [WICKET-6278] - Backport TagTester fix to 6.x and 7.x
+
+** Bug
+
+    * [WICKET-6256] - 8.0.0-M1 <wicket:link> MarkupNotFoundException
+    * [WICKET-6257] - Page instance isn't mapped to an URL just after the 'cid' parameter is add
+    * [WICKET-6262] - IllegalArgumentException: Argument 'filterPrefix' may not be null or empty with WebSocketBehavior
+    * [WICKET-6267] - Native Websocket exception when the page is expired
+    * [WICKET-6270] - No upload is seen as empty upload after WICKET-6210
+    * [WICKET-6277] - Broadcasting ClosedMessage about the JSR 356 WebSocket connection after the container was turned off
+    * [WICKET-6279] - AttributeModifier.VALUELESS_ATTRIBUTE_REMOVE does not work after deserialisation
+    * [WICKET-6283] - Page parameter equality should not depend on named parameters order
+    * [WICKET-6285] - NoRecordsToolbar should override onConfigure rather than isVisible
+    * [WICKET-6289] - Autolinking adds onclick attribute to <img> tags
+    * [WICKET-6290] - CssUrlReplacer doesn't understand data: urls and breaks them
+    * [WICKET-6296] - Not possible to add WebSocketBehavior in ajax request
+    * [WICKET-6298] - Markup not found for Component id =_header_ and WICKET-6231, regression ?
+
+** Improvement
+
+    * [WICKET-6056] - Improvements to browser info gathering implementation
+    * [WICKET-6258] - Repeater example page show the back button with the enable link style when disabled
+    * [WICKET-6260] - Revert Ajax detection needed for character encoding to WebRequest.isAjax()
+    * [WICKET-6261] - CheckGroupSelector default selection state incorrect when the list of Checks is empty
+    * [WICKET-6263] - Fix JavaScript tests to pass with jQuery 2.x. and 3.x
+    * [WICKET-6264] - Form: improve error message for disabled/invisible IFormSubmittingComponent
+    * [WICKET-6271] - IRequestableComponent getPage() javaDoc and Component implementation mismatch
+    * [WICKET-6274] - Add origin header to ajax requests in BaseWicketTester
+    * [WICKET-6282] - Make native web socket message classes serializable
+    * [WICKET-6297] - Add wicket:label tag in wicket.xsd
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.5.0
+
+** Sub-task
+
+    * [WICKET-6243] - ResourceReferenceAutolink component resolved by AutoLinkResolver ignores session locale changes
+
+** Bug
+
+    * [WICKET-5972] - Datepicker "Close" text overlays 'x' icon.
+    * [WICKET-6136] - AutoCompleteTextField issue in Android 5.1.1
+    * [WICKET-6192] - Remove recreateBookmarkablePagesAfterExpiry check in AbstractBookmarkableMapper#mapHandler
+    * [WICKET-6209] - requesting focus on disabled field fails with error in IE8
+    * [WICKET-6214] - ModalWindow broken on IE
+    * [WICKET-6215] - Test fail when non empty model is set to PasswordTextField
+    * [WICKET-6216] - Problem with queued components and border
+    * [WICKET-6217] - Enclosure broken within Border/Panel
+    * [WICKET-6219] - Fragment fails to report an error in development mode
+    * [WICKET-6221] - WicketTester - missing border path
+    * [WICKET-6222] - renderHead not called with anonymous inner Border class
+    * [WICKET-6225] - Button wrongly sets its model object as 'value' attribute
+    * [WICKET-6227] - CharSequenceResource calculates wrong length when there are unicode symbols
+    * [WICKET-6230] - Infinite redirection when using UrlPathPageParametersEncoder
+    * [WICKET-6231] - wicket:enclosure and getVariation().
+    * [WICKET-6232] - When sending binary data from server to client, wicket-websocket-jquery.js throws error "message.indexOf is not a function"
+    * [WICKET-6235] - TableTree#updateNode() fails if no corresponding node is visible
+    * [WICKET-6236] - Files.remove() causes a 5 seconds delay instead of 500ms as was intended
+    * [WICKET-6237] - PageRequestHandlerTracker doesn't work with IRequestHandlerDelegate
+    * [WICKET-6238] - pub2 Wicket example isn't switching the beer images
+    * [WICKET-6241] - CheckingObjectOutputStream should track the original instance, before writeReplace()
+    * [WICKET-6242] - Weak concurrency management in AuthenticatedWebSession#signedIn
+    * [WICKET-6244] - Palette does not list unselected options
+    * [WICKET-6245] - Open up CsrfPreventionRequestCycleListener for extension
+    * [WICKET-6249] - Invalid state of LoadableDetachableModel with exception during load()
+    * [WICKET-6250] - FileUploadField does not deteach models and fails to null the reference to the transient fileUploads field if forceCloseStreamsOnDetach is false
+    * [WICKET-6254] - Wicket WebSockets problem behind HTTP proxy without servlet context
+
+** Improvement
+
+    * [WICKET-5866] - Reconsider generics of IConverterLocator#getConverter()
+    * [WICKET-6206] - Allow to use custom anticache parameter value for Image component
+    * [WICKET-6210] - FileUpload does not support files of zero size
+    * [WICKET-6211] - PasswordTextField should clear password by default
+    * [WICKET-6226] -  DOCTYPE URL in properties.xml example in wicket documentation won't work.
+    * [WICKET-6229] - Introduce a new setting in ExceptionSettings to control whether to throw exception or log a WARN when requesting for markup id on non-renderable component
+    * [WICKET-6233] - Add component info in the error messages related to WicketTester#assertComponentOnAjaxResponse() 
+    * [WICKET-6234] - Log the decrypted url in CryptoMapper for debugging purposes
+    * [WICKET-6239] - Use Response#addHeader() instead of #setContentLength()
+    * [WICKET-6240] - Hook method to display more information on ExceptionErrorPage
+
+** New Feature
+
+    * [WICKET-5623] - Custom Getters and Setters for PropertyResolver
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.4.0
+
+** Bug
+
+    * [WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory
+    * [WICKET-6155] - Newline in ModalWindow title 
+    * [WICKET-6157] - WicketTester and application servers are destroying app differently
+    * [WICKET-6160] - Missing type for MediaComponent causing iOS devices not to be able to play videos
+    * [WICKET-6162] - Reload leads to unexpected RuntimeException 'Unable to find component with id'
+    * [WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions
+    * [WICKET-6170] - Wrong requestmapper used for cache decorated resources
+    * [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
+    * [WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop working
+    * [WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined
+    * [WICKET-6175] - Aautocomplete suggestion window is not closing in IE11
+    * [WICKET-6180] - JMX Initializer's usage of CGLIB makes it impossible to upgrade to CGLIB 3.2.3
+    * [WICKET-6185] - Border body not reachable for visitors
+    * [WICKET-6187] - Enclosures rendered twice in derived component
+    * [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to
+    * [WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7
+    * [WICKET-6198] - Unable to disable a MultiFileUploadField
+    * [WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct
+    * [WICKET-6204] - Copy only the provided attributes for Ajax link inclusion
+
+** Improvement
+
+    * [WICKET-6153] - WicketTester's MockHttpServletRequest doesn't expose setLocale(aLocale) method
+    * [WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does
+    * [WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in Component#createRequestHandler
+    * [WICKET-6183] - Improve stateless support for AJAX
+    * [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4
+
+** New Feature
+
+    * [WICKET-6193] - NestedStringResourceLoader - replaces nested keys within property files
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.3.0
+
+** Bug
+
+    * [WICKET-6069] - OnChangeAjaxBehavior does not work if the url contains a request parameter with same name as wicket id
+    * [WICKET-6078] - Problem with queued components and auto linking
+    * [WICKET-6079] - Problem with queued components and label
+    * [WICKET-6080] - Encapsulation of 3 enclosures leads to WicketRuntimeException
+    * [WICKET-6084] - ajax request failure handler receives incorrect arguments
+    * [WICKET-6085] - AjaxTimerBehavior with failure handler cause memory leak in browser
+    * [WICKET-6087] - Invalid AbstractRequestWrapperFactory.needsWrapper method scope: package - cannot create a custom implementation
+    * [WICKET-6088] - Problem with queued components and setting the model
+    * [WICKET-6091] - NPE in RequestLoggerRequestCycleListener when using native-websockets
+    * [WICKET-6093] - MarkupException due to ID collision in RelativePathPrefixHandler
+    * [WICKET-6094] - Find adequate ResourceReference with mount parameters
+    * [WICKET-6097] - JsonRequestLogger --> JsonMappingException --> StackOverflowError Infinite recursion
+    * [WICKET-6102] - StackoverflowError related to enclosures
+    * [WICKET-6108] - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors
+    * [WICKET-6109] - Enclosure - "IllegalArgumentException: Argument 'markup' may not be null" after app restart
+    * [WICKET-6111] - Empty redirect on redirect to home page if home page already shown
+    * [WICKET-6116] - Exception 'A child already exists' when backing to a page with some markups in a Border
+    * [WICKET-6131] - IndexOutOfBoundsException in org.apache.wicket.core.request.mapper.CryptoMapper.decryptEntireUrl
+    * [WICKET-6133] - Failing test SpringBeanWithGenericsTest in 7.3.0.0 SNAPSHOT
+    * [WICKET-6134] - NPE when using ListView with missing markup
+    * [WICKET-6135] - There is no good way to get POST body content
+    * [WICKET-6139] - AjaxButton forces rendering type="button" 
+    * [WICKET-6141] - Runtime Exception rendering ComponentTag with RelativePathPrefixHandler
+    * [WICKET-6151] - DebugBar/PageSizeDebugPanel throws NullPointerException (need wrapper exception with more detail)
+
+** Improvement
+
+    * [WICKET-6053] - Allow to reuse the same application instance in several tests
+    * [WICKET-6081] - Add "assertNotRequired" to the WicketTester
+    * [WICKET-6098] - Add logging to HttpSessionDataStore
+    * [WICKET-6100] - Upgrade jQuery to 1.12.3/2.2.3
+    * [WICKET-6103] - Synchronization on JSR 356 connection
+    * [WICKET-6106] - Propagate JSR 356 WebSocket connection error to a page 
+    * [WICKET-6107] - Broadcast onClose event regardless of the JSR 356 WebSocket connection closed state
+    * [WICKET-6110] - Add a message to StalePageException for better debugging
+    * [WICKET-6122] - Add .map to the list of allowed file extensions in SecurePackageResourceGuard
+    * [WICKET-6123] - Remove 'abstract' from ChainingModel
+    * [WICKET-6127] - Add metrics for request duration
+    * [WICKET-6128] - Add metrics for currently active sessions
+    * [WICKET-6130] - Make it easier to override parts of SystemMapper
+    * [WICKET-6144] - Wicket-ajax parameter / header may be used to bypass proper exception handling
+    * [WICKET-6145] - Enable DeltaManager to replicate PageTable in Sessions
+    * [WICKET-6152] - Allow to add more than one WebSocketBehavior in the component tree
+
+** New Feature
+
+    * [WICKET-6120] - Wicket Metrics
+
+** Wish
+
+    * [WICKET-6095] - Multiline headers in DataTable
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.2.0
+
+** Bug
+
+    * [WICKET-6001] - Exception raised while refreshing a page with queued components missing in the markup
+    * [WICKET-6002] - FileUploadField makes form-component models become null on submit
+    * [WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error
+    * [WICKET-6010] - Downloading filenames containing ',' or ';' gives problems
+    * [WICKET-6011] - NPE in case DebugBar is added to AjaxRequestTarget
+    * [WICKET-6013] - CLONE - AjaxFallbackOrderByBorder wicketOrder[Up|Down|None] class missing in 7.1.0
+    * [WICKET-6014] - TransparentWebMarkupContainer breaks OnChangeAjaxBehavior for Select2
+    * [WICKET-6017] - Tests fail when executed with not expected locale
+    * [WICKET-6018] - TransparentWebMarkupContainer is not really "transparent"
+    * [WICKET-6020] - GuiceFieldValueFactory returns the NULL_SENTINEL from the cache
+    * [WICKET-6021] - ConcurrentModificationException in MarkupContainer#iterator#next
+    * [WICKET-6024] - Possible issue with Border and LoadableDetachableModel in 7.1.0
+    * [WICKET-6026] - Problem in detecting child id on nested <wicket:enclosure>
+    * [WICKET-6027] - Nested TransparentWebMarkupContainer, markup of inner component not found
+    * [WICKET-6028] - Detach called on enclosure component while it had a non-empty queue
+    * [WICKET-6031] - NPE in PackageResourceReference#getResource() when there is no request
+    * [WICKET-6032] - Wicket.Ajax.done() called twice on redirect
+    * [WICKET-6034] - AjaxFallbackOrderByBorder does not generate any CSS class in order link
+    * [WICKET-6036] - Failure to process markup with nested tags inside a Label
+    * [WICKET-6037] - ModalWindow vulnerable to Javascript injection through title model
+    * [WICKET-6043] - Cannot set wicket:enclosure on queued component in ListView
+    * [WICKET-6044] - AjaxFormChoiceComponentUpdatingBehavior: Duplicate input values according to WICKET-5948
+    * [WICKET-6045] - ListView NullPointerException when viewSize is set explicitly
+    * [WICKET-6048] - German Translation for EqualInputValidator wrong
+    * [WICKET-6050] - Wicket Ajax (Wicket.From.serializeElement) causes 400 bad request
+    * [WICKET-6052] - CSS header contribution overlap
+    * [WICKET-6058] - Error in calculation of byte ranges
+    * [WICKET-6059] - TransparentWebMarkupContainer can not resolve autocomponents in its parent
+    * [WICKET-6062] - MockHttpSession should renew its id after invalidation
+    * [WICKET-6063] - Add support for WebSocketRequest#getUrl() and other properties which are available in the handshake request
+    * [WICKET-6064] - WebSocketResponse.sendRedirect could be supported with <ajax-response><redirect>...</></>
+    * [WICKET-6065] - Calling http://examples7x.wicket.apache.org/resourceaggregation/ generate Internal error
+    * [WICKET-6068] - The key RangeValidator.exact is not mapped in Application_de.properties
+    * [WICKET-6076] - Problem with queued components and enclosure
+    * [WICKET-6077] - Border's body is not added as a child due to dequeuing
+
+** Improvement
+
+    * [WICKET-5950] - Model and GenericBaseModel could both implement IObjectClassAwareModel
+    * [WICKET-5969] - Please give us access to PageTable.index pageId queue
+    * [WICKET-6015] - AjaxFallbackOrderByBorder/Link should support updateAjaxAttributes() idiom
+    * [WICKET-6019] - Remove 'final' modifier for Localizer#getStringIgnoreSettings() methods
+    * [WICKET-6023] - small tweak for component queuing for the AbstractRepeater
+    * [WICKET-6029] - Make Border's methods consistent with commit f14e03f
+    * [WICKET-6046] - Wicket Quickstart Example Application shows deployment memory leak in Tomcat
+    * [WICKET-6051] - Improve performance of CssUrlReplacer
+    * [WICKET-6054] - Provide a factory method for the WebSocketResponse & WebSocketRequest
+    * [WICKET-6061] - Improved PackageResource#getCacheKey
+    * [WICKET-6070] - Provide factory methods for WizardButtonBar buttons
+    * [WICKET-6072] - Improve the quickstart to make it easier to use JSR-356 web sockets
+
+** New Feature
+
+    * [WICKET-6025] - Read resource files with Java's NIO API
+    * [WICKET-6042] - Implementation of ExternalImage component
+
+** Task
+
+    * [WICKET-6049] - Update the site to point to the new deployments of the examples
+    * [WICKET-6057] - Upgrade commons-collections to 4.1
+    * [WICKET-6071] - Upgrade jQuery to 1.12 / 2.2.0
+
+** Wish
+
+    * [WICKET-6067] - Provide an Ajax Behavior that prevents form submit on ENTER
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.1.0
+
+** Bug
+
+    * [WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE
+    * [WICKET-5941] - Headers not rendered for components inside TransparentWebMarkupContainer on ajax update
+    * [WICKET-5959] - HTML input placeholder text breaks AutoCompleteTextField in IE11
+    * [WICKET-5960] - Page header isn't rendered for pages where URL has changed during render
+    * [WICKET-5964] - Queuing a component within an enclosure
+    * [WICKET-5965] - Queuing a component in head
+    * [WICKET-5966] - ResourceUtils.getLocaleFromFilename can't handle minimized resources well
+    * [WICKET-5967] - Unable to load i18n minified js
+    * [WICKET-5968] - CachingResourceLocator lookup key doesn't take strict into account
+    * [WICKET-5970] - UrlRenderer does not render fragments
+    * [WICKET-5973] - IllegalArgumentException 'bytes' cannot be negative. on opening Inspector
+    * [WICKET-5975] - AjaxFallbackOrderByBorder wicketOrder[Up|Down|None] class missing
+    * [WICKET-5978] - LazyInitProxyFactory fills permgen space
+    * [WICKET-5980] - When using Servlet 3.0 filter Wicket calculates filter path wrong
+    * [WICKET-5981] - Significant Performance Degradation From Wicket 6.20.0 to Wicket 7.0.0
+    * [WICKET-5983] - O(n^2) complexity in MarkupContainer.add
+    * [WICKET-5988] - WICKET-5981 breaks forms inside borders
+    * [WICKET-5989] - BaseWicketTester#startComponentInPage fails for pages with <wicket:header-items></wicket:header> placeholder
+    * [WICKET-5993] - AjaxButton - image is not shown even though type="image" is in html-template 
+    * [WICKET-5994] - Mounted TemplateResourceReference throws  org.apache.wicket.WicketRuntimeException when https is used
+    * [WICKET-5995] - "Range" header parsing is broken
+    * [WICKET-5996] - Mounted packages throw IllegalArgumentException when visiting base package url.
+    * [WICKET-5997] - Compatibility problem with Websphere liberty profile
+    * [WICKET-5999] - AjaxFormValidatingBehavior not updates initially hidden feedback component
+    * [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
+
+** Improvement
+
+    * [WICKET-5948] - wicket-ajax.js probably doesn't traverse the children of <div> or <span>
+    * [WICKET-5971] - Code cleanup in ServletWebResponse
+    * [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
+    * [WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)
+    * [WICKET-5984] - ReplaceHandlerException lacks an accessor for the replacement RequestHandler
+    * [WICKET-5986] - NumberTextField<N> should use Models for minimum, maximum and step
+
+** Task
+
+    * [WICKET-5951] - Upgrade Atmosphere to 2.2.8
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.0.0
+
+** Bug
+
+    * [WICKET-5909] - Session style is not taken into account when loading mounted resources.
+    * [WICKET-5924] - FileUploadField does not work with Servlet 3.0 multipart config
+    * [WICKET-5927] - Velocity remote code execution
+    * [WICKET-5939] - AjaxEventBehavior should not lower-case the event name
+    * [WICKET-5942] - TestCase failure after cfa36fbea621
+    * [WICKET-5944] - CSRF prevention does not work with https URLs on the default port
+    * [WICKET-5946] - JavaScript/Css PackageResource should use the same charset for compressing
+
+** Improvement
+
+    * [WICKET-5922] - IoC: Optionally use objensis for proxy creation to inject concrete classes without default ctor
+    * [WICKET-5926] - Arquillian Support with Container ServletContext in BaseWicketTester/WicketTester.
+    * [WICKET-5928] - Move WicketTestCase from tests to main so that it is reusable by other Wicket modules and applications.
+    * [WICKET-5929] - Introduce IPartialPageRequestHandler
+    * [WICKET-5930] - Upgrade Atmosphere to 2.2.7
+    * [WICKET-5931] - Improve generics for ListView: don't use wildcard for T
+    * [WICKET-5932] - Allow empty column list for DataTable
+    * [WICKET-5933] - Avoid serialization of untouched page after ajax request
+    * [WICKET-5935] - IoC Guice: cache proxies and fail on creation when binding is missing
+    * [WICKET-5936] - simplify cdata escaping for ajax-response
+    * [WICKET-5945] - add a new topic/listener that notifies of Ajax calls done
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.0.0-M6
+
+** Bug
+
+    * [WICKET-5790] - VariableInterpolator & #getThrowExceptionOnMissingResource
+    * [WICKET-5814] - CryptoMapper clears feedback messages
+    * [WICKET-5816] - Apps can't use Application.setName instead of WicketFilter for e.g. JMX names
+    * [WICKET-5822] - AjaxSelfUpdatingTimer stops working after ajax download
+    * [WICKET-5825] - Deployment of wicket-examples.war fails in Tomcat
+    * [WICKET-5828] - PageProvider not serializable
+    * [WICKET-5834] - NPE in DefaultPropertyResolver
+    * [WICKET-5835] - InlineEnclosure doesn't call child.configure() before updating its visilbity
+    * [WICKET-5837] - JUnit tests may fail because of AbstractDefaultAjaxBehavior
+    * [WICKET-5838] - Last-modified header of external markup is ignored
+    * [WICKET-5841] - continueToOriginalDestination() discards new cookies
+    * [WICKET-5843] - CryptoMapper doesn't work with context relative UrlResourceReferences
+    * [WICKET-5845] - AuthenticatedWebSession.get() returns a new session with signedIn false
+    * [WICKET-5850] - LazyInitProxyFactory causes NoClassDefFound org/apache/wicket/proxy/ILazyInitProxy in case of multimodule deployment
+    * [WICKET-5851] - PackageResourceTest#packageResourceGuard test fails under Windows
+    * [WICKET-5853] - LongConverter converts some values greater than Long.MAX_VALUE
+    * [WICKET-5855] - RememberMe functionality seems to be broken after the change of the default crypt factory
+    * [WICKET-5856] - StackOverFlowError when working with transparent containers
+    * [WICKET-5857] - PagingNavigator invalid HTML (rel attribute on span tag)
+    * [WICKET-5858] - AjaxRequestTarget.focusComponent does not work in modal window
+    * [WICKET-5861] - BigDecimalConverter does not allow parsing of values great than Double.MAX_VALUE
+    * [WICKET-5862] - Wicket Container visibility bug
+    * [WICKET-5864] - Multipart Ajax form submit does not release the channel in case of connection failure
+    * [WICKET-5869] - Kittencaptcha doesn't calculate click y-coordinate correctly
+    * [WICKET-5870] - wicket-event-jquery.js: Wicket.Browser.isIE11() does not return boolean
+    * [WICKET-5874] - WicketTester TagTester does not work as expected when using non self closing tags
+    * [WICKET-5879] - Using an AjaxSubmitLink to hide its form results in an exception
+    * [WICKET-5881] - NPE in FormComponent#updateCollectionModel in case of no converted input and unmodifiable collection
+    * [WICKET-5883] - Feedback messages not cleared for invisible/disabled form components on submit.
+    * [WICKET-5887] - wicket.xsd refers to non-existing xhtml.label:attlist
+    * [WICKET-5891] - Parsing of ChinUnionPay credit card should use the first 6 characters
+    * [WICKET-5893] - CookieUtils should use the original response when saving a cookie
+    * [WICKET-5895] - validateHeaders fails to detect missing head/body (regression)
+    * [WICKET-5898] - StackOverflowError after form submit with a validation error
+    * [WICKET-5900] - Add WicketTester support for IAjaxLink
+    * [WICKET-5903] - Regression in mount resolution when using optional parameters
+    * [WICKET-5904] - NPE after editing a markup file in debug mode
+    * [WICKET-5906] - Use default on missing resource does not work
+    * [WICKET-5908] - A new HtmlHeaderContainer is added each time a page instance is rendered
+    * [WICKET-5910] - CGLib proxy should not intercept protected methods
+    * [WICKET-5911] - Re-rendering page after exception in render phase does not call onBeforeRender()
+    * [WICKET-5912] - NPE in Page#hasInvisibleTransparentChild
+    * [WICKET-5915] - The application can not find  /META-INF/wicket/**.properties on Windows systems
+    * [WICKET-5916] - StackOverflowError when calling getObject() from load() in LDM
+    * [WICKET-5917] - Do not use jQuery's $ in String snippets in Java code
+
+** Improvement
+
+    * [WICKET-5314] - AbstractAutoCompleteBehavior does not support AjaxChannels
+    * [WICKET-5749] - Wicket-auth-roles should deal with resource authorization
+    * [WICKET-5789] - Make org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible
+    * [WICKET-5801] - Responsive Images
+    * [WICKET-5823] - DefaultAuthenticationStrategy should be modified to reduce copy/paste while extending it's functionality
+    * [WICKET-5829] - rename PageSettings#recreateMountedPagesAfterExpiry
+    * [WICKET-5831] - Improve unsafe Id reporting in the AbstractRepeater
+    * [WICKET-5832] - Do not fail at CDI's ConversationPropagator when running in non-http thread
+    * [WICKET-5833] - Add a way to get all opened web socket connections per user session
+    * [WICKET-5840] - WicketTester doesn't support #clickLink() for ExternalLink component
+    * [WICKET-5859] - Add Hebrew and Arabic translations
+    * [WICKET-5860] - Cross-Site Websocket Hijacking protection
+    * [WICKET-5863] - Overiding disableCaching in ServletWebResponse is ignored when responce is buffered
+    * [WICKET-5865] - AjaxEditableLabel should implement IGenericComponent
+    * [WICKET-5872] - wicket extensions initializer.properties for greek language
+    * [WICKET-5875] - ComponentRenderer.renderComponent() unexpectedly produces a WicketRuntimeException when called with a nested Component which contains a nested wicket:message
+    * [WICKET-5889] - Ability to not submit a nested form
+    * [WICKET-5892] - add ClientProperties#isJavaScriptEnabled()
+    * [WICKET-5894] - Support *.woff2 webfonts in SecurePackageResourceGuard as well
+    * [WICKET-5901] - Leaving veil when ajax processing ends with redirect
+    * [WICKET-5905] - allow listening to Ajax calls before scheduling
+    * [WICKET-5921] - Provide a default implementation of IModelComparator that always returns false
+
+** New Feature
+
+    * [WICKET-5819] - Support for HTML 5 media tags (audio / video)
+    * [WICKET-5827] - Allow to apply multiple Javascript / CSS compressors
+    * [WICKET-5897] - Use the #isEnabled() method with validators
+    * [WICKET-5918] - Create an Image component that uses the new data: protocol (an InlineImage)
+    * [WICKET-5919] - Add support for CSRF prevention
+
+** Task
+
+    * [WICKET-5896] - Upgrade jQuery to latest stable versions (1.11.4 & 2.1.3)
+
+** Wish
+
+    * [WICKET-5848] - Remove .settings folders of projects
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.0.0-M5
+
+** Bug
+
+    * [WICKET-5584] - DiskDataStore error
+    * [WICKET-5747] - Wicket Ajax Click handling gets requeued in OnDomReady so fire out of order
+    * [WICKET-5748] - StackOverflowError while trying to get the Markup of WicketHeadContainer
+    * [WICKET-5751] - NullPointerException in IntHashMap
+    * [WICKET-5752] - ReplacementResourceBundleReference should return the dependencies for the replacing resource ref
+    * [WICKET-5759] - AjaxRequestAttributes extra parameters aren't properly handled in getCallbackFunction()
+    * [WICKET-5770] - PageParametersEncoder should not decode parameters with no name
+    * [WICKET-5772] - LoadableDetachableModel caches null value if load() fails, bug in getObject() {attached = true;}
+    * [WICKET-5777] - Reload of page leads to WicketRuntimeException
+    * [WICKET-5782] - Missing escaping in MultiFileUploadField.js - sort of XSS
+    * [WICKET-5783] - Multiple events in AjaxEventBehavior with prefix 'on'
+    * [WICKET-5784] - arraycopy with bad length in AbstractRequestLogger:172
+    * [WICKET-5793] - Request for static resource creating a session in 6.13.0+
+    * [WICKET-5800] - wicket:enclosure within FormComponentPanel causes exception related to dequeueing
+    * [WICKET-5809] - URL IPv6 parsing
+    * [WICKET-5811] - Infinite loop issue in PropertyValidator#createUnresolvablePropertyMessage(FormComponent<>) 
+    * [WICKET-5812] - AtmosphereBehavior wrongly sets Ajax base url to '.'
+    * [WICKET-5817] - Wicket-JMX should depend on asm-util
+
+** Improvement
+
+    * [WICKET-4703] - StringResourceModel should provide an overridable getString(Component) method
+    * [WICKET-5746] - Fire an event once all JS event listeners are registered
+    * [WICKET-5753] - It is impossible to determine the form submitting component's inputName when AjaxFormSubmitBehavior is used
+    * [WICKET-5754] - (String)ResourceModel's defaultValue could be an IModel<String>
+    * [WICKET-5756] - Allow to use custom ciphers when using SunJceCrypt class
+    * [WICKET-5758] - Portuguese translation
+    * [WICKET-5760] - Add constructor (String, Serializable, String) to AttributeAppender
+    * [WICKET-5774] - UrlRenderer should render full and absolute urls in their canonical form
+    * [WICKET-5775] - Replace the session upon successful signin for better support for Session Fixation
+    * [WICKET-5776] - Add information about the component when it fail in detach phase
+    * [WICKET-5778] - Pass the IModifiable to the IChangeListener in ModificationWatcher
+    * [WICKET-5780] - Add a resource reference for ContextRelativeResource
+    * [WICKET-5789] - Make org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible
+    * [WICKET-5794] - Make DefaultExceptionMapper extensible
+    * [WICKET-5797] - Convenience method to call setResponsePage with forward option
+    * [WICKET-5799] - Add rel=prev/next in PagingNavigator.html
+    * [WICKET-5802] - HTML Import
+    * [WICKET-5803] - Reduce log for "o.a.w.r.PropertiesFactory | Loading properties files from ..."
+    * [WICKET-5806] - Wicket.Log should log (at least errors) in the browser console even when Wicket Ajax Debug window is disabled
+    * [WICKET-5808] - SpringBean, support generic beans
+    * [WICKET-5818] - Add support for httpOnly cookies to CookieDefaults
+
+** New Feature
+
+    * [WICKET-5771] - Ability to escape resource bundle messages added with wicket:message
+
+** Task
+
+    * [WICKET-5732] - Improve component queuing and auto component
+    * [WICKET-5791] - Update JQuery to 1.11.2 and 2.1.3
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.0.0-M4
+
+** Bug
+
+    * [WICKET-5265] - FencedFeedbackPanel is broken with RefreshingView(and it's implementations)
+    * [WICKET-5326] - Wicket doesn't encrypt links and Ajax URLs for mounted pages when CryptoMapper is used
+    * [WICKET-5689] - Nested Redirects and REDIRECT_TO_BUFFER
+    * [WICKET-5698] - WebApplication#unmount() unmounts the whole compound mapper if some of its inner ones matches
+    * [WICKET-5701] - WebSocketRequestHandler is not set as a scheduled and thus RequestCycle#find(AjaxRequestTarget.class) doesn't work 
+    * [WICKET-5704] - IllegalArgument exception with wicket:child in ajaxrequest
+    * [WICKET-5706] - ResourceUtils.getLocaleFromFilename cannot handle filenames with classifiers
+    * [WICKET-5711] - OnChangeAjaxBehavior should listen for both 'inputchange' and 'change' events for TextField and TextArea
+    * [WICKET-5712] - SecuritySettings.setEnforceMounts() does not work when the mounted mapper is not in the root compound mapper
+    * [WICKET-5714] - MockHttpServletRequest.buildRequest() should work for parameters with multiple values with multipart content type
+    * [WICKET-5716] - wicket-autocomplete prevents "change"-listener when leaving input via mouse click
+    * [WICKET-5717] - Url.parse/toString should support fragment
+    * [WICKET-5719] - Wicket-atmosphere should warn about phone home
+    * [WICKET-5720] - Method Strings.join doesn't work correctly if separator is empty.
+    * [WICKET-5723] - CheckGroupSelector with disabled checks
+    * [WICKET-5724] - Queueing component in autocomponent
+    * [WICKET-5728] - Component queuing breaks with html tags that don't require close tag.
+    * [WICKET-5730] - Dequeue auto component can't resolve components if they are nested in child markup
+    * [WICKET-5731] - Using "Submit" button in Ajax DropDownChoice example leads to broken HTML page
+    * [WICKET-5733] - ContextNotActiveException thrown when using both CDI & Native WebSocket
+    * [WICKET-5734] - Problem with WICKET-4441 and RestartResponseAtInterceptPageException
+    * [WICKET-5736] - Atmosphere Eventbus throws Concurrent Modification Exception
+    * [WICKET-5741] - Ajax Form example is broken due to 9716f2a7e799133fdf3f7927d0093e6dfe16f529
+
+** Improvement
+
+    * [WICKET-5350] - Enhancement for AbstractChoice and WildcardListModel API
+    * [WICKET-5691] - Wicket FileUploadField.getFileUploads() should never return null.
+    * [WICKET-5692] - Misleading message in PropertyValidator
+    * [WICKET-5694] - Add WicketTester assertion methods for component's markup style, variation and locale 
+    * [WICKET-5695] - Use Log4j 2.x for the archetype
+    * [WICKET-5697] - Rework Spring application to use annotations based configuration
+    * [WICKET-5708] - Making FormComponent.convertInput() public
+    * [WICKET-5710] - StringValidator should set 'minlength' attribute to input and textarea
+    * [WICKET-5713] - Move /wicket.properties to /META-INF/wicket/xyz.properties
+    * [WICKET-5715] - Allow setting 'async' attribute on reference <script> elements
+    * [WICKET-5718] - Upgrade Atmosphere to 2.2.2
+    * [WICKET-5725] - Add NumberTextField(String,Class<T>) constructor
+    * [WICKET-5729] - Avoid using input names that conflict with JavaScript DOM API method and attribute names
+    * [WICKET-5735] - Propagate fileSizeMax attribute to org.apache.commons.fileupload.FileUploadBase
+    * [WICKET-5737] - Log a warning when WebSocketResponse#sendError() is used
+    * [WICKET-5739] - Add a factory method for WebSocketRequestHandler
+    * [WICKET-5740] - Provide a way to adapt the lock timeout based on the page class/id
+
+** New Feature
+
+    * [WICKET-5677] - Components should have onAdd to complement onRemove
+
+** Task
+
+    * [WICKET-5705] - Disable Javadoc linter in JDK 1.8 because it is too strict
+
+** Test
+
+    * [WICKET-5722] - Queueing in merged markup with transparent resolver in the base class
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.0.0-M3
+
+** Sub-task
+
+    * [WICKET-5633] - Make JavaScriptFilteredIntoFooterHeaderResponse non-final to be able to create custom filters
+
+** Bug
+
+    * [WICKET-5241] - RequestLogger's server duration does not include 'detach duration'
+    * [WICKET-5371] - IllegalArgumentException: Argument 'page' may not be null. - when sending event from asynchronous process
+    * [WICKET-5564] - AjaxRequestTarget.focusComponent() does not work when two Ajax responses arrive next to each other
+    * [WICKET-5578] - Stateless/Statefull pages - incorrect behaviour
+    * [WICKET-5603] - OnChangeAjaxBehavior attached to DropDownChoice produces two Ajax requests in Chrome v35
+    * [WICKET-5607] - Wicket Ajax fires calls scheduled by AbstractAjaxTimerBehavior even after unload of the page
+    * [WICKET-5609] - AutoCompleteTextField can only complete text that is visible on screen browser screen 
+    * [WICKET-5615] - UploadProgressBar does not show up if no FileUploadField is given
+    * [WICKET-5616] - CLONE - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page
+    * [WICKET-5619] - ConcurrentModificationException may occur when calling EventBus.post()
+    * [WICKET-5624] - Do not throw when WebSocket is not supported
+    * [WICKET-5626] - ConcatBundleResource#reportError() doesn't print the resource attributes
+    * [WICKET-5630] - Fix last button translation germany of wizard to 'Letzter'
+    * [WICKET-5631] - Allow submitting with POST method for PhantomJS
+    * [WICKET-5636] - Update StatelessForm's and AbstractRepeater's javadoc that FormComponents should be repeated only with RepeatingView
+    * [WICKET-5637] - Fix the encoding of the Chinese translations for Wizard component
+    * [WICKET-5639] - ResourceResponse does not write headers when status code is set
+    * [WICKET-5643] - WebPageRenderer should bind a Session if redirect is required and the session is temporary.
+    * [WICKET-5644] - AjaxWizardButtonBar broken since ARA#preventDefault is false
+    * [WICKET-5647] - missing generic cast causes compile error on OS X / jdk 8
+    * [WICKET-5655] - Problem with setting of IComponentInheritedModel and FLAG_INHERITABLE_MODEL
+    * [WICKET-5656] - PropertyResolver does not scan for NotNull in annotation tree
+    * [WICKET-5657] - wicket-autocomplete may fail after preceeding Ajax request
+    * [WICKET-5662] - @SpringBean(name="something", required=false) still throws org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'something' is defined
+    * [WICKET-5670] - org.apache.wicket.protocol.ws.api.registry.IKey should be Serializable (IClusterable)
+    * [WICKET-5679] - RenderStrategy REDIRECT_TO_RENDER lets fail test with BaseWicketTester#startComponentInPage
+    * [WICKET-5680] - AjaxEditableLabel keeps raw input after cancel following a validation failure 
+    * [WICKET-5682] - AbstractAjaxTimerBehavior fails to trigger
+    * [WICKET-5684] - Autocomplete example renders the search term
+    * [WICKET-5686] - @Inject should require the bean dependency instead of setting null
+    * [WICKET-5687] - content type in header is being lost when using a AbstractTransformerBehavior
+    * [WICKET-5688] - Restore the functionality an IPageManager to be able to clean all data/pages for the current session 
+
+** Improvement
+
+    * [WICKET-4344] - Implement onValidateModelObjects() and beforeUpdateFormComponentModels() for nested forms
+    * [WICKET-4660] - Make it possible to notify about Atmosphere internal events
+    * [WICKET-5349] - Replace <table> usage in non-tabular markup
+    * [WICKET-5452] - Make Wicket-Atmosphere testable - AtmosphereTester
+    * [WICKET-5602] - DynamicImageResource should set the mime type after reading the image data
+    * [WICKET-5605] - Store browser capabilities in local variables in wicket-event-jquery.js
+    * [WICKET-5611] - Add AjaxChannel.DEFAULT constant = "0" and type "Queue"
+    * [WICKET-5617] - Make it possible to set markup id to CSS header contributions
+    * [WICKET-5620] - Remove second <listener-class> for CDI related stuff in wicket-examples' web.xml
+    * [WICKET-5627] - broadcastMessage(): hook to set more thread-local context before rendering components
+    * [WICKET-5628] - Introduce a marker interface for exception which are recommended to be handler by the framework
+    * [WICKET-5629] - Add an HeaderItem for meta data tags such as <meta> or canonical <link>
+    * [WICKET-5634] - Add IObjectCheckers that fails the serialization when the Session or another Page are serialized
+    * [WICKET-5635] - Provide a way to modify ResourceReferenceRegistry.DefaultResourceReferenceFactory externally to be used by wicket-bootstrap-less
+    * [WICKET-5640] - Reduce the mangling of HTML markup in the Java code as much as possible
+    * [WICKET-5642] - CheckingOutputObjectStream should filter duplicates by identity, not by equality
+    * [WICKET-5645] - Markup String of IMarkupResourceStreamProvider throws NPE for inherited markup
+    * [WICKET-5646] - Allow subclasses of ComponentStringResourceLoader to stop at specific components
+    * [WICKET-5648] - CookieUtils - multivalue related methods are broken due to the usage of ";" as a separator for the values
+    * [WICKET-5650] - Make is possible to position the choice label before/after/around the choice
+    * [WICKET-5651] - Add TagTester#getChild(String tagName) method
+    * [WICKET-5652] - Improve Javadoc of Ajax behaviors concerning their onXyz() methods
+    * [WICKET-5653] - Add a setter for IViolationTranslator to BeanValidationConfiguration
+    * [WICKET-5654] - DefaultViolationTranslator should maybe use getMessage()
+    * [WICKET-5658] - AjaxFormComponentUpdatingBehavior should not clear the rawInput when updateModel is false
+    * [WICKET-5659] - Add a setting to MultiFileUploadField to not close the file uploads' streams
+    * [WICKET-5660] - Throw more specific exception when a component cannot be found by ListenerInterfaceRequestHandler
+    * [WICKET-5667] - Preserve the NotSerializableException if an error occur while using the IObjectCheckers
+    * [WICKET-5668] - StringResourceModel with custom locale 
+    * [WICKET-5669] - Mark page parameters with a flag where they have been read from
+    * [WICKET-5671] - Rename log4j.properties in the quickstart when creating a project for WildFly
+    * [WICKET-5672] - Form#findSubmittingComponent() should not throw exceptions if the submitter is disabled/invisible
+    * [WICKET-5673] - Improve BookmarkableMapper and BasicResourceReferenceMapper to not match when the last segment is empty
+    * [WICKET-5674] - Use jquery.atmosphere.js as a Webjar
+    * [WICKET-5683] - PreviousButton isEnabled() should bo logical conjunction of getWizardModel().isPreviousAvailable() and super.isEnabled()
+
+** Task
+
+    * [WICKET-5632] - Use frontend-maven-plugin to run the JavaScript tests
+    * [WICKET-5649] - Create Eclipse lifecycle mapping for clirr-maven-plugin.
+    * [WICKET-5664] - Log a warning if the name of the JavaScript event starts with 'on' 
+    * [WICKET-5665] - WicketTester#assertComponentOnAjaxResponse() cannot test invisible components
+
+** Wish
+
+    * [WICKET-4551] - Enable components underneath disabled components
+    * [WICKET-5340] - CssAttributeModifier and StyleAttributeModifier
+
+============================================================================
+
+Release Notes - Wicket - Version 7.0.0-M2
+
+** Bug
+
+    * [WICKET-4545] - MarkupNotFoundException for Fragment and TransparentWebMarkupContainer
+    * [WICKET-5241] - RequestLogger's server duration does not include 'detach duration'
+    * [WICKET-5560] - A 404 error occurs when using a CryptoMapper
+    * [WICKET-5569] - Unable to find markup for children of deeply nested IComponentResolvers during Ajax response
+    * [WICKET-5573] - FilterToolbar generics broken
+    * [WICKET-5579] - wicket:enclosure on wicket:extend - Detach called on component with id '0' while it had a non-empty queue
+    * [WICKET-5581] - CachingRes​ourceStrea​mLocator is not extension-​aware
+    * [WICKET-5582] - ServletWebResponse#encodeUrl() makes absolute Urls relative
+    * [WICKET-5589] - Upgrade wicket-atmosphere to the latest version of atmosphere
+    * [WICKET-5591] - Missing translation for HoursValidator.range (in DateTimeField)
+    * [WICKET-5592] - Add a method to clear the cache of CachingResourceStreamLocator
+    * [WICKET-5593] - AjaxFormValidatingBehavior attempts to update non-visible feedback panels
+    * [WICKET-5595] - Atmosphere: updates infinitly with long polling transport
+    * [WICKET-5596] - DropDownChoice#wantsOnSelectionChangedNotifications(T) not being called on unmounted page
+    * [WICKET-5597] - button behaviour changed
+    * [WICKET-5598] - AjaxFallbackButton does not call #onError(ART, Form) when JavaScript disabled
+
+** Improvement
+
+    * [WICKET-5574] - ComponentRenderer should use Application#createRequestCycle
+    * [WICKET-5575] - Add support in FormTester#submit(String|Component) for Ajax submitters
+    * [WICKET-5577] - Generation of wicket ids with prefix / suffix
+    * [WICKET-5580] - Allow markup to find child fragments when wicket:child is inside a component tag
+    * [WICKET-5585] - Wicket Extension Automplete does not work well with JavaScriptFilteredIntoFooterHeaderResponse
+    * [WICKET-5586] - NextButton isEnabled() should bo logical conjunction of getWizardModel().isNextAvailable() and super.isEnabled()
+    * [WICKET-5594] - AjaxButton #onSubmit() #onError() intricacies
+    * [WICKET-5600] - Introduce CharSequenceResource similar to ByteArrayResource
+    * [WICKET-5606] - SelectOptions with #setRecreateChoices(true) loses selection on form errors
+
+** New Feature
+
+    * [WICKET-5590] - Add a method to clear the cache of CachingResourceVersion
+
+** Task
+
+    * [WICKET-5172] - Add entry for Wicket 7 Javadocs in the website
+    * [WICKET-5587] - Upgrade JQuery to latest releases - 1.11.1 & 2.1.1
+
+** Wish
+
+    * [WICKET-5340] - CssAttributeModifier and StyleAttributeModifier
+

Added: dev/wicket/7.14.0/apache-wicket-7.14.0.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/wicket/7.14.0/apache-wicket-7.14.0.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/wicket/7.14.0/apache-wicket-7.14.0.tar.gz.asc
==============================================================================
--- dev/wicket/7.14.0/apache-wicket-7.14.0.tar.gz.asc (added)
+++ dev/wicket/7.14.0/apache-wicket-7.14.0.tar.gz.asc Fri May 24 18:22:19 2019
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAlzoNjgACgkQh48B+qjT
+VuFeSA/9HBIx6ouwvhvehMmc+MtolE3AvjVlGxp2MsNBP60Owed3kKx8h1EjehbR
+YPIVPlzU4Qj8Cik7bLgy7wPRXi8rGD35cFB2wXSqlwMPuGd8o8O0ubkjVPNwW6N0
+Aa0gD8EWxodRuRC93GvfnS1S4uytQnfPirRqeSq0KChXkbEjB5P3tR8j6YoVsll4
+PkmojVjlQjj+NSGAQYSKxhIdP/t13aQk2ETq66ecIFyC/CBZSfZeIM9/oPheY2g2
+GFz6Xn528OhUVG83bRfL3hAyT23v9rA46AbUL0kcxOnJKelfHsKdI28vojnHb6Pe
+MHIrAPTxOpnNJ12VXALiJXRJWySe3Jip+I+Oe1cRHA2e/xSBYyGpX3PBg4EWyoHY
+Sq2NM3NR+ME2ZVHMe6OqCk/H48vKYZZDIddBj3nN0wUABdhS0qoUqxaR3BARR2UN
+1H09jSC8BTBJQLEfWXdm7AVdBOxXwVWtbiM44t1qi61bOXmqLJDGLjpA/Wa27nju
+3wV3z8GBoCSjGoizKXixYFw4TKY1HKm+lHUGY0z68PdGn5VpU2MFYHxdXB7AfxNN
+APEt8FX8k0luf6welmFaAw7NPXDhr0yrC+bGxBBOclLFtX2dYt0n07k74FyzWPWN
+IIfwzGj/zzgg9/RPy97DXP18DoVMahpFFH2hEx4VwFrmDP2bRas=
+=2Ku5
+-----END PGP SIGNATURE-----

Added: dev/wicket/7.14.0/apache-wicket-7.14.0.tar.gz.sha256
==============================================================================
--- dev/wicket/7.14.0/apache-wicket-7.14.0.tar.gz.sha256 (added)
+++ dev/wicket/7.14.0/apache-wicket-7.14.0.tar.gz.sha256 Fri May 24 18:22:19 2019
@@ -0,0 +1 @@
+4ab955ff2196cec76cd78a6f9e53d6bde2c3cf898046c1403e651dfde231faf6  apache-wicket-7.14.0.tar.gz

Added: dev/wicket/7.14.0/apache-wicket-7.14.0.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/wicket/7.14.0/apache-wicket-7.14.0.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/wicket/7.14.0/apache-wicket-7.14.0.zip.asc
==============================================================================
--- dev/wicket/7.14.0/apache-wicket-7.14.0.zip.asc (added)
+++ dev/wicket/7.14.0/apache-wicket-7.14.0.zip.asc Fri May 24 18:22:19 2019
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAlzoNjgACgkQh48B+qjT
+VuEf2w//RTKqbi2cKmbIB2qd3gxkvCE44eiuWGP2U/Vo5kX07VIa8XrgXnOZHz34
+TiKcmQnkFkjCpnF+FDX+HNDDvz7PsUTGouPt0xefnjgSWKSKKzfa0qx1ajL5WlHe
+VOrDOlP56ghK6qQmZ8SoNIkj40tc78f+rNKpTC17Ws/i6q4H8G6UKFyn2FFMcRDs
+OpqC6FE6Tp2aIZ1P5quChlaaUv+j1SGrPBEUVekiTd28ZUhHxnCKdtm0adYkElVA
+Oqg5pL5fKR4CHMmy1koi/KDmI9H0BGG3axl77Mkrd16sSeQlDIgDmxdC3lvhgNdi
+y+I8jWrujVWj/RKRehJbzelfNBaHSSqeQun/BwSFBB0Bw8W7mYke1fd2MhlCo5bX
+ffGLSR0dGlW8xtitrkol57gZK0a9IotIiFG339pAhbZRGTMb/sfpAcKAGiPJPYOO
+FWGmL96HBcT2O9zMebZm6GlriLBSuQ8ckA7FuTWXpw7avjtB2g9/RGgq6NAGpktk
+cB2p0UVEFaXt4Rw+TmMdzO2SBJMmsHmxQAvl3abV1Tr70rplxK1gl5o19IdhnGFx
+w8zxDyf5K8fGOzsLELBSmQQcaRa8FBCgjJV0Htg3dUeN5s5gh3g3ZB4bmFOwLidP
+PeC2jigSEP59aN0Oj4ppk1C93hRNP+aQcuWDqoxo4hQ55lQSjoM=
+=q9fD
+-----END PGP SIGNATURE-----

Added: dev/wicket/7.14.0/apache-wicket-7.14.0.zip.sha256
==============================================================================
--- dev/wicket/7.14.0/apache-wicket-7.14.0.zip.sha256 (added)
+++ dev/wicket/7.14.0/apache-wicket-7.14.0.zip.sha256 Fri May 24 18:22:19 2019
@@ -0,0 +1 @@
+96a37eba88e179bf0cc65893b203f2f86a9d61fc9c3fdc009714381b18c509b9  apache-wicket-7.14.0.zip

Added: dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.tar.gz.asc
==============================================================================
--- dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.tar.gz.asc (added)
+++ dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.tar.gz.asc Fri May 24 18:22:19 2019
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAlzoNjkACgkQh48B+qjT
+VuGX+g//cn6g3485OMi/Wd+wXp5Do7yqgQomlec7PHeiSNnNLoDE9gfFqfY8matp
+YoFILxsaSu7tRMwU8MoaNthJHOZv3CPTeovtK2Vdo4PeWRxWofqfHnb/opTi9U9f
+YkCEhqnR1/HyHI4wToIYNdH0+AKA4GeU4+ULlrbWaRWfbb7c7tG7BHet6QBq1tLE
+CheJUdM7lFO6qRk9Rwnv4dhfxh6vk87bkazE6Zuw872KE5s8q001N72+8Y3VA1Zb
+SkKDNpr5Suhis04X56BF95ofXx2Ps0Whfw/Nw2UTG03ZBH0fHq6qk7imFpSlwlx7
+pjR5o8pwsWL866j0n0WRyvYCazGJfHSk7xIJ1tmEE/X8F69c8gAHc8UCymjAYA0x
+O95mzMhF7elnrAUx1rw5cjusfQfb2zcvGbxRWBv11ja6J2j7TI5O5J8oFMAjZmbj
+pFW6mPGHdc1Lc793wQ+u1ykgVwtXcWOPuu/gm30krIUurPqYQ8V0RCmzDyDc6b+e
+4mgw8zD7T3S59VZl80WQToDEirvfTo1xDYNXg+XGqjDXaAZQM5IjWHzslv32LQg0
+gzwS2swYk+xaGVtlAPgPygJgg61zKf1lq93VACf6D2v+NfPHwsb9CKYQ+AGn+Xjr
+elJwyEzT1QG0D5IQgCkMfZvhkojnHX0Cpvcllj9wbMI5JQQfVeI=
+=GqB/
+-----END PGP SIGNATURE-----

Added: dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.tar.gz.sha256
==============================================================================
--- dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.tar.gz.sha256 (added)
+++ dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.tar.gz.sha256 Fri May 24 18:22:19 2019
@@ -0,0 +1 @@
+9a9adebf9146e82851954a4daf2137fda05bd4e0a803d79d044aaeb69d3fc897  apache-wicket-7.14.0-bin.tar.gz

Added: dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.zip.asc
==============================================================================
--- dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.zip.asc (added)
+++ dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.zip.asc Fri May 24 18:22:19 2019
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAlzoNjoACgkQh48B+qjT
+VuFXcg/9GhYwW5W9RDTngUb97uwygGqtUUHm70EGdODj1Ea+eEEZwrEDsdSjH83v
+ZryLZTiRNyjV/n5mexs+5UR0ih0re4kNjHjjz7mgt9DvvwfS+ffMh3bKYr57I+OL
+gzo0L8Q9dhTrqDW6dJIgVT5Z7uS8dCcZtXRvhXDATTdTKD9vyZpu4gbUmQMcXcmm
+ApQKRwaSQhs/iprTabNyMnQ1u8P3hx9sOv5rtiNmFxqd3O0X5GjU2j0icbc5wLBV
+9k/3obQmiRxwXwL4MGdCValXzuEjSemcI1mCG7Rb9neCEu79hrTvW4ZDlmLiUI/H
+4/sNhtjfcdn8K+YmaRarmTTFW1/eImmAIMnKrpVvHDDZOpRn58+HFjkaAZXILF5D
+w7T8kxJrG9wxc7+bmoVnc4s9Ryx8JbzR55d1AOz/wzG47Q8eprolmNEWc2CMqLa2
+KBNeRWJj+lPDwls7oYsNlkJweDeFk/eQmSk6rDVg9ohOqAZupNMLTOb9yKT3cgLr
+9qywMteqbrMyRLSgsjUFO6hUY7uDkoRBfZV2jCj8MNP6RCjxsgYHxuX2rnUnefSR
+tNIt7JHPaDRVfYfxet+Ns5dxTbj6D373M2QQYOtLS6xpe/A3kMmbVIPA5OvLslWP
+XwAt7wCQxPOjgkvL21IyWG8RjDC5YyqmGgjRD/J+iWPY0CnhW68=
+=yy8y
+-----END PGP SIGNATURE-----

Added: dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.zip.sha256
==============================================================================
--- dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.zip.sha256 (added)
+++ dev/wicket/7.14.0/binaries/apache-wicket-7.14.0-bin.zip.sha256 Fri May 24 18:22:19 2019
@@ -0,0 +1 @@
+85f4b8542d64d9423a6ef3ca9e7b41fe666c198787eb023dbf36b75003a9a2b4  apache-wicket-7.14.0-bin.zip