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 2020/07/07 22:37:40 UTC

svn commit: r40346 - in /dev/wicket/9.0.0: ./ binaries/

Author: adelbene
Date: Tue Jul  7 22:37:40 2020
New Revision: 40346

Log:
Upload wicket-9.0.0 to staging area

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

Added: dev/wicket/9.0.0/CHANGELOG-9.x
==============================================================================
--- dev/wicket/9.0.0/CHANGELOG-9.x (added)
+++ dev/wicket/9.0.0/CHANGELOG-9.x Tue Jul  7 22:37:40 2020
@@ -0,0 +1,275 @@
+This file contains all changes done in releases for Apache Wicket 9.x.
+
+=======================================================================
+
+Release Notes - Wicket - Version 9.0.0
+
+** Bug
+
+    * [WICKET-6742] - Stacktrace in Fragment example
+    * [WICKET-6764] - RedirectToUrlException change the second question mark in URL from "?" to "%3F"
+    * [WICKET-6768] - TagTester#createTagsByAttribute() cannot find hidden elements
+    * [WICKET-6771] - Performance issues accessing component metadata while iterating
+    * [WICKET-6782] - WebSocket onError/onAbort is not being called
+    * [WICKET-6784] - StockQuote example does not work because the web service is no more available
+    * [WICKET-6791] - Offload WebSocket push when initiated in Wicket request cycle
+    * [WICKET-6793] - OOM in AsynchronousPageStore
+
+** Improvement
+
+    * [WICKET-5406] - Better Content Security Policy Support
+    * [WICKET-6763] - SelectOptions unnecessary complicated markup
+    * [WICKET-6766] - Keep page ids in tests like they where in Wicket 8
+    * [WICKET-6767] - Do not log error for broken pipes in websocket connections
+    * [WICKET-6769] - InMemoryPageStore customizable map implementation
+    * [WICKET-6772] - Use StandardCharset for URL encoding and decoding
+    * [WICKET-6773] - Improve performance of getting behaviors for components
+    * [WICKET-6777] - Minor performance improvement for AjaxChannel
+    * [WICKET-6778] - Clearing MarkupContainer.REMOVALS_KEY is expensive
+    * [WICKET-6788] - Improve performance of markup escaping
+    * [WICKET-6789] - 'base-uri' need to be added to CSPDirective enum
+    * [WICKET-6792] - Packages#absolutePath keeps unnecessary current dir dot "."
+    * [WICKET-6794] - Improve performance of UrlEncoder and UrlDecoder
+    * [WICKET-6795] - Avoid needlessly splitting and joining strings in AjaxEventBehavior
+    * [WICKET-6796] - Report the component path when failing to set a new object to a read only model
+    * [WICKET-6797] - Use space character as a separator for event names in AjaxEventBehavior
+    * [WICKET-6800] - Use LinkedHashSet instead of LinkedList for AjaxRequestHandler#listeners
+
+** Task
+
+    * [WICKET-6779] - Upgrade JQuery 3 to 3.5.1
+    * [WICKET-6783] - Utility classes available in JDK should be deprecated/removed
+
+=======================================================================
+
+Release Notes - Wicket - Version 9.0.0-M5
+
+** Bug
+
+    * [WICKET-6715] - FileUpload class should not  implement IClusterable
+    * [WICKET-6745] - CSP: inline JS in server and client time response filters
+    * [WICKET-6746] - HttpsMapper cannot deal with resources over websockets
+    * [WICKET-6752] - Some dependencies contain CVEs
+    * [WICKET-6753] - res/modal.js using aria-labelledby where it should be using aria-label
+    * [WICKET-6754] - Iteration stops with nested containers
+    * [WICKET-6755] - MockServletContext does not decode real path
+    * [WICKET-6756] - Avoid URL.getFile() when actually expecting paths.
+    * [WICKET-6757] - Avoid URL.getFile during mime type detection.
+    * [WICKET-6758] - NPE in AbstractWebSocketProcessor after session times out
+
+** New Feature
+
+    * [WICKET-6727] - Configurable CSP
+    * [WICKET-6729] - allow adding IHeaderResponseDecorator without replacing all others
+    * [WICKET-6730] - Global access to secure random data
+
+** Improvement
+
+    * [WICKET-6724] - CSP: Inline Javascript in AjaxLink
+    * [WICKET-6725] - CSP: display:none in Component.renderPlaceholderTag
+    * [WICKET-6726] - CSP: inline styling and js in Form submitbutton handling
+    * [WICKET-6731] - CSP: inline JS in SubmitLink
+    * [WICKET-6732] - CSP: inline JS in Link and ExternalLink
+    * [WICKET-6733] - CSP: enable by default
+    * [WICKET-6735] - CSP: inline styling in FormComponentFeedbackBorder/Indicator
+    * [WICKET-6736] - CSP: Inline styling in BrowserInfoForm
+    * [WICKET-6737] - CSP: violations in examples
+    * [WICKET-6738] - CSP: inline styling in UploadProgressBar
+    * [WICKET-6739] - CSP: inline JS in Palette
+    * [WICKET-6740] - CSP: inline JS in Button
+    * [WICKET-6741] - CSP: inline JS in FormComponentUpdatingBehavior
+    * [WICKET-6749] - CSP: Inline styling in ExceptionErrorPage.html
+    * [WICKET-6759] - Support disabling error notification for websockets
+    * [WICKET-6760] - Nested Form placeholder should preserve tag name
+    * [WICKET-6761] - Support multiple connections to the same websocket resource from a single session
+    * [WICKET-6762] - Support manual initialization of websocket connections
+
+** Task
+
+    * [WICKET-6687] - Cleanup the code from attribute inline styles and attribute inline scripts
+    * [WICKET-6747] - Document CSP in user guide and migration guide
+    * [WICKET-6751] - Support creating custom page access synchronization strategies
+
+=======================================================================
+
+Release Notes - Wicket - Version 9.0.0-M4
+
+** Bug
+
+    * [WICKET-6531] - Crash in Unsafe.getObject when running on the J9 VM
+    * [WICKET-6704] - JavaSerializer.serialize causes the JVM crash !
+    * [WICKET-6706] - Websocket Endpoint logs exception when user leaves page
+    * [WICKET-6707] - Property setter parameter type is assumed to be equal to getter return type
+    * [WICKET-6708] - FormComponent should read only the GET/POST parameters of the request, not both
+    * [WICKET-6713] - BaseWicketTester does not reset componentInPage field
+    * [WICKET-6717] - Automatic-Module-Name should be valid Java identifier
+
+** New Feature
+
+    * [WICKET-6666] - Rewrite ModalWindow
+
+** Improvement
+
+    * [WICKET-3404] - Improve ModalWindow form handling
+    * [WICKET-6321] - Support Integrity and Crossorigin attributes for JavaScriptUrlReferenceHeaderItem 
+    * [WICKET-6682] - Improve JavaScriptContentHeaderItem and JavaScriptUtils to support nonce
+    * [WICKET-6701] - DownloadLink make content disposition configurable
+    * [WICKET-6703] - Eliminate window.eval from wicket-ajax-jquery
+    * [WICKET-6709] - Cache the value of WebRequest#isAjax() 
+    * [WICKET-6712] - Timezone can be determined on client side
+    * [WICKET-6714] - Please add better getResource-Support for MockServletContext
+    * [WICKET-6718] - AjaxFormChoiceComponentUpdatingBehavior uses "click" instead of "change"
+    * [WICKET-6720] - ConcatBundleResource#getResourceStream should not eagerly fetch resources
+
+=======================================================================
+
+Release Notes - Wicket - Version 9.0.0-M3
+
+** Bug
+
+    * [WICKET-6613] - Wicket 8.1 ModalWindow autosizing problem 
+    * [WICKET-6676] - Quickstart application won't deploy to GlassFish
+    * [WICKET-6678] - Instant : Unsupported field: YearOfEra when cookieUtils.cookieToDebugString() is called
+    * [WICKET-6680] - JavaScriptStripper chokes on template literals that contain two forward slashes
+    * [WICKET-6689] - ClientProperties.getTimeZone() has some issue when DST and UTC offsets are different
+    * [WICKET-6690] - NullPointerException in KeyInSessionSunJceCryptFactory.<init>
+    * [WICKET-6692] - Page deserialization on websocket close - possible performance issue
+    * [WICKET-6697] - Wicket.DOM.toggleClass JS method is missing
+
+** New Feature
+
+    * [WICKET-6559] - Encrypted page store
+
+** Improvement
+
+    * [WICKET-6558] - Prevent package locks after commitRequest
+    * [WICKET-6672] - Restore constructors with Wicket Duration in 9.x branch for easier migration
+    * [WICKET-6673] - PriorityHeaderItem ordering is wrong for siblings
+    * [WICKET-6675] - log4j-slf4j-impl requires version 1.7.25 of slf4j-api while Wicket 8.5 requires version 1.7.26
+    * [WICKET-6682] - Improve JavaScriptContentHeaderItem and JavaScriptUtils to support nonce
+    * [WICKET-6683] - triggered events should bubble
+    * [WICKET-6684] - Make autolabel functionality more flexible by introducing a locator interface that allows to specify the component the wicket:for refers to
+    * [WICKET-6693] - Mark FormComponent#setModelValue(String[]) as not being part of the public API
+    * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput() 
+    * [WICKET-6696] - Unify AjaxEditable*#getConverter()
+
+** Task
+
+    * [WICKET-6698] - Non-security critical dependency updates
+
+=======================================================================
+
+Release Notes - Wicket - Version 9.0.0-M2
+
+** Bug
+
+    * [WICKET-6611] - Missing check for IScopeAwareTextResourceProcessor when concatenating resources
+    * [WICKET-6669] - CSS Resource Bundling throws exception when used with CssUrlReplacer
+    * [WICKET-6671] - IAjaxLink should be serializable
+
+** Improvement
+
+    * [WICKET-6618] - Stateless pages and access to unconfigured components
+    * [WICKET-6656] - JSR 303 - @NotNull validation problems 
+    * [WICKET-6657] - change replaceAll() to replace() when a regex is not used
+    * [WICKET-6658] - Allow nested forms on non-<form> tag
+    * [WICKET-6659] - commons-io:commons-io is used in multiple versions at same time
+    * [WICKET-6662] - Remove legacy package org.apache.wicket.util.time from wicket-util
+    * [WICKET-6667] - Ajax JavaScript clean-up
+    * [WICKET-6668] - Sign out the existing session if a sign in attempt has failed
+
+** Task
+
+    * [WICKET-6653] - Upgrade Velocity to 2.x
+    * [WICKET-6654] - Upgrade JQuery to 3.4.0
+    * [WICKET-6661] - Upgrade jquery to 3.4.x
+    * [WICKET-6665] - Upgrade various dependencies
+
+=======================================================================
+
+Release Notes - Wicket - Version 9.0.0-M1
+
+** Bug
+
+    * [WICKET-5552] - Events to close pop-up on Modal Window are not propagated
+    * [WICKET-6568] - Wicket fails / does not encode request header values in AjaxCalls
+    * [WICKET-6570] - Unable to read cookies containing '.' characters in names when using CookieUtils 
+    * [WICKET-6574] - JQueryResourceReference#get() (still) return V1
+    * [WICKET-6584] - Import Junit Package as optional
+    * [WICKET-6586] - Broken JavaScript due to fix charsetName in JavaScriptPackageResource
+    * [WICKET-6588] - Under Tomcat (ver. >= 8.5) BaseWebSocketBehavior can't find session id cookie 
+    * [WICKET-6599] - ResponseIOException should never escape from WicketFilter
+    * [WICKET-6602] - AuthenticatedWebApplication login Workflow broken with replaceSession
+    * [WICKET-6603] - WicketTester.destroy sometimes hangs
+    * [WICKET-6606] - data-wicket-placeholder is invalid XHTML
+    * [WICKET-6607] - NoSuchMethodError when using Spring-Beans with constructor injection in an AjaxLink#onClick
+    * [WICKET-6610] - Incorrect Javadoc: Refering to specific page in Application properties file is not possible
+    * [WICKET-6614] - AbstractRangeValidator looks up string with the wrong key if locale is Turkish
+    * [WICKET-6617] - Header contribution ignore <wicket:header-items/>
+    * [WICKET-6623] - Consecutive Temporary Behaviors are not properly removed
+    * [WICKET-6629] - OOM (and disk) in AsynchronousPageStore
+    * [WICKET-6630] - FileUpload.writeToTempFile() fails with commons-fileupload 1.4
+    * [WICKET-6631] - AnnotProxyFieldValueFactory does not cache beanNames
+    * [WICKET-6637] - Handling exception Wicket 8
+    * [WICKET-6639] - PageStoreManager$SessionEntry.clear produces NullPointerException
+    * [WICKET-6642] - Form.findSubmittingComponent returns null instead of SubmitLink
+    * [WICKET-6645] - Concurrent web socket response message processing on the client
+    * [WICKET-6650] - Url decode the name of the file after AjaxDownload with Location == Blob
+    * [WICKET-6651] - Redirecting with ResetResponseException does not work anymore
+
+** New Feature
+
+    * [WICKET-6577] - Introduce class GenericWebMarkupContainer
+    * [WICKET-6578] - StatelessResourceLink
+    * [WICKET-6626] - Introduce application-wide Component#onComponentTag listeners
+    * [WICKET-6641] - Extract an interface for classes allowing to register feedback messages
+
+** Improvement
+
+    * [WICKET-6435] - WicketTester should provide assertExists and assertNotExists methods
+    * [WICKET-6550] - Unify all metadata capable objects.
+    * [WICKET-6555] - AbstractChoice subclasses code duplication
+    * [WICKET-6556] - Change DataTable's HTML order
+    * [WICKET-6557] - Allow meta tags to be contributed during AJAX request
+    * [WICKET-6560] - Improve serialization warnings in ChainingModel
+    * [WICKET-6562] - Remove from wicket-core all the deprecated classes
+    * [WICKET-6563] - Rework page and data storage
+    * [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-6579] - Upgrade Spring to 5.x version
+    * [WICKET-6580] - org.apache.wicket.util.lang.Bytes - toString()
+    * [WICKET-6581] - Upgrade wicket-cdi to cdi version 2
+    * [WICKET-6587] - CheckBoxSelector should accept more CheckBoxes to be added later
+    * [WICKET-6595] - Upgrade JUnit to v5.x
+    * [WICKET-6600] - Error logging in AjaxRequestHandler is too strict
+    * [WICKET-6601] - Events to close pop-up on Modal Window are not propagated from caption bar
+    * [WICKET-6605] - Allow AjaxFallbackButton to be stateless 
+    * [WICKET-6618] - Stateless pages and access to unconfigured components
+    * [WICKET-6621] - Exceeding exception retries should return control back to server
+    * [WICKET-6634] - Save the closeCode and message in WebSocket's ClosedMessage
+    * [WICKET-6635] - Move AbstractPropertyModel#getInnermostModelOrObject() to ChainingModel
+    * [WICKET-6638] - RedirectRequestHandler does not support Ajax
+    * [WICKET-6640] - Add settings for customizing the ModalWindow's spacing, header height and overflow
+    * [WICKET-6644] - AbstractPageableView can only be serialized with Java built-in serialization
+    * [WICKET-6648] - It is impossible to initiate AjaxDownloadBehavior with IPartialPageRequestHandler
+
+** Wish
+
+    * [WICKET-6539] - Scope fix for DataTable toolbars
+    * [WICKET-6569] - LambdaModel.of overload is ambiguous
+    * [WICKET-6646] - Upgrade jquery to 3.3.x
+
+** Task
+
+    * [WICKET-6583] - Upgrade Tests to Junit5
+    * [WICKET-6594] - JavaDoc of redirectToInterceptPage in Component urges to use redirectTo method when in a constructor
+    * [WICKET-6596] - Use JQuery 3.x as default
+    * [WICKET-6598] - Upgrade Objenesis to 3.x for better support of Java 11
+    * [WICKET-6609] - Update Guice from 4.1.0 to 4.2.2
+    * [WICKET-6620] - @Deprecated classes/methods need to be removed
+    * [WICKET-6624] - Upgrade to commons-filupload 1.4
+    * [WICKET-6647] - Upgrade asm to 7.1
+
+=======================================================================
+

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

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

Added: dev/wicket/9.0.0/apache-wicket-9.0.0.tar.gz.asc
==============================================================================
--- dev/wicket/9.0.0/apache-wicket-9.0.0.tar.gz.asc (added)
+++ dev/wicket/9.0.0/apache-wicket-9.0.0.tar.gz.asc Tue Jul  7 22:37:40 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEuZvgFjkB/4DWP7xZ+F4rCZ2xiowFAl8E+Q4ACgkQ+F4rCZ2x
+iox2/w/6AgJku10t4WJgjUiWP7g4EIbsDOtVFvbKuNuNixObg6jteOVKzXc1ChUx
+dri5zTKAw7Ljmf2+GyEQyC0qwZIyH+uAiKSPRSFvYquvn/Pc12xQXT1aFZ5K+hfV
+bVoJJaDSHeTnokfNFJgyuXNYd2TdW9yA14qZbtiqdzeoagToFwK9yUv0/HcnxrZz
+fe9YwP/mzVYcoNSg1tIIJ8GgodvYPIp689z82aZxFlB42Um70RLlvB5jsRx+5KFD
+hYwP+bsK+HJTNMDUHhzCv7+oiq5PbDJDO1nv4UOS4bGtwJRlS7qz04B6ONNUZeoD
+5v/l9H1NPFlVINWD5yycg0vPmn48K5DHaYqpWfCHh8sA6qCkYkRxlIt4GDeoJaaL
+3uChADXC4nkwaOxNczq0bNx5L5B0sWByD84XlznBOk9niXelspjbHv0llZqMDMfS
+36iJLN0rKiPDUao+B06+nflBK0gY8X8vRFEr3dX1I/1XsfIzo69mxS46lqKuylPc
+9Y6sLD4CT9HAKJfMRJLZxhbqTaCxuaWN6R+NPYYEuAgaYJcKfovECHVHl7A5ZAkR
+gvpRYC3qn4K0UiCWJErvlH+ZvrT6OCYRe2kleY1M8MJAgZSNB8IDNmiwYWF62AuS
+er5EVwlivRuBV7pA9tdg4uBcVajiGlx1fkbflkvYdudtNFTfXkU=
+=MucQ
+-----END PGP SIGNATURE-----

Added: dev/wicket/9.0.0/apache-wicket-9.0.0.tar.gz.sha256
==============================================================================
--- dev/wicket/9.0.0/apache-wicket-9.0.0.tar.gz.sha256 (added)
+++ dev/wicket/9.0.0/apache-wicket-9.0.0.tar.gz.sha256 Tue Jul  7 22:37:40 2020
@@ -0,0 +1 @@
+676d9bb55ec17a59bc3807737df741e60a71c9542bc184cc1d3859eed6f57b3d  apache-wicket-9.0.0.tar.gz

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

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

Added: dev/wicket/9.0.0/apache-wicket-9.0.0.zip.asc
==============================================================================
--- dev/wicket/9.0.0/apache-wicket-9.0.0.zip.asc (added)
+++ dev/wicket/9.0.0/apache-wicket-9.0.0.zip.asc Tue Jul  7 22:37:40 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEuZvgFjkB/4DWP7xZ+F4rCZ2xiowFAl8E+Q8ACgkQ+F4rCZ2x
+iox4aw//WJOS3Kv+stFFjF6Obd4g4O6LV0nueElMbBbJfkG8bBtL1LzKT28xWj8Y
+SezYZIh0yvowQVXorXOMUF5lDBdryWsOay2FYYYLo5KQAkhG6T4JX24aI8+rAG31
+3KrSJzKH3A6QJ/iu3iBnA3mkJK+6x1gHfaRWWqXIoncP8LclimlN1HYa2UnGhd1O
+3Ag0vJ22pWIT7HB7BdGZLJz3AW66OY5VMe+riucbtVyNe/LCMpVyfFkqpI4LsLdE
+ndd05zey5DSj08FkeUy+j1KXPSOJuhE4PCG9L/xpT+D5/U0BvNUUPglTNQNyvmCC
+jjVx4v/QU2KcX5aeercheFfHMw2k0GGPMrrMGUbK0Mj5Ho1T6dooFPxAvZHM2124
+2DFOC57J29Kjf9UIffGwNMQu0QaxU3qTbOcwc46VNGFc35BM1XnZYn7hz21+e/Jj
+vgivE/uVZX0pXwohjh5To340sU3GzhQ5LG1yTxldxC9BxJBE55IkrRFHFaoyWoFS
+sYCEJvpzTj0DOK12/fuEChDjmaBETaA0TEB380hgXpdcdkNHSiNffNVWUDbyl5CA
+/2JSSvgavhZWLCzyvERxi6JKFD/WIvsI5+/AZbEujS9gt7Df1u6gRgOfqGpeQjZq
+0I5YukUlptkd3nXgWtAqQiON7R0GySwHo1DtUa4h8sjKtZR2QOo=
+=BWMr
+-----END PGP SIGNATURE-----

Added: dev/wicket/9.0.0/apache-wicket-9.0.0.zip.sha256
==============================================================================
--- dev/wicket/9.0.0/apache-wicket-9.0.0.zip.sha256 (added)
+++ dev/wicket/9.0.0/apache-wicket-9.0.0.zip.sha256 Tue Jul  7 22:37:40 2020
@@ -0,0 +1 @@
+c7c79f18e5b82a9f27ba13a9121d45c40130a55e5683d16e304b44b45728c38b  apache-wicket-9.0.0.zip

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

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

Added: dev/wicket/9.0.0/binaries/apache-wicket-9.0.0-bin.tar.gz.asc
==============================================================================
--- dev/wicket/9.0.0/binaries/apache-wicket-9.0.0-bin.tar.gz.asc (added)
+++ dev/wicket/9.0.0/binaries/apache-wicket-9.0.0-bin.tar.gz.asc Tue Jul  7 22:37:40 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEuZvgFjkB/4DWP7xZ+F4rCZ2xiowFAl8E+RAACgkQ+F4rCZ2x
+iowvbQ/+NFW2fBQSNq/ptfyhnoWB8VDl7QLie+1j6IhntXGTc6501HPj1zPj4gsT
+F2Ct/pR08Mypo3Qq5cVL9ldqevASbp5CI8qdHi1bEPI/ttj/vcYMxwVwt8ccpOMS
+cFU+phlTmwiIxsmEaw7EY67bAX8Ezb5cwi+E6It6HauZ7LUIHSyZDh8Fm3xfeDzV
+2gaeK3NNs6RsFeYhgpm6RYNrXgxVYGvLaahimcJhndorjo5MuYWIweDk/FbE7JZl
+PqY363yAtsHmYeQNwxI4GsKdORU+HHuhseoFo6O/wpz0lwmPwsAC3ku8R34jH3qN
+2ErcbcaS6Hy6ZlQDgiDvJAd2z2Pn7ca19puApvpUdSp2vJbkLXke5yewpq+k1H8h
+KcaEiHcPBzJRB0wpNlLPIPLsy6WSH5xKNShEoQJls7zcmdKsAc/QsQQ/lDCKbeIL
+yKSIi99lI8a2P7MIPRmASYU5lSh57q4zaiAVSTwr4ct2VkeP5EqUwH8h9dL1SSFM
+8KG14sZHaToRuvOMB8MOjJFE0W5mtwMA1UzLuJ0KyvU7moQ2YF1MAvvDobajZ58i
+YkAadqu4K2ndtdHaepJyBEEQ4nJ1ABFqT5Xh76z27Uj3qPqO9K5omoDEnaTW5bz5
+GoUvLHA7bl0JvGBVxkOeJViLWZBWsDLswBgz9XGbIMi9TeHfe20=
+=OwjE
+-----END PGP SIGNATURE-----

Added: dev/wicket/9.0.0/binaries/apache-wicket-9.0.0-bin.tar.gz.sha256
==============================================================================
--- dev/wicket/9.0.0/binaries/apache-wicket-9.0.0-bin.tar.gz.sha256 (added)
+++ dev/wicket/9.0.0/binaries/apache-wicket-9.0.0-bin.tar.gz.sha256 Tue Jul  7 22:37:40 2020
@@ -0,0 +1 @@
+072cb30b73fd242d3080fb0a5fa85373262e3647a9a1f63afec95238bff7a333  apache-wicket-9.0.0-bin.tar.gz

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

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

Added: dev/wicket/9.0.0/binaries/apache-wicket-9.0.0-bin.zip.asc
==============================================================================
--- dev/wicket/9.0.0/binaries/apache-wicket-9.0.0-bin.zip.asc (added)
+++ dev/wicket/9.0.0/binaries/apache-wicket-9.0.0-bin.zip.asc Tue Jul  7 22:37:40 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEuZvgFjkB/4DWP7xZ+F4rCZ2xiowFAl8E+REACgkQ+F4rCZ2x
+ioyjAg/+K6U8x19Conao72Ye12a0f5iwLrp3fLYK4giVUqPjBNuMmTAniXJ7nwXf
+kQ5eoROV5MF6SOai1cm7H1t+NyKRs/McAeojBq1hAE0i8ce6NNqGkSGV7G4zOL7J
+nEVE9G3uPzmcQeJ4VthufteNyciG4zZtY75PwWem7xVgCCUyOHTNshgTflBs4lgm
+ecHxmdlPiP2wko8dnTTHfNJOOfFDDlvVFQA8k/8JtLNLwo/QWDkjwTSP7pM4KVls
+JTKNj7ZkdzZNh+6ZMX6Wwp7IcUAwymBFzQLUkdtFGReVSjcfAbSJS3lFquZYZT5Z
+AJDf+ftksIg4cYjjx1hxhR4IUpq+f5ozXeeeSuhAT4THcJdC+dV0rL9ozrizUoQX
+MaMj1orkkZ8oeqJRvT7W9n/4N8Yo6i2l4joPOcipQ1WlOjHvGHZZ9Xr6S1csLX9x
+EoOM95D4JO1PHTOuXsGuwWVOwg5/kvERjAtOWu6hiAhe3pCzxFLXf4GxeDJKUsII
+A9xI2IOhLCM92if+UUugmBw6P077xvQJZlLaddjYoxCjutj7QTZ+C+RGfX1BJ6ph
+9+JJjHkrmtvvB4u9EmtJg6T+HdDDQ2OGa3gm/uP980ydHZf0HnL4/pmhFIVQ/iPn
+X6etGPcf30gQITYcG6lsAQoi4E7LTz4Qrlz1zAjCf45FoCMu/S8=
+=cb8F
+-----END PGP SIGNATURE-----

Added: dev/wicket/9.0.0/binaries/apache-wicket-9.0.0-bin.zip.sha256
==============================================================================
--- dev/wicket/9.0.0/binaries/apache-wicket-9.0.0-bin.zip.sha256 (added)
+++ dev/wicket/9.0.0/binaries/apache-wicket-9.0.0-bin.zip.sha256 Tue Jul  7 22:37:40 2020
@@ -0,0 +1 @@
+1b223fdec4024e76d0dab28c254cc604834547a8903a9e393e8298bc862bdfca  apache-wicket-9.0.0-bin.zip