Author: adelbene
Date: Tue Mar 10 20:45:07 2020
New Revision: 38466
Log:
Upload wicket-9.0.0-M5 to staging area
Added:
dev/wicket/9.0.0-M5/CHANGELOG-9.x
dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.tar.gz (with props)
dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.tar.gz.asc
dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.tar.gz.sha256
dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.zip (with props)
dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.zip.asc
dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.zip.sha256
dev/wicket/9.0.0-M5/binaries/
dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.tar.gz (with
props)
dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.tar.gz.asc
dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.tar.gz.sha256
dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.zip (with props)
dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.zip.asc
dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.zip.sha256
Added: dev/wicket/9.0.0-M5/CHANGELOG-9.x
==============================================================================
--- dev/wicket/9.0.0-M5/CHANGELOG-9.x (added)
+++ dev/wicket/9.0.0-M5/CHANGELOG-9.x Tue Mar 10 20:45:07 2020
@@ -0,0 +1,226 @@
+This file contains all changes done in releases for Apache Wicket 9.x.
+
+=======================================================================
+
+Release Notes - Wicket - Version 9.0.0-M5
+
+** Bug
+
+ * [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
+
+** 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-6750] - add capability to cancel ongoing AJAX requests from
client side
+
+** Task
+
+ * [WICKET-6687] - Cleanup the code from attribute inline styles and
attribute inline scripts
+ * [WICKET-6747] - Document CSP in user guide and migration guide
+
+=======================================================================
+
+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-M5/apache-wicket-9.0.0-M5.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.tar.gz.asc
==============================================================================
--- dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.tar.gz.asc (added)
+++ dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.tar.gz.asc Tue Mar 10 20:45:07
2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl5n/CkACgkQh48B+qjT
+VuHvRA//ekwcb/9Lb1q1g33chXIpXAxXQJe/mOdX2rDPQUQIN2Diw8V2a9ZuFdFb
+7AUKXfMHBk9zOZO7HKWI1FBUp0UW9VC8p4ut+5ssBWjEaF/FKxzh/rG4J7vG9Tul
+oD6KlAE4h7dx/lERbpKZy9Vs/Po65+oIypf3sD+iVFms7I0jxiE/81P8kMSEuD2S
+l4pzXnKmMkuzfSkTJLOak6K6Rho8a+rsvWzr/NjG3yJ23M04Oi589Eft66MEMZFw
+N8VgWRuBBIQkIzIlCmLu1xTbk/j95Qnt5lgCs2E4gCVfH0qlmsTroFVCjDW97WEX
+/Iq7Dk0XUjMP7u9d+JXceLObFVi8/rng803M260h2WbRC0zbSq78RSdDk1fNQWlM
+5OXvS2Q0dp73+gn1VBc3lt/7TzUeIzq2aQlG3GsOBTH3ZU+G8HCaGmIL7b4Ge27J
+rtxLG6bnBIEXmr96cDXPDqdIuthMCIHB1DcitHPDCyHISXXCC+1ZJXcLACi/dgVF
+trbjJJFpaVYQeNLFLUYZZZzvCUFClAfE47ieSRmWUIjMNn2Ob6EslYHqK7qxlbzE
+eUFSkhpfzU31RGXoaEwTJLe8uweIJ/lWouy8PajsiMGmVHeWjorMn37UTLoZxIKo
+uUHpAZoFp1DHYPqOWPPxrymHctYEMAtSfbmLSV590qaCIYr3fiw=
+=UkVf
+-----END PGP SIGNATURE-----
Added: dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.tar.gz.sha256
==============================================================================
--- dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.tar.gz.sha256 (added)
+++ dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.tar.gz.sha256 Tue Mar 10
20:45:07 2020
@@ -0,0 +1 @@
+821e94e81eb3acea48c1521b70432795b82863c7272e90595567d925d485e615
apache-wicket-9.0.0-M5.tar.gz
Added: dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.zip
==============================================================================
Binary file - no diff available.
Propchange: dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.zip.asc
==============================================================================
--- dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.zip.asc (added)
+++ dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.zip.asc Tue Mar 10 20:45:07 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl5n/CoACgkQh48B+qjT
+VuHd2RAAijpTFLBY5tr9GOjZPk0y//Kog/8IYi9dJjkOtJtFky7UhNzlmFVx7Yz7
+hbc5ecLeeXz3oLZHkECjKda5086aopXzFzsS8jLQM1/yqZ4jD2zd1E7evw+Kxj+v
+cOi6+XxV8m508R7qs8pob9rs5Z/wfDocEOvVBM4SNxFCmFxENUvwImgEq89Vg2pQ
+iMjFK2zUk4L82cc1hEN3+GKfe1LvnlDJIp2ebP+ntlBr8Nrc7MR/jOrJxSRr+wBp
+/U6y9jEVSuR5rrN4KKFvSLDfGOdOvug6JVhzVFJ6lKjqSKPNQ4Ml+ZWe2cEdu/qD
+VYEn4kaioVX539424HugXQK1Z4jvNA0NJVmvWuYOsZYQeRGlccOzAsgXuYUNFllR
+UmCw1mpFLz0OMSfFdv125gj4MxSOsl+H5eY4LJuZWBfk/6BXRBDINJo4kjaq7tq1
+GLfVoHB5dvrDp3R9WsFzGQJA4InrF8w+/m08p1haRiny0Vqch4s/zTG82nrp9bPR
+Iyrt97SAWquXeMwRXqdA68cBvB5UjTkbdI6BtP7pNMGtklaV2R9vbdU18opIJf0K
+ANzjxROr+DkgEcmthLIKlkErKr+UfeAZU84lRMfaD4QlWFB4jmwW+BEBiCMUSia2
+8IHaOJ8OBMXuBD7dK9dnpm6FoOY8qCYGAwBPzM5l2bzj+50s9a0=
+=qrHX
+-----END PGP SIGNATURE-----
Added: dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.zip.sha256
==============================================================================
--- dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.zip.sha256 (added)
+++ dev/wicket/9.0.0-M5/apache-wicket-9.0.0-M5.zip.sha256 Tue Mar 10 20:45:07
2020
@@ -0,0 +1 @@
+91141c85cf503a022fd4abf6728749a9840d5d346b52f88ab37018e7f28032eb
apache-wicket-9.0.0-M5.zip
Added: dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.tar.gz.asc
==============================================================================
--- dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.tar.gz.asc (added)
+++ dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.tar.gz.asc Tue Mar
10 20:45:07 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl5n/CsACgkQh48B+qjT
+VuG7yw/+M68TtMIkBllIAW1dYbQzrqETUHa0PDlhsZ++rHfVU3dHLQ2PnT0MuHPV
+3vRCCMslKk6Plx44MIjumB08qUt4+yeBW514mXs6KX4+Jek19GISBzyZefEKaOuK
+n81hAtSxqHSzXmxjEIoASDqBU75BfXoXZzkJJ18rzfexWosf/zN5tQtQwUOJjFZs
+O9aCxx5cprSlSPWSPTFopAJE3YyVLBtMioyntpNsBbY+x5LCtdyAzx99poTFw6Cn
+mi2IUvi6qUocTB3beRX2HX0G0SmCrhr8AwmnODwkAn0aCNpcTJrCi6gANugHL+hh
+zomxsFjVEslDKJbzn9l30a2/cOkQ9viV0DBqvTq1mD/gT/3+SZgOmBL5S9jAUbIp
+ZyMH0BfeklynqDdf2/YyKcnPcGYCiQ8c1KW3k5zuoX7AOEKZPAIn4ACBm+RNThzq
+rSuXPSCTgKxzagczZFdFfOtRqoO0GdLM+sdyKB3lop++yswv3RGPqOslfRo+N9UJ
++S8H74DV5K+70tZ4nDwFvACjayhJfM0wWPG9S4Bl6G4l2Ljf8oudrp86nghP+YkD
+/IDRkI3smpxS4NUZQNu8w2r/zAEeniY3AjaxJxkYH7V5Z/EtrwgUWeA/BSwbVShG
++8oMHqQl4G3JUcylRkrSHbdMpMDUmPwr+MRhLzrmeiaprbTNZ58=
+=Ydfn
+-----END PGP SIGNATURE-----
Added: dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.tar.gz.sha256
==============================================================================
--- dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.tar.gz.sha256
(added)
+++ dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.tar.gz.sha256 Tue
Mar 10 20:45:07 2020
@@ -0,0 +1 @@
+14829965c9689c4264372913523e033140e5b9d7b0c72ac4a0d9976944f05006
apache-wicket-9.0.0-M5-bin.tar.gz
Added: dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.zip
==============================================================================
Binary file - no diff available.
Propchange: dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.zip.asc
==============================================================================
--- dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.zip.asc (added)
+++ dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.zip.asc Tue Mar 10
20:45:07 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl5n/CsACgkQh48B+qjT
+VuH1nBAAmYjJXDicTMHoQgLL8qN983ZwqESRIag4HAfOdF/QpLx56PG9hQVLQu03
+M6od0UGRDwMOMbY3G8ZdjTtppYSF881kMHxxzQpSdZTV9y0UgkwYDJ2Klq6PSOOY
+rJFvrE3Mu7Q/KIWZcActCuMCR9B9qg6lfNaXCqvsNsVMZPyvXHVPG+wlJY/PVMbM
+o0KgoBZ0ZeiGifK205SkqQ4w9/6o6EIKPKEYRdTNmmWv7SrSWA01GMVm/SeWRUqT
+xQhzxZ0rUWHUz/MQrWzPZ++uzEaoMdDjxjAvmwV6Msnw43Qv3BpjMv9KlWTGQERg
+xv8gkWUo1RwZTBZ2/Wd1UYKRX1VRkfJt3XHGy9PQTCmVw/9OWCw8y9Bi3LqwtHRp
+5sw8G7ALIDQkkkGccH03+iVrYNF4+ePo3l4DE2xLO+vDcf+5vIh4eW2x5XksRyo1
+q1s7zMfe20ZCtjMp0jX7tBN8yAUD3I5Koa8Q1FqDHidurs3zf3AgCiS5nfNP3XPB
+nUtl3CDQxajprSyNpQhptZyKZlurwEcvF2z+hPOfb32OkYEoih8FdVyWfwo0oU9m
+PrEkSKfCJbqNf9aoMBj+wtyZlCjC8O8EqBMKC4hotSaPyz+tajuVFsgjlQek8btt
+4cOv8ZgsTfB67aXnCWrHe9i9y4HUwfDyiIL4GnzBARYRaDWqR08=
+=CHiP
+-----END PGP SIGNATURE-----
Added: dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.zip.sha256
==============================================================================
--- dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.zip.sha256 (added)
+++ dev/wicket/9.0.0-M5/binaries/apache-wicket-9.0.0-M5-bin.zip.sha256 Tue Mar
10 20:45:07 2020
@@ -0,0 +1 @@
+6a3dd7b97d8fc9f50c2e6220dc32b4b319c47fb2e441c508ea8d436a522f58b7
apache-wicket-9.0.0-M5-bin.zip