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 2024/03/08 18:53:46 UTC

svn commit: r67812 - in /dev/wicket/10.0.0: ./ binaries/

Author: adelbene
Date: Fri Mar  8 18:53:46 2024
New Revision: 67812

Log:
Upload wicket-10.0.0 to staging area

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

Added: dev/wicket/10.0.0/CHANGELOG-10.x
==============================================================================
--- dev/wicket/10.0.0/CHANGELOG-10.x (added)
+++ dev/wicket/10.0.0/CHANGELOG-10.x Fri Mar  8 18:53:46 2024
@@ -0,0 +1,193 @@
+This file contains all changes done in releases for Apache Wicket 10.x.
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.0.0
+
+** Sub-task
+
+    * [WICKET-7089] - Set cookie SameSite only if the container supports it
+
+** Bug
+
+    * [WICKET-7081] - Open packages to expose resources to other modules 
+    * [WICKET-7086] - Injecting Spring bean may cause ClassCastException
+    * [WICKET-7087] - AjaxLazyLoadPanelTester not available in 10.0.0-M2
+    * [WICKET-7090] - Files in release jars do not have a modification timestamp set
+    * [WICKET-7091] - FilePageStore throws NPE
+    * [WICKET-7096] - stylesheets referenced via automatic linking miss nonce attribute
+
+** Improvement
+
+    * [WICKET-7080] - [Events] make default events delivery machinery pluggable and roll usable annotation based one
+    * [WICKET-7082] - Easier to work with polymorphic values inside IModel
+    * [WICKET-7083] - Trigger client side validation when using SubmitLinks
+    * [WICKET-7088] - Improve test reliability by resolving nondeterministic order of Set and Map
+    * [WICKET-7093] - Add support for missing CSP directives
+    * [WICKET-7094] - Make all CSP schemes configurable
+    * [WICKET-7099] - Validate FormTester constructor parameter workingForm
+
+** Task
+
+    * [WICKET-7079] - Update the user guide with the new wicket-tester module
+    * [WICKET-7100] - Update commons-fileupload2 to 2.0.0-M2
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.0.0-M2
+
+** Bug
+
+    * [WICKET-7056] - HttpSessionStore#getAttribute called on invalidated session
+    * [WICKET-7061] - When I move from 9.13.0->9.14.0, my importmaps fail to parse correctly due to presence of the CDATA wrapping.
+    * [WICKET-7065] - TextFilteredPropertyColumn violates CSP
+    * [WICKET-7067] - DefaultExceptionMapper should not set disableCaching for  WebSocketResponse
+    * [WICKET-7070] - Quick start generated app has multiple errors
+    * [WICKET-7071] - Problems when calling request.getInputStream() before executing WicketFilter
+    * [WICKET-7072] - JUnit code in /src/main/java breaks JPMS support in Eclipse IDE
+    * [WICKET-7074] - [AJAX] malformed XML is produced if an error is produced during AJAX rendering and a redirect is issued 
+    * [WICKET-7076] - JavaScriptReferenceType newly created is not serializable
+    * [WICKET-7077] - 2 spring web application contexts are created
+
+** Improvement
+
+    * [WICKET-7039] - Improve Accessibility of wicket-autocomplete.js
+    * [WICKET-7060] - Minor improvements to wicket-examples
+    * [WICKET-7063] - Convert all Application_*.properties to Application_*.utf8.properties
+    * [WICKET-7066] - Add possibility to define type-Attribute of JavascriptHeaderItem as "module"
+    * [WICKET-7068] - Current tree themes are not RTL friendly
+    * [WICKET-7078] - CSP: inline JS in Choices and Selection of Palette
+
+** Task
+
+    * [WICKET-7064] - commons-fileupload2 dependency should be added back
+    * [WICKET-7069] - assertTrue(equals()) in tests should be replaced with assertEquals
+    * [WICKET-7073] - Update JQuery to 3.7.1
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.0.0-M1
+
+** Bug
+
+    * [WICKET-6895] - Links to examples in documentation points to old version of 8x
+    * [WICKET-6896] - AutoCompleteTextField re-opens dropdown item list after item has been selected
+    * [WICKET-6897] - Javadoc build fails on fresh checkout of master or rel/wicket-9.3.0
+    * [WICKET-6902] - Change of PartialPageUpdate order of onAfterResponse and writePriorityEvaluations makes IListener.onAfterResponde ignore prepended javascripts
+    * [WICKET-6908] - Possible bug / edge case where page is not detached
+    * [WICKET-6913] - Java 17 compatibility with cglib
+    * [WICKET-6914] - Visibility change of "File Upload" via ajax causes "missing" form-data
+    * [WICKET-6921] - MultipartFormComponentListener breaks on hidden components
+    * [WICKET-6936] - FilePageStore fails on windows 
+    * [WICKET-6944] - Memory leak in WicketEndpoint
+    * [WICKET-6945] - MultipartFormComponentListener modifies enctype on invisible forms, leading to javascript errors
+    * [WICKET-6947] - IndicatingAjaxButton does not work with Bootstrap 4
+    * [WICKET-6953] - JavaScriptDeferHeaderResponse not working correctly for AJAX requests
+    * [WICKET-6955] - Wicket uses unstable slf4j version
+    * [WICKET-6965] - Memory leak in WicketEndpoint
+    * [WICKET-6966] - IndexOutOfBounds in InSessionPageStore
+    * [WICKET-6970] - Unnecessary string building in AssociatedMarkupSourcingStrategy
+    * [WICKET-6971] - NullPointerException in ModificationWatcher
+    * [WICKET-6974] - JavaxUpgradeHttpRequest returns an empty contextPath
+    * [WICKET-6975] - Behavior.renderHead may be called multiple times
+    * [WICKET-6981] - InSessionPageStore does not trigger flushSession
+    * [WICKET-6988] - String.format used in JS generation leads to errors
+    * [WICKET-6990] - DiskPageStore loses pages when container re-binds attributes
+    * [WICKET-6996] - NotSerializableException near KeyInSessionSunJceCryptFactory
+    * [WICKET-6999] - Missing Export-Package of packages with "internal" in name
+    * [WICKET-7005] - ByteBuddy IllegalStateException: Cannot inject already loaded type
+    * [WICKET-7007] - Code snippets for CSRF documentation fixing
+    * [WICKET-7013] - IndexOutOfBoundsException in InSessionPageStore
+    * [WICKET-7022] - JavaScriptStripper fails to detect regular expression correctly
+    * [WICKET-7028] - CSP header not rendered when using RedirectPolicy.NEVER_REDIRECT
+    * [WICKET-7034] - WebSocket.Closed event not fired when error occurred
+    * [WICKET-7037] - [Ajax Download] cookie used to track download complete misses the SameSite attribute
+    * [WICKET-7040] - find a different way to add CSP headers
+    * [WICKET-7044] - Images in the Wicket 9.x reference guide are not displayed.
+    * [WICKET-7052] - Interrupting a task should not be logged as an error
+    * [WICKET-7054] - Tag <script> mus be wrapped in CDATA for 'type' values 'module' and 'importmap' 
+    * [WICKET-7055] - AjaxEventBehavior onload event unstable
+
+** New Feature
+
+    * [WICKET-6886] - LambdaChoiceRenderer
+    * [WICKET-7029] - Add migration recipes to Wicket 10
+    * [WICKET-7033] - add support to uploading to a resource
+
+** Improvement
+
+    * [WICKET-6836] - Replace CGLib with ByteBuddy and/or Javassist
+    * [WICKET-6889] - Provide specialization of SpringWebApplicationFactory that could load Spring configuration class
+    * [WICKET-6890] - Render debug setting 'outputMarkupContainerClassName` as an attribute
+    * [WICKET-6893] - Make ApplicationContextMock smarter by delegating to DefaultListableBeanFactory
+    * [WICKET-6899] - Add setExceptionMapperProvider to Application
+    * [WICKET-6901] - PropertyValidator improve configuration doc
+    * [WICKET-6911] - wicket-spring throws an error when a spring bean uses ctor injection
+    * [WICKET-6920] - Improve the examples to use the browser's light/dark mode
+    * [WICKET-6924] - Allow image/avif in SecurePackageResourceGuard
+    * [WICKET-6927] - Get rid of java.security.AccessController
+    * [WICKET-6933] - Ease use of InSessionPageStore as persistent store
+    * [WICKET-6943] - There should be ability to check if current session's locale is RTL
+    * [WICKET-6946] - isVisibleInHierarchy/isEnabledInHierarchy broken by isVisible/isEnabled override
+    * [WICKET-6949] - make AjaxDownloadBehavior more dynamic
+    * [WICKET-6950] - wicket web-sockets implementation does not allow to configure/access web socket session on onOpen
+    * [WICKET-6952] - Performance improvements for Strings.isEmpty
+    * [WICKET-6958] - Allow to use Slf4j 1.7.x in OSGi runtime
+    * [WICKET-6960] - Reduce allocations when encoding ComponentInfo
+    * [WICKET-6963] - Use singletons for PanelMarkupSourcingStrategy
+    * [WICKET-6964] - Do not allocate when escaping empty string
+    * [WICKET-6967] - allow to send non-blocking web socket messages
+    * [WICKET-6972] - Add Resource key to be logged on Warning in Localizer.java
+    * [WICKET-6976] - Reduce allocations when writing synthetic closing tags
+    * [WICKET-6977] - hashCode computations generate excessive garbage objects
+    * [WICKET-6979] - Cut back slightly on some String instance creation in PageInfo and friends.
+    * [WICKET-6982] - Unnecessary initialization of stateful pages in ListenerRequestHandler
+    * [WICKET-6985] - Insufficient information logged by CheckingObjectOutputStream when delegation to Externalizable
+    * [WICKET-6991] - ResourceAggregator is resizing the StringBuilder several times.
+    * [WICKET-6992] - Reduce object creation and wasted memory in Url toString() methods
+    * [WICKET-6994] - Make the servlet API a runtime provided dependency when using JPMS.
+    * [WICKET-6998] - Bump slf4j-api to 2.0.0
+    * [WICKET-7000] - ParseException ("Malformed tag") if <script> attribute 'type' is 'module' 
+    * [WICKET-7002] - Application metadata access should not require synchronization
+    * [WICKET-7003] -  The http RequestLogger is very expensive. #524 
+    * [WICKET-7004] - Jetty config example contains security hazard
+    * [WICKET-7008] -  LoadableDetachableModel.toString() should reflect the actual variable name
+    * [WICKET-7009] - Upgrade Jackson dependency to 2.13.x
+    * [WICKET-7011] - Improve usage of JUnit 5.x APIs
+    * [WICKET-7014] - Use new API for forward compatibility with CDI 4
+    * [WICKET-7016] - Support GCM-SIV for page store encryption
+    * [WICKET-7017] - ListenerRequestHandler should not hide IndexOutOfBoundsException
+    * [WICKET-7021] - Additional OSGi import fixes
+    * [WICKET-7025] - Package private methods should be proxied by ByteBuddy
+    * [WICKET-7030] - Add Convenience Methods in BaseWicketTester
+    * [WICKET-7031] - Update to JQuery 3.6.4
+    * [WICKET-7032] - Update the JS tests to use latest version of QUnit (2.x)
+    * [WICKET-7035] - fileCountMax should be added to control the amount of files being uploaded
+    * [WICKET-7038] - Add support for SameSite setting to CookieDefaults
+    * [WICKET-7041] - Reduce allocations when rendering component headers
+    * [WICKET-7042] - Improve sizing of StringResponse when writing scripts in PartialPageResponse
+    * [WICKET-7045] - Avoid allocations in PageParameters.getNamedKeys
+    * [WICKET-7046] - Avoid allocating StringResponse when no response filters are active
+    * [WICKET-7047] - Improve initial buffer capacity for Strings.toMultilineMarkup
+    * [WICKET-7051] - fileupload2 does not seem to have exceptions to distinguish bettween file too big and total size too big
+    * [WICKET-7059] - [Serialization] make easier to avoid serialization for form request
+
+** Task
+
+    * [WICKET-6887] - Merge wicket-http2 into wicket-core
+    * [WICKET-6903] - Replace maven-clirr-plugin with something newer
+    * [WICKET-6904] - Make Apache Wicket fully supporting Java9+ module system
+    * [WICKET-6906] - Wicket 10 remove deprecation
+    * [WICKET-6907] - Upgrade Guice to 5.x
+    * [WICKET-6915] - Update common-fileupload to 2.0
+    * [WICKET-6916] - Simplify JMX with StandardMBean
+    * [WICKET-6919] - Improve EnclosureContainer's javadoc to explain that it should not be used with <wicket:enclosure>
+    * [WICKET-6925] - Deprecate AbstractWrapModel
+    * [WICKET-6940] - Update Spring to 6.0.0
+    * [WICKET-6942] - Replace usage of log4j 1.x in tests and wicket-examples with slf4j-simple
+    * [WICKET-7010] - Stop bundling old JQuery versions
+    * [WICKET-7027] - Remove component queueing
+    * [WICKET-7053] - Update Guice to 7.x (javax -> jakarta)
+
+=======================================================================
+

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

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

Added: dev/wicket/10.0.0/apache-wicket-10.0.0.tar.gz.asc
==============================================================================
--- dev/wicket/10.0.0/apache-wicket-10.0.0.tar.gz.asc (added)
+++ dev/wicket/10.0.0/apache-wicket-10.0.0.tar.gz.asc Fri Mar  8 18:53:46 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmXrXoUACgkQh48B+qjT
+VuFu6w//X6kcoNiwKDcsKTOiyuOCJo/MCK/dZtWGHfTm4HaNVxofzFzFccN+O2KI
+V4ZCQ96hzzkYWtgqeof1JGJO+kXgxztVelD33JPxmzyZ8T9yPh7IEYCQ1kM7UVif
+Dx+PByGOpUGPICEQnLRx6GBqPGNeZe4UWrO6xsy8QsC1UFT8Y50q14DoBxme+ZPj
+2UkoYQLY6o+xAu5yEA33tevmTuuieZUZUyFeYOcJsmzGyfLxsQMPQPr9h9eJ9967
+dAUEqCpnCX3FHqdkJwOStxH/yhWsen10gN5Snu6rgTxJ688mts3W13YmC1Hh0OEk
+J9490c0vLrTiUFVOSjcNTVH/3LXg7iLIDAEI6MQIj9ypW0FWZu6alPLRYJGDZht5
+HwiCYV6Sd0ViNDPC3kgM8L8xNG2hcF3mx5IFs3PW76wKkKiTQbcHKe6+w8gABlqQ
+HmuA+BryAfzbve40Du5apW/RYRICSkQuzARAJtG5xPtU+rHZ2Pe0ki271AAF10AN
+h6XhP5ZQkQs5PmwintRjqApQLAKrYoRWBV+ad6PO2tch2sNf5LYbPFhNAeVwuEsF
+PtD+j7im/qlQ4dKJ+ot5o5d845iYDugspuSa7Ns7WoQXyedy84shH72wFGoFIEtP
+6+1iZ04jXqdWNeQfpZYO6zzc+jwK3Aqf+JfoOjIE3B+BPeHiU7s=
+=dOA9
+-----END PGP SIGNATURE-----

Added: dev/wicket/10.0.0/apache-wicket-10.0.0.tar.gz.sha256
==============================================================================
--- dev/wicket/10.0.0/apache-wicket-10.0.0.tar.gz.sha256 (added)
+++ dev/wicket/10.0.0/apache-wicket-10.0.0.tar.gz.sha256 Fri Mar  8 18:53:46 2024
@@ -0,0 +1 @@
+f2979701ed63141def40e3c4e9c09e8d28384ec0e621e1a7f4b4c066b995508c  apache-wicket-10.0.0.tar.gz

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

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

Added: dev/wicket/10.0.0/apache-wicket-10.0.0.zip.asc
==============================================================================
--- dev/wicket/10.0.0/apache-wicket-10.0.0.zip.asc (added)
+++ dev/wicket/10.0.0/apache-wicket-10.0.0.zip.asc Fri Mar  8 18:53:46 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmXrXoUACgkQh48B+qjT
+VuHSBA/9Fl1ZuytTutFTgQTtEDMQL0WQtRVP9n02HTR2mB3XazoI8o8B+N+41vU3
+4J4BdIZgJbVpI3WzNdO3oU7airCOcWHxQmiEKbRtCNRY2B2syWmzvt2VN+MxI7yh
++kbrKPOwrt6pOoLt1WWvFG9ofnjp//FBwvVHUgxwl0f+nVyXjyQG9z5vnte/+qf6
+TqwP+Voe1WrvC0W23RcXy+KnM5ShB80ucRIq7JGDUmF8LzaSzw6xkwCJQWZ0jTBi
+oBWfShGH9NEpPIWS2CfKLzjB4oYurt2k5HGyRfLKyHz2UNo68mgOWeH5dtpZ1fNX
+LEIMd1Dv0HOCJXzBGn+Ve1J9IDNFXTt9yv2he8kyVkqUADpxQXoBAKeGeD6cgzVN
+k7EV2Wv/wmrkmYgC5o22IqK0DvNwDkptUNdYCCq3EJ76MmFQx4Ng77oGuOIhIPIe
+2/egSv7hBT3KLg96FE+4caP+/OunmElRnMZ/Xrc40apcEX/YpQA+7KpwLKGRhJB0
+TfcuMccpYSQ8YQs3p31vk2Zqxjhg97PbYdmGoD2v88+jfEewc6yVo1NwDVz1+0ii
+kcZQy45gI2u0bzHdcMLrv2WQMj6CYVEgy7yFHfXKFfN9Tdc1VzJZgflRBSLdtF04
+xY+9bZQsIMvw5PKqedldJL7y+U+wfdUOvk5+vADckkG7B7czCrU=
+=ZnS7
+-----END PGP SIGNATURE-----

Added: dev/wicket/10.0.0/apache-wicket-10.0.0.zip.sha256
==============================================================================
--- dev/wicket/10.0.0/apache-wicket-10.0.0.zip.sha256 (added)
+++ dev/wicket/10.0.0/apache-wicket-10.0.0.zip.sha256 Fri Mar  8 18:53:46 2024
@@ -0,0 +1 @@
+39ec119d499d3c92c4b2ba8e1b1385580b2c7fae1e0836c20e740ac32ceceea6  apache-wicket-10.0.0.zip

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

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

Added: dev/wicket/10.0.0/binaries/apache-wicket-10.0.0-bin.tar.gz.asc
==============================================================================
--- dev/wicket/10.0.0/binaries/apache-wicket-10.0.0-bin.tar.gz.asc (added)
+++ dev/wicket/10.0.0/binaries/apache-wicket-10.0.0-bin.tar.gz.asc Fri Mar  8 18:53:46 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmXrXoUACgkQh48B+qjT
+VuGJQA//RqL5Tar265gQ1sg38MizUbcUjAMw9Vzt+g06SKi0/tHiQu0bOyF5smun
+l65AtqvEcVupCnXPa3+diM9rcjfL4F0tz4BBSwE8YnWjP60r04GfrVk1FVfk0fZl
+Z6AjEoNIWJsMRFGqFFWAvkybRZWJ1c6719wepr+yWwBP6eaBWuwOtHRNKMr0VgSP
+hUi1VKptSv1TXhWsJki9FEZxDfnMrgqor7eQb7XL+wIbWck0dpPTzZuFdnpzTIaO
+WjzazwxqcsCNX7dbMMZxS/yLvou371lDLkZ/Bkq7BalWWSIIeKi40Uzx/DSUd1Jg
+zNNd/tmpo6GjxdcOqRfhdbpTrMBVCmYKqI6SPUgUv5KreHX4moTmNiwp91zB22gE
+LzJJTeJMnrUkA0Y8pnpRrj5A5XUMvConkNXRXS5EWb7kBvCGf+9Az2vV8LaA5aHB
+QbwcjzZQ01KNXycBj1GjnxRiQv2raBSocCeN7yFJUBLh1KHArW+O0/8iBcZzOsSr
+IFEi3WsSiuDd+BMhivG/soOb7zY7/ggeR3/G2x1qalY76+UEqlXl7NipD2jpdU02
+FGoHF5V1hk2DWNwPzpLkN9uSqtq4beVB6CuBEVAU2rDF466tviSKTCVhEPbhoV/x
+JzgcGQkgqfXSlYR6WO1rS7UKcTP2+/ryitHeEwuJskjeVxUWong=
+=T8TJ
+-----END PGP SIGNATURE-----

Added: dev/wicket/10.0.0/binaries/apache-wicket-10.0.0-bin.tar.gz.sha256
==============================================================================
--- dev/wicket/10.0.0/binaries/apache-wicket-10.0.0-bin.tar.gz.sha256 (added)
+++ dev/wicket/10.0.0/binaries/apache-wicket-10.0.0-bin.tar.gz.sha256 Fri Mar  8 18:53:46 2024
@@ -0,0 +1 @@
+a3815a0e7d9a4373007ec631959353dc91fe4a1004b93468ff8c1669a76e4cc7  apache-wicket-10.0.0-bin.tar.gz

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

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

Added: dev/wicket/10.0.0/binaries/apache-wicket-10.0.0-bin.zip.asc
==============================================================================
--- dev/wicket/10.0.0/binaries/apache-wicket-10.0.0-bin.zip.asc (added)
+++ dev/wicket/10.0.0/binaries/apache-wicket-10.0.0-bin.zip.asc Fri Mar  8 18:53:46 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmXrXoUACgkQh48B+qjT
+VuG6FA//UMh4/5PWN0nyS02OfKfrOpHdIKv5LELx114gNTj8bxquH9ifqatwNCJ8
+NzW4e6UsPAhaBiGC4gkC7AuENGHQgzSVVOkoL/D1pt2g6e7KW8bmdG2GOS0i43oG
+D3dTql8/GeR6R03DgYUj3DWk200ITAC2vGQi4TkzTFDhi721Fb351LyCk6DxN7SV
+FQpCXEKD83T90cbnveLVJbNdmTuCBMMTrSFFQVTgs2D6R9n/HogXUqETOKNZ2BeK
+2RT0qPiGvEJZWmD4hcjIFRP7dnWbSwHlXVzBj2ZBehH+098cA29zHKIkEJg+YhAP
+S/mb+QQo/rpX2IhVGVX2Ycx6+8l8sWvmWW9Ilop61c5tC7O5Q+r09F+MZ9mOtH6n
+vRJFZ/OT1onijtCmw6lm/IxemAPiYC84+2aF/dIrqHMvg2Ahs/WKP/ZUd72aBoMl
+Z4qd2Ta/Rgoscu9fJKNDySNdFwy6NpCxgXJqRMZnkdQyXs8F3zBpdDjtyvME9WaO
+0bhSU8pK8dlflNwD4Rne2K9tf991WgsNTc2qT1TvXO1IX4k8Sg7Ou26liQKdqzto
+gup3sYzLHeiO9lEqYRDg1ZqnAviU2IgfwvESHNLBuQ4AysLRdglOr48lV8vX+ClC
+yosbLkT8xVnuBGCBVTEZUo4hAB/W/99Ct+VT12velT669MfDeZw=
+=QzBA
+-----END PGP SIGNATURE-----

Added: dev/wicket/10.0.0/binaries/apache-wicket-10.0.0-bin.zip.sha256
==============================================================================
--- dev/wicket/10.0.0/binaries/apache-wicket-10.0.0-bin.zip.sha256 (added)
+++ dev/wicket/10.0.0/binaries/apache-wicket-10.0.0-bin.zip.sha256 Fri Mar  8 18:53:46 2024
@@ -0,0 +1 @@
+0d025998ae7738dd3743949062f07565025577e214b23e1784da4c1ccbe43c27  apache-wicket-10.0.0-bin.zip