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:25:16 UTC

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

Author: adelbene
Date: Fri Mar  8 18:25:16 2024
New Revision: 67809

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:25:16 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:25:16 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmXrV8sACgkQh48B+qjT
+VuHlWA/8Dx83QEyXJPzZ0FdZQjNZ5Gmwx5mWpGM727ll2Rui9MVgZXETnXunK7+c
+MdZCsJsYo1kZVwz7D5dkSXYIWIhb4aCeawwQWPVT2eYQ4EiSoumTpZv8cUzC/O8E
+A5NxK1uDlEJ8BtFMEB7URBGpM0EkGzhW+42W0ZSxOtRiVCSLGnKmExX766bCWnna
+s26jcYrh2efLcw87P7y0blRhw/yul9879kVKU4yaWShfJj562A3/tKPZRnJBYlYm
+XCm1YnJSpOhg/4JfvAONKablyaxg4moMrDUzEgMpO7ezjV1j36J0zcfmqIs7pao+
+Ayqbolq5Eu2wJ/ZY9ZWOmhqmLJeeYitJ1GSjgLwuz8Bi+rdN1KJFpWYmGAfrG+cL
+oL9e7EBt2/Gwq8nVkUg4vJ14AXv+fGWvwdZvLcoj8by4C1VtNDL6cvn8s3cL8ndq
+xWzxIxLP+xys4rIQ2DwW30xbIO9VdKcOg7u9xWYc9Z8b2pQ1hgriXhbyts+zHaHI
+d+WE1WirlB9ABry2WfDwon9qBCkehIt7axQi1xIWATvyUXQQIXDmGxIGEWfis9Yp
+31EFklCtv1uE3JlyTkWGYB1+KJigV/FuSsudDXBRCocca0HdpgDbBDtIx0jma4hM
+ut4M7LOSU2iBJ7CWooaSUJ8b+cvD4Rhp3FL46rl4PpLd4M+S42Q=
+=GxRG
+-----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:25:16 2024
@@ -0,0 +1 @@
+b77800ee77454d885a7b4b37c23c8f2501ec482ce6bd84348805673fd2762031  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:25:16 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmXrV8sACgkQh48B+qjT
+VuE8zBAApp2+bCo79Z0YrOJ6ZqPeCzuBDrjIFOmkIifKWC4Z4NbgkqN4HBTei7N7
+uBw1qhKtFTnBTHnb70q8lx/kEAuO3aomG3shOqA75gUHDwJiXEjSLWZNG7c2TQlq
+JxIXtyEvTagpcx/xj6GanBqjo/03qtdEv1iqhnZQ7P9pdNQe1iAm3bB8z8Sr0HkK
+U1wPMwDojl2Sqg0Le7Z7Slg6HPDm1tciJk4+CC1mZR7RpO+2WGzWNrUUfOCTcGu1
+vX/nt/+N3VzoLjdYiszNS8rIYeyDcHIXNyhp5BToN+a2FfjUva4oxaLUPjiuHqrB
+pdz4ANMaZBqYUQYHLhaPLpE9IGX0dgtci4nkfeEQUR80W/C1ONtzU3a0Ms3sllyQ
+ROjV/TW5qLYyu+XQ8sVeEHvsSSl2zQ33Mw+SrXOPNTYhGCUcZgLmwIaV/LRZx5Uy
+SNpFSZSsfA4W7OR69WxFTokzqHfmq5IPznDykLllVibBHm1KuEJgL10+0xpiYUfe
+qNK6BIKUBTlNyWOWJmv7UHOK9KIKQph58K8B8QecBJAzfe+rk2Gonan1AQE9SUQN
+00HsKhd4Ox7h6z0Ptm2o9A7rAqPDfCvCDple/w3E+ZPfk3lumARNwzai4uM2Sska
+SQal2qA4tY2ATZKfHJ2dV8xcwLW3SY9VOkHqwWLZ/565CJ7QEzE=
+=RrHK
+-----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:25:16 2024
@@ -0,0 +1 @@
+0f17d7624611fbd5403351375e8a4c61cdd76568cd7ce5f37734ec42ef65df47  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:25:16 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmXrV8wACgkQh48B+qjT
+VuGi1Q/9FW/yWLJbeZt0f0EVTzKymc3VpOtQR+z4aWt14E0T5ZDezJVTzzFt6ipm
+7pqjh2HNbxwYXdQzU5mecE9RLUiG+qHhsn2SAZH/TqobkC5q2RgQKrqJU+8Pt8al
+f6WEoV9Xbn3d+y9NzviFZoelkB6I52Zl9X5mJ+3fZ+xb0oKliO6624jyL90SOJU1
+podwRfO9S0tgPpRRMa0uWSiY2NloT5VGgb4AcmF9axVEHRcOsemeFNigBOJyMc1W
+nG/bmlJtm/u5YHViRLPKwXTvjuEOzJ2XijOVmzr5fCq6EXifz+NEVw65Dhe5RggW
+kqUdii7NtsNAViSt70C5+g4vOsjHrBaZwClkQ7XSgrPMLM+Ul1imbIylX9zyXBPA
+FBOlIoYNy+I1tvGpQ+wvctdgRuCoG3EWjJv2TTQFw/frHjtAgvvEBffIIgLyIBNp
+ZqZfSOT4Es5dDGftNom1kGxOPkSQzH1j9sLmCLaAMGfjCgze8VnOOTstZs/yb+jZ
+Kb4ZRUYVddSB/8Da07prHLcJVGlsozjCfL1WeQeHHPntENcL1T0ix0JjhRqCPIBi
+pREtIoZr2+di1v6Lqark9pA0kE6FG+PIdkMd+jc4aeIL9qanMy4EQUhgDhmaXQ/u
+i/Ff4lVQ1W6agFq2ppdR18cGdMVcVlGHf8Z/gD7/mzhA8VRSEKg=
+=uFl/
+-----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:25:16 2024
@@ -0,0 +1 @@
+9a22c98b19725c2b17933e43d9e0f9cca9099d1f149378d973eb1d0404bc2f16  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:25:16 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmXrV8wACgkQh48B+qjT
+VuFJzBAAjxIJ+e81RdIHE1d8BeEiLp3UvtQJL/tuQ2FIv4gwq6Ws9dX481N2nm7M
+kbS7g1tekTqyQotM+jHuQY3zKaBH/Tn9ZuzafQpLDF1hOO9ElJARWrXf9gHhXpPH
+nFf5TskgFJ2jH2OG4QYmw9u/dYdghkpXbNdjkm3J1nJ562kBn0J2nWkqUb1oOyS0
+Ss01hvYq78hYQ7gderA4rLpsVNLw345AjtSSH1p6oR5j/jf1UcKBx2bFKBWs4Pjw
+PzfufRFJHPsbtnk0UBnZlB1KFnUhcs0OyHYAP6HIWhqTK/9M2WuGpiOTgSgAQSno
+oeY4vQXlXAn+cYrbcLetuquXtDnih958HJWQdfurKfpsz/kpVbkC8d4Q7aXRnC9h
+c4wsJCHchltKmKZrNGA2e7TFumMdFLy/UymT9+uY4dAVorxQBIC+ZIVQvPDFXWM5
+nrLgsje7xXLkWlr4P5OMDHO3rPA3KhhD/P4xRZc2rQZaykoZ89Q5z2ocZNJs+pZ6
+AflC9fvOp5CNWbxv8mMey7i8MfJvxss7wTSJ6u/p6C6nFco138rlNj+t3wcRBs8m
+mP1mEeylgZ4ZyPIBcVqW1aXRpABCHvNCtk1fXEHtY1GzXLtikXB6ntnKHQYD5Wbm
+g9DO5+YxREAouqCkxyxlkPSXh4t/ziad5JArRYKAjSupUn0dfsM=
+=UmS7
+-----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:25:16 2024
@@ -0,0 +1 @@
+dcbfdf55abc5c7fe11ff83e728d78ad557d436089bd4858efaa9127aa7971da8  apache-wicket-10.0.0-bin.zip