Author: adelbene
Date: Mon Sep 10 21:22:13 2018
New Revision: 29260

Log:
Upload wicket-8.1.0 to staging area

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

Added: dev/wicket/8.1.0/CHANGELOG-8.x
==============================================================================
--- dev/wicket/8.1.0/CHANGELOG-8.x (added)
+++ dev/wicket/8.1.0/CHANGELOG-8.x Mon Sep 10 21:22:13 2018
@@ -0,0 +1,549 @@
+This file contains all changes done in releases for Apache Wicket 8.x.
+
+=======================================================================
+
+Release Notes - Wicket - Version 8.1.0
+
+** Bug
+
+    * [WICKET-6551] - LazyInitProxyFactory doesn't work correctly at Weblogic
+    * [WICKET-6552] - Spring proxy creation fails with IAE inside ASM 
ClassReader on JDK10
+    * [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-6571] - BaseWebSocketBehavior should check sessionId cookie name 
dynamically
+    * [WICKET-6573] - WicketTesterHelper ignores invalid Ajax-Event names 
starting with "on"
+    * [WICKET-6574] - JQueryResourceReference#get() (still) return V1
+    * [WICKET-6584] - Import Junit Package as optional
+
+** New Feature
+
+    * [WICKET-6577] - Introduce class GenericWebMarkupContainer
+
+** Improvement
+
+    * [WICKET-6560] - Improve serialization warnings in ChainingModel
+    * [WICKET-6565] - ResponseIOException logged as an error in 
DefaultExceptionMapper
+    * [WICKET-6575] - Ajax requests are still firing even when placeholder tag 
is written only
+    * [WICKET-6576] - Support multiple dateFormats for LocalDateTextfield
+    * [WICKET-6580] - org.apache.wicket.util.lang.Bytes - toString()
+
+=======================================================================
+
+Release Notes - Wicket - Version 8.0.0
+
+** Bug
+
+    * [WICKET-6473] - Double slash break 404page
+    * [WICKET-6525] - SubmitLink.onSubmit not invoked when using GET-method
+    * [WICKET-6528] - Component part of Page check in AjaxRequestHandler 
breaks applications
+    * [WICKET-6533] - Error while parsing xml using AjaxButton
+    * [WICKET-6540] - When form.setDefaultButton(button) is called, the form 
is not displayed
+    * [WICKET-6542] - Wrong message for IllegalArgumentException in 
ConverterLocator.java
+    * [WICKET-6543] - onConfigure() Javadoc claims Overrides must call super, 
but there is no check to enforce it
+    * [WICKET-6545] - Argument 'markup' may not be null.
+    * [WICKET-6546] - CssContentHeaderItem comments CSS code with HTML comments
+
+** Improvement
+
+    * [WICKET-6055] - AjaxLazyLoadPanel should provide non-blocking lazy load
+    * [WICKET-6321] - Support Integrity and Crossorigin attributes for 
JavaScriptUrlReferenceHeaderItem 
+    * [WICKET-6503] - Ajax refresh and feedback panel
+    * [WICKET-6527] - no possibility to override fixed html appended directly 
to response by FilterForm
+    * [WICKET-6541] - Allow wizard finish before last step
+    * [WICKET-6548] - CSVDataExporter custom converters and resource strings
+
+=======================================================================
+
+Release Notes - Wicket - Version 8.0.0-M9
+
+** Bug
+
+    * [WICKET-6332] - NullPointerException in PageParameters#equals()
+    * [WICKET-6441] - MockHttpSession and MockSessionStore don't call 
onInvalidate() on invalidate()
+    * [WICKET-6448] - Provide behavior that disables a button after click
+    * [WICKET-6477] - Component.getDefaultModelObject() wraps in 
RuntimeException instead of WicketRuntimeException
+    * [WICKET-6484] - Wicket.Cookie.set does not set 'secure' flag
+    * [WICKET-6489] - Exception when "identifier|code" javascript is not start 
on PrependJavaScript
+    * [WICKET-6491] - AjaxDownload is not working in blob mode for Microsoft 
browsers
+    * [WICKET-6492] - javascript files are not minified in deployment mode and 
not united
+    * [WICKET-6493] - WebSocket SessionIds are wrong (HttpSession one used 
instead of Websocket one) + NPE if no HttpSession is found during Handshake 
Request
+    * [WICKET-6496] - Duplicate definition of interface JSONString
+    * [WICKET-6501] - DefaultPageManagerProvider does not honour 
StoreSettings.setAsynchronous(false)
+    * [WICKET-6506] - Performance issue when large component isn't visible
+    * [WICKET-6512] - pageId is being reset during Session::replaceSession() 
call
+    * [WICKET-6513] - NullPointerException at PageStoreManager$SessionEntry 
after login
+    * [WICKET-6518] - Memory leaks on quickstart restart in tomcat
+    * [WICKET-6522] - ThreadLocal leak in PageStoreManager
+    * [WICKET-6523] - Two AbstractAjaxTimerBehaviors on same component timeId 
conflict
+    * [WICKET-6524] - Do not require bean validation 2.0.0
+    * [WICKET-6529] - Feedback from onSubmit not rendered on stateless pages
+    * [WICKET-6530] - Race-condition in session invalidation
+
+** New Feature
+
+    * [WICKET-6497] - unify javascript files
+    * [WICKET-6498] - wicket 8 - js to asnyc and or defer
+
+** Improvement
+
+    * [WICKET-6055] - AjaxLazyLoadPanel should provide non-blocking lazy load
+    * [WICKET-6284] - Introduce lambda-enhanced factory method in 
ResourceReference 
+    * [WICKET-6499] - Support for Bean Validation 2.0
+    * [WICKET-6503] - Ajax refresh and feedback panel
+    * [WICKET-6504] - Use a serializable model for FileSystemResource's path
+    * [WICKET-6509] - Import junit packages as optional
+    * [WICKET-6514] - FeedbackCollector(Component) should not collect 
session-scoped feedback messages
+    * [WICKET-6517] - use Ajax for multipart instead of iframe
+
+** Task
+
+    * [WICKET-6148] - Remove AjaxEventBehavior#onCheckEvent() before Wicket 
8.0.0
+
+=======================================================================
+
+Release Notes - Wicket - Version 8.0.0-M8
+
+** Bug
+
+    * [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-6461] - Default constructor is incorrectly called if optional 
param is not provided in parameter placeholder URL with additional required 
parameter
+    * [WICKET-6462] - When an Ajax Button is submitted, AjaxFormSubmitBehavior 
# onSubmit is called twice
+    * [WICKET-6465] - PageStore not cleared at session end
+    * [WICKET-6471] - FileSystemResource file descriptor leak
+    * [WICKET-6476] - It is impossible to use multiple WebSocketTester with 
the same WebApplication
+    * [WICKET-6479] - AjaxNewWindowNotifyingBehavior erroneously reports new 
window
+    * [WICKET-6481] - NullPointerException in MountedMapper
+    * [WICKET-6485] - IllegalArgumentException: Argument 'pageClass' may not 
be null
+
+** Improvement
+
+    * [WICKET-6396] - Model should provide other Optional's methods
+    * [WICKET-6451] - Components with collection models do not support 
unmodifiable or empty sets
+    * [WICKET-6460] - Rename AjaxDownload to AjaxDownloadBehavior
+    * [WICKET-6463] - Please add additional constructor to Roles
+    * [WICKET-6482] - CompoundValidator should implement all Behavior methods
+
+** Task
+
+    * [WICKET-6105] - Decommission wicket-datetime
+
+=======================================================================
+
+Release Notes - Wicket - Version 8.0.0-M7
+
+** Bug
+
+    * [WICKET-4324] - [wicket-ioc] LazyInitProxyFactory CGLIB proxies naming 
strategy may cause java.lang.IllegalAccessError
+    * [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-6379] - IModel's default models should detach the target model
+    * [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
+    * [WICKET-6402] - OSGi-Manifest: wicket does not declare BSN
+    * [WICKET-6406] - Each path has to be pushed directly
+    * [WICKET-6419] -  Localization of PageParameters 
+    * [WICKET-6428] - PageProvider#getPageInstance() may return null
+    * [WICKET-6429] - AbstractRequestLogger should not create new Sessions
+    * [WICKET-6434] - Fixed WicketTester to detect components in enclosure 
when doing isComponentOnAjaxResponse.
+
+** 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-6388] - MockServletContext should define non-null session 
tracking modes
+    * [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'
+    * [WICKET-6412] - Model#orElse behavior is inconsistent!
+    * [WICKET-6421] - WicketTester should provide assertBehavior method
+    * [WICKET-6433] - Allow to set the rel attribute with CssHeaderItem
+    * [WICKET-6436] - Please add CompoundPropertyModel.of(T object) method
+    * [WICKET-6437] - Libraries should be updated to most recent versions
+
+** Task
+
+    * [WICKET-6390] - Update Tomcat to 8.5.15 to get the latest HTTP2 features 
and APIs
+
+=======================================================================
+
+Release Notes - Wicket - Version 8.0.0-M6
+
+** Bug
+
+    * [WICKET-6177] - Introduce AsynchronousPageStore
+    * [WICKET-6339] - Wrong implementation of MarkupFragment.iterator()
+    * [WICKET-6353] - Proxy deserialization fails due to classloading issues
+    * [WICKET-6356] - Clustering failover not working on Tomcat
+    * [WICKET-6360] - WebSocket fails when url-based jsessionid is used
+    * [WICKET-6361] - MarkupContainer#queue doesn't work in table column
+    * [WICKET-6362] - HeaderItems with different PageParameters are treated as 
identical
+    * [WICKET-6365] - Links on "Contribute to the User Guide" are broken
+
+** Improvement
+
+    * [WICKET-6347] - IChoiceRenderer implements IDetachable
+    * [WICKET-6348] - New FormComponentUpdatingBehavior to replace 
wantOnSelectionChangedNotifications()
+    * [WICKET-6351] - Form.anyFormComponentError performance degradation
+    * [WICKET-6354] - Add JavaScriptResourceReference for JQuery 3.x
+    * [WICKET-6355] - Pass the request attributes to 
FileSystemResource#createResourceResponse()
+    * [WICKET-6364] - The autogenerated input field when a form has a default 
button should not gain the focus when navigating with tab
+
+** New Feature
+
+    * [WICKET-6286] - Would be good to have AjaxDownload available out of the 
box 
+
+** Task
+
+    * [WICKET-4201] - IPageProvider and its implementations need to be improved
+    * [WICKET-6322] - Remove lambda factories
+    * [WICKET-6363] - Do not use jetty-all but specific dependencies
+
+=======================================================================
+
+Release Notes - Wicket - Version 8.0.0-M5
+
+** Bug
+
+    * [WICKET-6317] - AuthenticatedWebSession#signOut() calls twice after 
session invalidation
+    * [WICKET-6319] - AutoCompleteTextField: popup is hidden when clicking on 
scrollbar in IE
+    * [WICKET-6329] - org.json migration issue
+    * [WICKET-6337] - Wrong class type in PageAccessSynchronizer
+    * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates invalid 
XHTML markup for multipart forms
+    * [WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior
+
+** 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-6328] - Add 'pathInfo' to ForwardAttributes
+    * [WICKET-6333] - Use onConfigure() to set the visibility of ExportToolbar 
instead of overriding isVisible()
+    * [WICKET-6334] - WicketObjects#sizeof() and #cloneObject() should not use 
IObjectCheckers 
+    * [WICKET-6335] - tree.Node calls virtual methods from constructor
+    * [WICKET-6336] - Add #removePage(IManageablePage) to IPageManager
+    * [WICKET-6343] - Add hook method for exception handling to 
StatelessChecker
+    * [WICKET-6345] - Check for non-null PushBuilder before trying to use it
+
+** New Feature
+
+    * [WICKET-6286] - Would be good to have AjaxDownload available out of the 
box 
+
+=======================================================================
+
+Release Notes - Wicket - Version 8.0.0-M4
+
+** Bug
+
+    * [WICKET-6165] - Inconsistent behavior of Markupstream.hasMore vs. 
MarkupStream.next.
+    * [WICKET-6288] - StatelessLink not working
+    * [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-6310] - Once invalidated the Session will be invalidated on 
every detach
+    * [WICKET-6311] - SignOutPage_ru.html is missing
+    * [WICKET-6314] - 7.6 release references 7.5-SNAPSHOT poms
+
+** Improvement
+
+    * [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-6315] - Optimize LinkParser by caching the compiled regex Pattern
+
+** Task
+
+    * [WICKET-6287] - Switch from json.org to open-json
+    * [WICKET-6304] - Remove Tomcat7 support in Native WebSockets
+    * [WICKET-6305] - Remove Atmosphere module
+    * [WICKET-6309] - Move the Native WebSocket demo to wicket-examples module
+
+=======================================================================
+
+Release Notes - Wicket - Version 8.0.0-M3
+
+** Bug
+
+    * [WICKET-6041] - Nested forms / parent FormComponents do not reflect 
updated model when nested form submitted
+    * [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-6292] - Button.onSubmit not called for multipart requests
+    * [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-5920] - roll a version of ListDataProvider implementing 
ISortableDetachable model
+    * [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-6269] - Use jdk-serializable-functional voor Serializable 
functional interfaces
+    * [WICKET-6271] - IRequestableComponent getPage() javaDoc and Component 
implementation mismatch
+    * [WICKET-6274] - Add origin header to ajax requests in BaseWicketTester
+    * [WICKET-6276] - Reduce memory footprint for LambdaModel
+    * [WICKET-6281] - Listener interfaces' methods should use empty default 
methods for friendlier extension
+    * [WICKET-6282] - Make native web socket message classes serializable
+    * [WICKET-6284] - Introduce lambda-enhanced factory method in 
ResourceReference 
+    * [WICKET-6293] - Behavior#onTag() should pass the Component as well
+    * [WICKET-6297] - Add wicket:label tag in wicket.xsd
+
+** New Feature
+
+    * [WICKET-6275] - Stream support for MarkupContainer
+
+=======================================================================
+
+Release Notes - Wicket - Version 8.0.0-M2
+
+** Sub-task
+
+    * [WICKET-6243] - ResourceReferenceAutolink component resolved by 
AutoLinkResolver ignores session locale changes
+
+** Bug
+
+    * [WICKET-5836] - Update the version of clirr-maven-plugin (current 2.6.1)
+    * [WICKET-5972] - Datepicker "Close" text overlays 'x' icon.
+    * [WICKET-6136] - AutoCompleteTextField issue in Android 5.1.1
+    * [WICKET-6161] - SecuritySettings.setEnforceMounts() should be applicable 
for all kind of pages
+    * [WICKET-6190] - Update user guide to cover lambda support
+    * [WICKET-6192] - Remove recreateBookmarkablePagesAfterExpiry check in 
AbstractBookmarkableMapper#mapHandler
+    * [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
+    * [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-6220] - TagTester incomplete support for void elements
+    * [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-6200] - Add default converters for Java 8 classes
+    * [WICKET-6203] - Rename IModel#mapWith() to IModel#combineWith() and 
reorder the parameters
+    * [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-6228] - Hide AuthenticatedWebSession#signOut() from the public 
API
+    * [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
+    * [WICKET-6194] - PushBuilder API integration
+    * [WICKET-6299] - Autofill support based on whatwg standard
+
+=======================================================================
+
+Release Notes - Wicket - Version 8.0.0-M1
+
+** Bug
+
+    * [WICKET-5836] - Update the version of clirr-maven-plugin (current 2.6.1)
+    * [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-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-6005] - WicketRuntimeException from 
AjaxPagingNavigator#onAjaxEvent
+    * [WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error
+    * [WICKET-6007] - PageableListView constructor argument and 
set/getItemsPerPage are inconsistent
+    * [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-6036] - Failure to process markup with nested tags inside a Label
+    * [WICKET-6037] - ModalWindow vulnerable to Javascript injection through 
title model
+    * [WICKET-6041] - Nested forms / parent FormComponents do not reflect 
updated model when nested form submitted
+    * [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-6069] - OnChangeAjaxBehavior does not work if the url contains a 
request parameter with same name as wicket id
+    * [WICKET-6076] - Problem with queued components and enclosure
+    * [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-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-6129] - IRequestCycleListener not notified of all executed 
handlers
+    * [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)
+    * [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-6161] - SecuritySettings.setEnforceMounts() should be applicable 
for all kind of pages
+    * [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-6171] - Problem with nested dialog with multipart form
+    * [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
+
+** Improvement
+
+    * [WICKET-5866] - Reconsider generics of IConverterLocator#getConverter()
+    * [WICKET-5920] - roll a version of ListDataProvider implementing 
ISortableDetachable model
+    * [WICKET-5950] - Model and GenericBaseModel could both implement 
IObjectClassAwareModel
+    * [WICKET-5969] - Please give us access to PageTable.index pageId queue
+    * [WICKET-5986] - NumberTextField<N> should use Models for minimum, 
maximum and step
+    * [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-6053] - Allow to reuse the same application instance in several 
tests
+    * [WICKET-6054] - Provide a factory method for the WebSocketResponse & 
WebSocketRequest
+    * [WICKET-6060] - Deprecate org.apache.wicket.util.IProvider
+    * [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
+    * [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-6104] - Rework AjaxFallback** components to use 
java.util.Optional for their #onEvent methods
+    * [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-6113] - Improve ResourceStreamResource API by passing Attributes 
to #getResourceStream()
+    * [WICKET-6114] - FormComponentPanel#clearInput() should delegate to its 
FormComponent children
+    * [WICKET-6115] - Provide default implementation of IDetachable#detach() 
in IModel
+    * [WICKET-6117] - Make IGenericComponent a mixin/trait so it could be 
easily reused in custom components
+    * [WICKET-6118] - Deprecate org.apache.wicket.util.IContextProvider
+    * [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-6132] - AbstractChoice#getChoices() should be final
+    * [WICKET-6137] - ListenerInterfaceRequestHandler simplification
+    * [WICKET-6140] - Ajax should prevent updating components which are not on 
page
+    * [WICKET-6144] - Wicket-ajax parameter / header may be used to bypass 
proper exception handling
+    * [WICKET-6145] - Enable DeltaManager to replicate PageTable in Sessions
+    * [WICKET-6146] - Provide default implementation of 
IRequestHandler#detach()
+    * [WICKET-6152] - Allow to add more than one WebSocketBehavior in the 
component tree
+    * [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-6184] - Remove form argument from AjaxButton and AjaxLink 
callbacks
+    * [WICKET-6188] - Use DynamicJQueryResourceReference by default
+    * [WICKET-6189] - Return Optional<T> from RequestCycle.find(Class<T>)
+
+** New Feature
+
+    * [WICKET-5991] - Introduce models which use Java 8 supplier/consumer
+    * [WICKET-6025] - Read resource files with Java's NIO API
+    * [WICKET-6042] - Implementation of ExternalImage component
+    * [WICKET-6112] - Microservices support (decoupled component usage)
+    * [WICKET-6120] - Wicket Metrics
+    * [WICKET-6121] - use lambdas for columns
+    * [WICKET-6193] - NestedStringResourceLoader - replaces nested keys within 
property files
+    * [WICKET-6194] - PushBuilder API integration
+
+** Task
+
+    * [WICKET-5990] - Upgrade Jetty usage in Wicket tests/quickstart to Jetty 
9.3.x
+    * [WICKET-6004] - Wicket 8 cleanup - TODOs and deprecated methods
+    * [WICKET-6057] - Upgrade commons-collections to 4.1
+    * [WICKET-6071] - Upgrade jQuery to 1.12 / 2.2.0
+    * [WICKET-6119] - Deprecate HtmlDocumentValidator
+    * [WICKET-6147] - Remove the support for the deprecated /wicket.properties 
and /META-INF/wicket/**.properties
+    * [WICKET-6150] - Deprecate org.apache.wicket.util.crypt.Base64 and use 
java.util.Base64
+
+** Wish
+
+    * [WICKET-6067] - Provide an Ajax Behavior that prevents form submit on 
ENTER
+    * [WICKET-6095] - Multiline headers in DataTable
+
+=======================================================================
+

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

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

Added: dev/wicket/8.1.0/apache-wicket-8.1.0.tar.gz.asc
==============================================================================
--- dev/wicket/8.1.0/apache-wicket-8.1.0.tar.gz.asc (added)
+++ dev/wicket/8.1.0/apache-wicket-8.1.0.tar.gz.asc Mon Sep 10 21:22:13 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAluW34oACgkQh48B+qjT
+VuHlvA//RL/S0hW1kCYecuqtuZ5lp78ueDCYYL05zzJ5pQYn0ZvBNkkqbxM3kbT9
+1V7h0cajy98Wtq+tUC+P0+L7IfYU0WYpKrHjR2aDjxj+H3Q9CFnqLDXJbeH6mwBC
+P3EA9hE3K4lbLsZZYNCD8KNLZTj+BNM+Yy+bK8aRyk4AofvVeY6KmK95NkTDOQXK
+FHUjNbN2Q6HjA12oPpC4YFP9vDrcuXVITkRQ81lRLjpMjFP/PGOd2Bm0sQGHqMXq
+K21Pxdq37OUmvLNFCYWC+QPUBbx0aZpPXjrH8SGM5SO4va4W3cATAtJjUG5mnAfK
+WrWRiXqjjZIwtXgBZpLcinniFUct3d1sWBxAMsaRQTybB4wgHZtISIyJAssRZwMb
+zqAjOJPd8WQXEnhqFjHrkSfp4YGSBHl9fE8gPAHc5v4+IHRNucN23QyBtYq9GbqK
+XQAkQCEgzzpOq9JHt3qw8yeOX8czVNbGHn+1x90YnRI8vzW6vTI/+u+3zWklnECx
+W/Wr288I8qlS2Yybe0bLxs21ecgw95z+q8x09PZ+r4b2akf3++rBNq1sbTI+Wgn3
+GoKv5h2hw0dN1IDnn09LpCCOLAdtTjcRDk9kD7ykDqSwimepliAhcuUza+4v7VpK
+lJo1T4d0KiH1FWCkqvFpvlICN54ynWMp/L16Lw0wYwHjoo4SzrU=
+=Ei8c
+-----END PGP SIGNATURE-----

Added: dev/wicket/8.1.0/apache-wicket-8.1.0.tar.gz.sha256
==============================================================================
--- dev/wicket/8.1.0/apache-wicket-8.1.0.tar.gz.sha256 (added)
+++ dev/wicket/8.1.0/apache-wicket-8.1.0.tar.gz.sha256 Mon Sep 10 21:22:13 2018
@@ -0,0 +1 @@
+21f714cabf5555dd6d80d7950114ff83eafb49f46d525769199118623b589354  
apache-wicket-8.1.0.tar.gz

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

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

Added: dev/wicket/8.1.0/apache-wicket-8.1.0.zip.asc
==============================================================================
--- dev/wicket/8.1.0/apache-wicket-8.1.0.zip.asc (added)
+++ dev/wicket/8.1.0/apache-wicket-8.1.0.zip.asc Mon Sep 10 21:22:13 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAluW34sACgkQh48B+qjT
+VuEVAxAAmml9oyJjsVKXEJhRzBubp/sjHN+H1QJk99jRSEoe0fjhJg69mv06dai3
+bQbZwG/pmToYOA1WXxmmtq/MHaDQSLAM51fZcAG8/RcxThkOrQqNYIOEFlTf/q3A
+WS4M4WP0fvA2IlY7UsWL4/Rb3m/TlSUtXn9ohsIl/5PgP2/NUSM5v4P2uyDzhQ57
+iDJ2WqbOimXwwp+thQg03xGuKpPDnwI6teqJuOhx9joNF0zmZCHxopyFSt5eM9qg
+xoPoRffdqm/IGa2UmzTUC9Be2CVVQWoJLeSlRgvuo1KbwyKq6pDFENaPCev3Kv2l
+PS8F18ux7FMQwaxz8bqTo7Fu3VLRRly9zI9gG4Y258COgTv4V8R6WRpchDfIBzbx
+M3HNHJUNiieC/YHv2iDjlmoqVAcMX13CY81+yfgaLdEdd3d19xW6PcSKeWzYZNp+
+v7/eLHaIzObKbMt54xGRfoQGrAsQDQm/k568IroNpetE8pQ7ryGEllufNUXMy5Xz
+r33VQ1NpTyKhI3H5GHv5biztSBELF5Lu5oA7oyIevldPAe7Dpw/TRGr/4vmD3ut5
+gwQKjf3nAri3xfQIs29oF8IMyOPsk4X7Z+xQDkNdFjQsyWXKUj7aTkhE0ZZYRZx4
+pq1MeFJr3fGM6BrAET0SnZGhjGMh+6aCGOlPwduuUaQ8HUmgN2c=
+=zWeR
+-----END PGP SIGNATURE-----

Added: dev/wicket/8.1.0/apache-wicket-8.1.0.zip.sha256
==============================================================================
--- dev/wicket/8.1.0/apache-wicket-8.1.0.zip.sha256 (added)
+++ dev/wicket/8.1.0/apache-wicket-8.1.0.zip.sha256 Mon Sep 10 21:22:13 2018
@@ -0,0 +1 @@
+e950bfe3cec46f9e64f67b636270ef01dc7f5f1931c91ed26852f1cc484ff0bb  
apache-wicket-8.1.0.zip

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

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

Added: dev/wicket/8.1.0/binaries/apache-wicket-8.1.0-bin.tar.gz.asc
==============================================================================
--- dev/wicket/8.1.0/binaries/apache-wicket-8.1.0-bin.tar.gz.asc (added)
+++ dev/wicket/8.1.0/binaries/apache-wicket-8.1.0-bin.tar.gz.asc Mon Sep 10 
21:22:13 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAluW34wACgkQh48B+qjT
+VuFF+A/+KAckDc/t5wYzrnS7a+3OUprVRZINaiX0VLWr0kbCidXsyJUez7cdqAHX
+/WbPuUcx4ygpwWAlrlkjYlmg/ta8aN5boCVzQrNLOKcAxRG1TEVNBZhXwwnPsELg
+48Ii+45+dCQCdffeBSrgFM9RHsTyPa1VgN4TkFKwG44547LiW5F3cGAN6IL6yX7P
++BqPFv80ABuTM79IIszTdoYdmsfiaEJIVEEMKERcVrLK5JABhQUfrjLIu4/K25tO
+XRJCobxf/H4EZoYe/Rex+yjLF3eR+r2zJ5HOGrAnZ8U2JmhTq1A7k3kUiiagNAZ0
+pbdP3cucAtC08t++87c+DbmuOzHdiy1YAgfLDZPRzE9RWf0BA4dglz3Hm3Y8//np
+en0MEnNH6gv30NWyYIN+get1qFMqiarmxverawRdkcfl54vMMeapLUjpLfYWDS61
+UXHpIBEsBntt0HfoOXGP2OLnD/k3MVqt52/ecJG/4Yo9zNQMbvAazPns6Itm7QHf
+jto1If9c6N45cjRwdIFH/ecZp6fnQsazeP4yMeIRk++F59aIKm1n1na5VnHMR19Q
+Z08QWpX2S3HVKnxezMaclrI4v3Yd1ulUvsZQ+6qkg/cSm5HKeeqU7KGsijwfyMDE
+EFyx9pPrMv/eK3M/0VNAkoA3p5Hj85BwlfHRqw/hExyWxxuWqv8=
+=AhEa
+-----END PGP SIGNATURE-----

Added: dev/wicket/8.1.0/binaries/apache-wicket-8.1.0-bin.tar.gz.sha256
==============================================================================
--- dev/wicket/8.1.0/binaries/apache-wicket-8.1.0-bin.tar.gz.sha256 (added)
+++ dev/wicket/8.1.0/binaries/apache-wicket-8.1.0-bin.tar.gz.sha256 Mon Sep 10 
21:22:13 2018
@@ -0,0 +1 @@
+01bd9f04bfa77f931e3e6b9807065febe8554892503f1399c7cdacc0ae3a4882  
apache-wicket-8.1.0-bin.tar.gz

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

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

Added: dev/wicket/8.1.0/binaries/apache-wicket-8.1.0-bin.zip.asc
==============================================================================
--- dev/wicket/8.1.0/binaries/apache-wicket-8.1.0-bin.zip.asc (added)
+++ dev/wicket/8.1.0/binaries/apache-wicket-8.1.0-bin.zip.asc Mon Sep 10 
21:22:13 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAluW34wACgkQh48B+qjT
+VuF6cg/+IQk+MJifD2LPiiXvWcCEmKLi3o3wJDEVL2jgnvwYloKbKQ1ogwsXyrI9
+0xHSGrY4MBfAKDtW67dQWXlahdH7SWRH4uHDS3/lqjuk5GYJXwmqA2GUkU3fbyb6
+4phkQ0LQIgXRBWnh+ObcSSZiNBR2yDHctEHyF47YdfVvSr4IAgmAEL3CY4H67V04
+WDBupCUeGT+dkbtIMPqxwqPS8O901Ruz2uqsSGA0ZYqFCxiD3PUjdPnIt84dWD01
+6jqpj5cEcBf56fKlJd979TX1meLod/uTGOWKywBvX2K+x00bSNP+eWpJqE8BbfQY
+mZU/RIN4pFHTY7bvVBr5yOg/0RaqKENH6aNPZ22PL9cROKIG5PS7YABlLjz6RoFZ
+kMLm7cHb5doDuCTZgvOcc4/64dbMIR7bDWv5ftteyxjJXH+6w6BxCSuhWUcgpHH6
+TRJFDVEdHo8gXHgnJ1cca2pw7Z69HsaqL8+1W+9w01eqPaw02r6v7rC+LH2DFbHW
+R5OC7ynXLF2yUzMQl8AeyVp/vnHhIuxnlh3QYEAexAMXx8yDE5ZkjEwKXR43qCdj
+kLoXW6gN/GPXdYHy9+30HZaiFxzGdvRYrOwYjEEMY3VuPV6BZfgjwAM7c96ygEUl
+B/1B1kSBXWmRdNLghf0c/K68olnWUjMTSd26RjVgquiDYjcdsAY=
+=LsPi
+-----END PGP SIGNATURE-----

Added: dev/wicket/8.1.0/binaries/apache-wicket-8.1.0-bin.zip.sha256
==============================================================================
--- dev/wicket/8.1.0/binaries/apache-wicket-8.1.0-bin.zip.sha256 (added)
+++ dev/wicket/8.1.0/binaries/apache-wicket-8.1.0-bin.zip.sha256 Mon Sep 10 
21:22:13 2018
@@ -0,0 +1 @@
+10fcbd49d7e37989507f46d67fbdfdfbba6a9e1d63a01316811caa68d5e7c086  
apache-wicket-8.1.0-bin.zip


Reply via email to