Author: adelbene
Date: Mon Jul 20 20:10:17 2026
New Revision: 86105
Log:
Upload wicket-10.10.0 to staging area
Added:
dev/wicket/10.10.0/CHANGELOG-10.x
dev/wicket/10.10.0/apache-wicket-10.10.0.tar.gz (contents, props changed)
dev/wicket/10.10.0/apache-wicket-10.10.0.tar.gz.asc
dev/wicket/10.10.0/apache-wicket-10.10.0.tar.gz.sha512
dev/wicket/10.10.0/apache-wicket-10.10.0.zip (contents, props changed)
dev/wicket/10.10.0/apache-wicket-10.10.0.zip.asc
dev/wicket/10.10.0/apache-wicket-10.10.0.zip.sha512
dev/wicket/10.10.0/binaries/
dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.tar.gz (contents,
props changed)
dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.tar.gz.asc
dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.tar.gz.sha512
dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.zip (contents, props
changed)
dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.zip.asc
dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.zip.sha512
Added: dev/wicket/10.10.0/CHANGELOG-10.x
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dev/wicket/10.10.0/CHANGELOG-10.x Mon Jul 20 20:10:17 2026 (r86105)
@@ -0,0 +1,368 @@
+This file contains all changes done in releases for Apache Wicket 10.x.
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.10.0
+
+** Bug
+
+ * [WICKET-7107] - CSP Header not rendered when using
RedirectPolicy.AUTO_REDIRECT
+ * [WICKET-7182] - Wicket Autocomplete calls event on a non jquery object
+ * [WICKET-7186] - wicket 10.9.0 / 10.9.1 leaks File Reaper threads
+
+** Improvement
+
+ * [WICKET-7184] - Make <wicket:header-items/> HTML spec compliant
+ * [WICKET-7187] - JavaScript header items: `module` for content, and
import maps
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.9.1
+
+** Bug
+
+ * [WICKET-7179] - fix broken focus functionality
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.9.0
+
+** Bug
+
+ * [WICKET-7174] - DefaultSecureRandomSupplier does not work for FIPS
+
+** New Feature
+
+ * [WICKET-7169] - Make partHeaderSizeMax in AbstractFileUpload configurable
+
+** Improvement
+
+ * [WICKET-7172] - Support new CSP style, script directives
+ * [WICKET-7179] - add support for jQuery 4.0.0
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.8.0
+
+** Bug
+
+ * [WICKET-7167] - Submited Form with wantSubmitOnParentFormSubmit false
does not cascade process.
+ * [WICKET-7170] - SpringInjector / AnnotProxyFieldValueFactory does not
consider defaultCandidate
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.7.0
+
+** Improvement
+
+ * [WICKET-7141] - Add hook method afterUpdateFormComponentModels() in Form
process
+ * [WICKET-7162] - avoid NPE when web socket upgrade request is done in a
stateless context
+
+** Wish
+
+ * [WICKET-7142] - Allow public access for
AbstractAjaxBehavior#getComponent()
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.6.0
+
+** Bug
+
+ * [WICKET-7156] - wicket-ioc: dependency on objenesis is optional in pom
but not in module-info
+ * [WICKET-7159] - IFormValidator Skipped When Any Dependent Component is
Disabled in Wicket 10.x
+
+** Improvement
+
+ * [WICKET-7154] - wicket multipart support is broken for tomcat 11.0.6
+ * [WICKET-7157] - Coping Url fragment when we use copy constructor
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.5.0
+
+** Bug
+
+ * [WICKET-7147] - Paramter order of null checks incorrect
+ * [WICKET-7148] - Removing Metadata from Application not possible
+ * [WICKET-7150] - Cyclic dependency between wicket-native-websocket-core
and wicket-native-websocket-javax modules
+
+** New Feature
+
+ * [WICKET-7152] - Extend RedirectRequestHandler for statusCodes 307 and 308
+
+** Improvement
+
+ * [WICKET-7134] - To refactor Form processing code
+ * [WICKET-7149] - Add Integrity and CrossOrigin values to
ResourceReference and related code
+ * [WICKET-7151] - Misleading message when a Link component is added with
wrong id
+ * [WICKET-7153] - [Resources] modify RootMapper in order to allow to
define a refferent ResourceReferenceMapper
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.4.0
+
+** Bug
+
+ * [WICKET-7140] - Form submit triggered by pressing return in textareas
+
+** Improvement
+
+ * [WICKET-7137] - Make resource URL sanitization extendable
+ * [WICKET-7138] - Support URL fragment with PageParameters class
+
+** Task
+
+ * [WICKET-7139] - Update OSGi imports for Wicket 9.x
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.3.0
+
+** Bug
+
+ * [WICKET-3899] - IFormVisitorParticipant don't get tested when validating
form validators dependent components
+ * [WICKET-7024] - Wrong static resource urls when their generation is
triggered by <wicket:link>
+ * [WICKET-7124] - The quickstart archetype fails to build
+ * [WICKET-7125] - To use cdi-unit CreationalContext to inject beans in
Wicket components during tests
+
+** Improvement
+
+ * [WICKET-7123] - Form.setDefaultButton() supports only one button per
form hierarchy
+ * [WICKET-7131] - Improve accessibility and screen reader support for
auto-complete component
+ * [WICKET-7133] - Ability move focus back to the autocomplete field when
selecting an item using the Tab key
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.2.0
+
+** Bug
+
+ * [WICKET-7117] - 2 tests that fail under some circumstances
+ * [WICKET-7118] - Quickstart for 10.x doesn't start HTTPS
+ * [WICKET-7119] - 5 unit tests are non-idempotent (passes in the first run
but fails in subsequent runs in the same environment)
+
+** Improvement
+
+ * [WICKET-7112] - Expand error messages in Component class
+ * [WICKET-7115] - Spelling corrections, and removal of non-breaking
spaces. Some doc improvements
+ * [WICKET-7116] - Spelling corrections, and consistent heading case
+ * [WICKET-7120] - Improve Accessibility of AutoCompleteBehavior
+ * [WICKET-7121] - Make it possible to disable the noisy logs by
RequestCycle
+ * [WICKET-7122] - Update Wicket-CDI bean archive descriptor to use Jakarta
XML namespace
+
+=======================================================================
+
+Release Notes - Wicket - Version 10.1.0
+
+** Bug
+
+ * [WICKET-7102] - Error in LiveSessionsPage
+ * [WICKET-7104] - wicket-autocomplete.min.js minified too aggressively
+ * [WICKET-7111] - Greek Application i18n is broken due to wrong file name
+
+** New Feature
+
+ * [WICKET-7109] - Create a ready to use dropdown supporting grouping
+
+** Improvement
+
+ * [WICKET-7098] - [Websockets] malformed XML is generated if runtime
exceptions happen during rendering phase of a web socket push request
+ * [WICKET-7101] - auto-label is not automatically updated when related
form component is updated.
+ * [WICKET-7103] - Enhance ModalDialog API
+ * [WICKET-7110] - Add stack trace of lock holding thread in
CouldNotLockPageException
+
+** Wish
+
+ * [WICKET-7105] - Remove 'final' from
AbstractPartialPageRequestHandler#add(Component...)
+
+=======================================================================
+
+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.10.0/apache-wicket-10.10.0.tar.gz
==============================================================================
Binary file. No diff available.
Added: dev/wicket/10.10.0/apache-wicket-10.10.0.tar.gz.asc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dev/wicket/10.10.0/apache-wicket-10.10.0.tar.gz.asc Mon Jul 20 20:10:17
2026 (r86105)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmpegHcACgkQh48B+qjT
+VuGIKQ/9E8MhdT6Yx60hyW4iCh4EsuUcCGBgCq8xqXIshoQC+2QbKWNk9YQv67/O
+a7qJYKfrrFyAQhCOWwS3bA+A8CP9bmRkQdrWZ3yy7gGWJvyeTKQXPBxaig5DAADL
+2v+HsfcGVzkdWRn82qANsIJj1lmyMUfJBYApB2Hu/mnGlZxzKI9Cd8o9Zl2KePvc
+VrKY8+XMbxRoGxiACaCKXpeB4gof6Gnqg1GI6px+qfc39NPaK+jZYP/pA7hy37sM
+J0JWtdh1FCcCu6jRw0CyuootuL5DsuSuhEyidg9bcZCUOWxzJJMlQ8j/EphgWbMS
+Rm2gsJnuwSHiCEsp8LM8mz5HPhRy633lfT2hlAF7RXWRgRiMGRN3wLA3SuaM9wfj
+23Hfcfc/dtfySLR5zRsXzVfN1DL1LNvTp4aevf/VBxkZMCk2970BCEq5QbfQ5RgE
+YBf1Oc8b9yJ6LX9xGUXaJHFalDjOGPVfaX1MXH+C7Zut+qX36hrB0qorKAFPR0hQ
+unuGPbTL9aSzvMgNfB8H7JROl/0Ncj5bVB4uBPGozyRREUeeOLGdli/ZjcZFpOcb
+TX6cp8bYzAx5LBeFN9vB9RU89f8G6h6cztVM55ZBi0WDwWt/s6IXPE+1OK9Nmwgz
+t5s6IVr3H1S038ksQNP337F6e39LA0UqA0Oou51y5GxELlsuyPY=
+=/tch
+-----END PGP SIGNATURE-----
Added: dev/wicket/10.10.0/apache-wicket-10.10.0.tar.gz.sha512
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dev/wicket/10.10.0/apache-wicket-10.10.0.tar.gz.sha512 Mon Jul 20
20:10:17 2026 (r86105)
@@ -0,0 +1 @@
+5fd7dc14ccfab05eeb16c809e6a4fc60ceccd1910e2ea21bf41ed4c8f1b3e9ffb94030ca3066a4ee4c78091b51d7d6e3511efe7c674a4964bf7a739db457c1bb
apache-wicket-10.10.0.tar.gz
Added: dev/wicket/10.10.0/apache-wicket-10.10.0.zip
==============================================================================
Binary file. No diff available.
Added: dev/wicket/10.10.0/apache-wicket-10.10.0.zip.asc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dev/wicket/10.10.0/apache-wicket-10.10.0.zip.asc Mon Jul 20 20:10:17
2026 (r86105)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmpegHcACgkQh48B+qjT
+VuETFA//a3D2w+jUSkoOgW1/DLo4TWHgWdIfbJMGTJiizF3KbJQL9Rd1OQtRI0vY
+A9JNyHr3zLvhQVP3fgJScU9d+JeJ6XhaRBdqRRMU5u2RRmtiWFAum2+XQaERpJkb
+RzDzQ2yu8u7tdFABv/J7vkpjuZNWpV3a10A4V+7uF9Ld7BTYro+VzmIu6n3b+CCm
+z1V0T0LNObH3nmEwjUJV5jLQGFkQ5GD3OGZBLJavQOLHx3vE9tDU9ZtTfrA3kiTz
+2lu1wQ3rSIQqRWld5JRKq8o65RqFLozvlDbX/K8THTPxhdLbhQ5ianHBVb7TAva+
+Nj4mNRB3lDrMeW1BxlQQG5HqDG5wHbVS/uAyZa+1gSH1PeUOHOpSZhiruWjCXC1X
+oo2Ry+G0Ydxi+e+nK+EAcWFBB6QWO8+Tah1SiEf7NSZ57vi2P6aV/kiz+/jB+0ai
+kHVO6FBt0eUtuoNYiYlSz/A8pvsxmAh/L5b9muNUTJ2tYGloZKtv8VIQ4jeLPwuY
+ZSxxp0HIgh1nVfHPaQ1uoSLxN97E+vGLX2Hcc5YtuT7qfWrOcgk62nLdNu/bzwmA
+gRRl9k0rMDbaFDx31D1nnvn9N4phNZjkTU06PHKe3XNdHmVb+w4WohApWFYQqMGy
+adDX5IgJfhGetwx3c1nCC63xTfbjVM1zSNh/0VbhoZFjTb80eDU=
+=korp
+-----END PGP SIGNATURE-----
Added: dev/wicket/10.10.0/apache-wicket-10.10.0.zip.sha512
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dev/wicket/10.10.0/apache-wicket-10.10.0.zip.sha512 Mon Jul 20 20:10:17
2026 (r86105)
@@ -0,0 +1 @@
+74c0acc5ab01255bd2b90b6123cc99cbfb084cb9fb75b6b1ec9e6e7bf8cfc78efd2f9f2ca91f79621f469e414c89fe4a668a2b8e15c94efe5f2e5822a085a8bc
apache-wicket-10.10.0.zip
Added: dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.tar.gz
==============================================================================
Binary file. No diff available.
Added: dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.tar.gz.asc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.tar.gz.asc Mon Jul
20 20:10:17 2026 (r86105)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmpegHgACgkQh48B+qjT
+VuESbg//Ys0xFnUXPILGMHS8KnmAblwrIyyyMpFR9aFj2GpUyd0wpyCNMjsxJkhl
+zqQZWCvGE60mpY6j9lmpKHgwRHQPtfzXAYI8LrzuYgf1yhYuLw7zdtdsOsKx+g54
+4FTj2Jocbz5Nc2PNvw4oAzyZFTzym/SeIqctuMy5t9rk66W0Uv2U0xWQE8uYDH9L
+Cr1z4wxWBbAJAAxEfoiwM+uW6HFWo+ghb5meuw7+7DLXLR8hO1IXeLvCJb5ceHaY
+ePLDiO7cnUphQ7VL5ghWahXipc6/xW/T+gqidAHhLmSszwtbH/ylRXKk/fAG+JKU
+ZAWVFGpn8ON1iPkzdCpsF5bTizwFtvmjU4ayju8VC0opNWLmSHaOMlotWRPuDxQP
+pbAkcHlNyi1TRqyYByyVxNtb/qknDKOqC80PyYjtoLrPDWl1TJO0LtU/n9Z9E+cg
+/ObpUs1bmbYmZU+4mNQfvXFgg3ErJSujZnjQFtikoHwUZoDZZe7m4YSckNCE7oxd
+Cx+ByJRRJ7NGICNC3jkJ/IFzITn8m61PkkmDZP77CqExd8V3wEoOynXlHx8y6Vw0
+Miio149OCH1sDxLldRNsFyR8L6hlu0VZ02UcNOqljKOzdCwd8eZ18CgNIADvZoBd
+nV6Lkq3iY6y5VUL/cbQHvlZpZsaRQwFw8alc8vrPmuFz48fvzpY=
+=L1QC
+-----END PGP SIGNATURE-----
Added: dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.tar.gz.sha512
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.tar.gz.sha512 Mon Jul
20 20:10:17 2026 (r86105)
@@ -0,0 +1 @@
+7a0867592b4418bd952789100b6fa5a5fd97f1747d1c7f2e0438e2de821b1636e98d45d139a973d519938a7c508a4babc8a852afa1e9c3769294b2a536e6fa1f
apache-wicket-10.10.0-bin.tar.gz
Added: dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.zip
==============================================================================
Binary file. No diff available.
Added: dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.zip.asc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.zip.asc Mon Jul
20 20:10:17 2026 (r86105)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmpegHgACgkQh48B+qjT
+VuGxNw/+J/OHzOxORGCYRToTr3CiFIMJwWjIrO/SugJjgYgdxuSF9dizjXOK6ERs
+YDmpTLBscpSLsUrhhMZKRYBgNM/rETiOdnYcwoNzfvHlhxOLtIun6VLTIVFRhuQ1
+Or09ZlOvwtb0CyiF9Mm4gwzwy0+OScXzg0f0yv+xRPFRrbEgHEm/SWDuvAGyn3Se
+cWodwyD3l56esut8TLarrQpO9JDF6KYwBlxoWUx3fUX668iUAm0HUsJSKiFWQHl/
+G9NUy4NUIcTOvOK+Xj1gl+ElNmmbNWfCYu4QYVYoViD2DThw63GkAW1wFp6Z81lx
+jys636lInNLPrdClz6QYUu+ksPzrHdV+N0kL9xdf9ov6MpY13IjX40QlmgfiSDaI
+6iZ8SgO9kk2HZgs7+c6uJ2aPATJ3VNfOHRUI+NwbDN0sCaZjkalM5nMTRHo2WFrd
+fMuq+AgARFAH67iLhMUG+XYAm9lsfgnZItF4VEuKGVGX9x2yIwLvaFrVigkCBLXW
+wUy7VQ3zfbHkr8Iwzf+hwsoISPm6l+Z+XI6LUzP8B0mWMTVjfrbJPjQv+yF/s7oV
+NURayDspvT2e+jbPL+2CO+Zu15RiBfCDyiw2m6MTB3Lz4l5dv3R127lxMPj2ThEC
+GnstpPkLTWlRfd+bZusM8wjWFJdYGkC7SeXMKBVIfIiuBvzZyRU=
+=QODJ
+-----END PGP SIGNATURE-----
Added: dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.zip.sha512
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dev/wicket/10.10.0/binaries/apache-wicket-10.10.0-bin.zip.sha512 Mon Jul
20 20:10:17 2026 (r86105)
@@ -0,0 +1 @@
+544a4dc197a2b10b38393c31af479887514abf8c25e6d8dd43ada247eaef4daa46f90a56a5b4276d1751a27fc3445ae26709b6097b6f8c538ffe4df6b128390b
apache-wicket-10.10.0-bin.zip