Author: adelbene
Date: Thu Oct 12 22:33:56 2023
New Revision: 64508

Log:
Upload wicket-10.0.0-M2 to staging area

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

Added: dev/wicket/10.0.0-M2/CHANGELOG-10.x
==============================================================================
--- dev/wicket/10.0.0-M2/CHANGELOG-10.x (added)
+++ dev/wicket/10.0.0-M2/CHANGELOG-10.x Thu Oct 12 22:33:56 2023
@@ -0,0 +1,161 @@
+This file contains all changes done in releases for Apache Wicket 10.x.
+
+=======================================================================
+
+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-M2/CHANGELOG-9.x
==============================================================================
--- dev/wicket/10.0.0-M2/CHANGELOG-9.x (added)
+++ dev/wicket/10.0.0-M2/CHANGELOG-9.x Thu Oct 12 22:33:56 2023
@@ -0,0 +1,358 @@
+This file contains all changes done in releases for Apache Wicket 9.x.
+
+=======================================================================
+
+Release Notes - Wicket - Version 9.3.0
+
+** Bug
+
+    * [WICKET-6815] - Incorrect parsing of html attributes
+    * [WICKET-6858] - Do not lower case the session cookie name
+    * [WICKET-6860] - ConcatBundleResource double scope processing when 
CssUrlReplacer is used
+    * [WICKET-6863] - Method Component.setVisibilityAllowed should call 
onVisibleStateChanged()
+    * [WICKET-6865] - JS Error on keyup in AutoCompleteTextField
+    * [WICKET-6867] - AutoComplete list don't choose any item, if click took 
more then 500 ms
+    * [WICKET-6868] - UploadProcessBar doesn't work anymore with 
AjaxFormSubmitBehaviour("change") out of the box
+    * [WICKET-6869] - StalePageException does not refresh page
+    * [WICKET-6871] - Exception with nested AjaxLazyLoadPanel
+    * [WICKET-6872] - CSPDirective is missing worker-src
+
+** Improvement
+
+    * [WICKET-6859] - Deprecate 
WebSocketAwareCsrfPreventionRequestCycleListener
+    * [WICKET-6864] - Avoid hardcoded salt and insuffcient interation length 
in creating PBE
+
+** Task
+
+    * [WICKET-6873] - Upgrade jQuery to 3.6.0
+
+=======================================================================
+
+Release Notes - Wicket - Version 9.2.0
+
+** Bug
+
+    * [WICKET-6839] - Component visible-in-hierarchy cache not used but cleared
+    * [WICKET-6840] - Busy indicator persists after request
+    * [WICKET-6841] - Evaluation order of dependent JS in Ajax request
+    * [WICKET-6845] - stackoverflow while serializing a page containing a 
reference to session
+    * [WICKET-6847] - async page storing fails with flush before detach 
without session
+    * [WICKET-6848] - Session invalidation fails because response is already 
committed
+    * [WICKET-6849] - quickstart styling is broken due to CSP
+
+** Improvement
+
+    * [WICKET-6828] - Wrong tree branch icon with hidden children
+    * [WICKET-6844] - Add support for MethodMismatchResponse for Ajax behaviors
+
+=======================================================================
+
+Release Notes - Wicket - Version 9.1.0
+
+** Bug
+
+    * [WICKET-6702] - AsynchronousPageStore with NotDetachedModelChecker - 
"Not detached model found" exception on several fast sequential Ajax calls
+    * [WICKET-6802] - FilePageStore writing to UserDefinedFileAttributeView 
might be null
+    * [WICKET-6803] -  wicket-objectsizeof-agent has no valid automatic module 
name
+    * [WICKET-6806] - CSP header response decorator breaks 
JavaScriptFilteredIntoFooterHeaderResponse 
+    * [WICKET-6808] - Cannot add page to AjaxRequestTarget
+    * [WICKET-6810] - Asynchronous+encrypted pagestore leads to 
WicketRuntimeException
+    * [WICKET-6813] - Setting child-src does not update frame-src after 
initial assignment
+    * [WICKET-6818] - NPE in WicketEndpoint onClose
+    * [WICKET-6822] - AsynchronousPageStore Potential Memory Leak
+    * [WICKET-6825] - wicket-ioc 9.0.0 throws IAE with JDK14, still includes 
outdated ASM 7.1.0 in cglib-nodep
+    * [WICKET-6837] - Jupiter engine transitively included in war file
+
+** New Feature
+
+    * [WICKET-6805] - Add Cross-Origin Opener Policy and Cross-Origin Embedder 
Policy support
+
+** Improvement
+
+    * [WICKET-6786] - CsrfPreventionRequestCycleListener should support Fetch 
Metadata Request Headers
+    * [WICKET-6807] - Fake Submitting Button
+    * [WICKET-6821] - Completely disable CSP support
+    * [WICKET-6824] - Use concatenation instead of String.format for 
frequently called methods
+    * [WICKET-6826] - Improve performance and reduce allocations for Behaviors
+    * [WICKET-6827] - Improve performance of Strings.join and 
Strings.replaceAll
+    * [WICKET-6828] - Wrong tree branch icon with hidden children
+    * [WICKET-6829] - Use String.isEmpty() instead of "".equals(...)
+    * [WICKET-6830] - Convert Behaviors into a static utility class to reduce 
allocations
+    * [WICKET-6831] - Try to flush the response before detach
+    * [WICKET-6833] - Reduce allocations when merging page parameters
+    * [WICKET-6835] - Improve performance of AbstractMapper.getPlaceholder
+    * [WICKET-6838] - Improve performance of Strings.split
+
+=======================================================================
+
+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/10.0.0-M2/apache-wicket-10.0.0-M2.tar.gz
==============================================================================
Binary file - no diff available.

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

Added: dev/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.tar.gz.asc
==============================================================================
--- dev/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.tar.gz.asc (added)
+++ dev/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.tar.gz.asc Thu Oct 12 22:33:56 
2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmUodA0ACgkQh48B+qjT
+VuEKEhAAgQBmVJ2Q+C/KzBtfdRNXOFMmyiZXX96NVyQ+p9AojnJgcvjGoWsSE5YH
+Y2K9SiV+X8Zyv4YWJkRigJOHCp/DBXkVFezqnZnlhZcVQt8w1hq3AkbXmLdXsQcS
+kDFuR+VYYTgqyKnyxAn1kHyUB6qEEivXZRGCGyT1xrrP//jWJLZag+1WwSTe/+8w
+cSqAYwNuA8SG2lW1MGOS4Ef3zuMcrgbni4yAVIz6NMBCq6pUo3JIKcGtD49Vut4y
+NzASTYyjgW5+xJaEPW7RN0YNEUm9s3RN5jjnn4k9B9iOb8c4FKDq7GnSXeM37AUw
+19HXTmNCRM/OzPv3fTrChVLctEUGyGqy8nfbN6SWOxCOX9/WmCJUUjRQCr7cU7LB
+Sec/2hZeNjLe2DleQ5w0eP/g3jibBhVA+1ZrF731X8YTBRlKDVKMVCU/jzQt2IrI
+jWeRw69ARCtYzXDUWSoh1aB/SmOHSrc6R/M9G+iiuFlpuuFbVYLgaZBxIN/vK0m/
+ZTcoQWih17URD+tV5ur0FoCq3ySsBd65dw6yrogD4OjftbeqbQkkWNQHrKAErFoI
+9nantdO/y2jhmUyAM64tRy+L8yytaX5QjPvV37mrnCZ06vJVXIzSAshkxsXg7s95
+t8Y84L/Y469n9stmrxus7PdQA9rDWaFgTbXfXN9lE460G5REFNg=
+=zCZU
+-----END PGP SIGNATURE-----

Added: dev/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.tar.gz.sha256
==============================================================================
--- dev/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.tar.gz.sha256 (added)
+++ dev/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.tar.gz.sha256 Thu Oct 12 
22:33:56 2023
@@ -0,0 +1 @@
+7a390b56a5f71560c2c81f5122f3232ffe98567b185e86a693e8d3099331c212  
apache-wicket-10.0.0-M2.tar.gz

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

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

Added: dev/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.zip.asc
==============================================================================
--- dev/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.zip.asc (added)
+++ dev/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.zip.asc Thu Oct 12 22:33:56 
2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmUodA4ACgkQh48B+qjT
+VuF53g//Zj7VXxURHNHN2L+kf/jEdNfJG1GWGzByrrE/6HX2+xo4c/f9Xikz1D3T
+UmCCmQJtbR4n+/+udOSLPFMKCNK2JS1/F1sMkTibqySb2/+6Qv+doTgCM2I1Mht6
+1x1eYUsozO8sD584Rx8Ve0R8a8wtU2xBGwTV/m7W/wnPAOaaNzsJY6SFXdrGWiLw
+dAi/etn9r2pF7QQ8PtjLO1HIkbxEQwqPbBJ/V2G6v6nr+LtNYxSTwhxuQEq3qKuL
+cj4e5dFi2zeLGxcP4aBridDY34WcbnbZ93takoH3GJ40vSvYBsaWzHZk/PiSFwi0
+jSvAmLzxWVkdlbptDGN4ALkx8iYCF32O5tCM2ymSj+WQTV2JvXRglJbRIGD9TLiW
+1HGV5UY70vr+vO/9SYhUYy97/wUzJygaHYJw/2FN0HOS35ocHcX+rUnLQwuC8JuV
+6N3cXxHIJ7ApHt2D/N1/fyGkTntGsFpz9kb8/Z+H8dSAIlz0abezG8z6LQm93dcT
+wGC8VO8Zfd0PaJsQPD+Q6PbmammxCdgHo4+He6vEHYa7VddtA5HiiMog5m23vyN5
+r5eECgm8ZNh0PkhaBONKlxGQ6XSPFQwsYtP+RcyKBqIr3qvXGGGgTbP1jYwNxrBS
+YyOrZy3urXjaSu0xAsdrqUMoUq5mGrEWpoT7p0uU8bCEf8ydX5A=
+=TlJS
+-----END PGP SIGNATURE-----

Added: dev/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.zip.sha256
==============================================================================
--- dev/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.zip.sha256 (added)
+++ dev/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.zip.sha256 Thu Oct 12 22:33:56 
2023
@@ -0,0 +1 @@
+abff6c15ae2d33a06fa59703c3072cfb4eb54b9d6e596db1ceb8ac6adcb8ef6f  
apache-wicket-10.0.0-M2.zip

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

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

Added: dev/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.tar.gz.asc
==============================================================================
--- dev/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.tar.gz.asc (added)
+++ dev/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.tar.gz.asc Thu 
Oct 12 22:33:56 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmUodBAACgkQh48B+qjT
+VuEn/hAAsE+QXyrssUhWmZZ+39nBpXyMpBmPpAeWeNADcDqIZxy1axs2ES74BTwP
+s4d08ZvscztND05LJ5CEwI9euwG5GD9W4/6hiHgRuc4kz6vDSO7SPq8AIyW1M8qz
+jS+jbcEz0CNYrzn3nipNqiwP4mKpPQCGhP1l3osyHmwNtzPhQ/cwujhiQFyjriFf
+zunjQd4zHN/ggeaZbbYAytxN5n4fiIkEbFSdwpWu7WGs8uIR58Yntj/vEFUcsBG4
+B2D8NXXTsAA1LVG8NHbP32JUaR9AfsvZwDAzKKZxuw8s5ZODpWw5EzGrMGOxmUAS
+ENikeQaTgvTWlJzN12NikRkqI4AGVsBrS6rOO7pD4OrmiAFMU2buQ7+P3ATlnFDC
+vORoHmA6Qk4rTxdgBSnfFe7MvPMpYmjPnp7QxJxfm09SA+hIro3jvT/FZww1LtML
+t48qPcG9SeioNIYvTk4/gUj0EHR3/WyBMaLTITH2hk1MaBZWzhE9i/br0RG4m3Qv
+vC8kM64vU4AxZ5kT3curgOJQkF7FTxosBEAXWziayDj3qpkT+Zet6C106NcSv9bS
+fuFzSypX9awkc9+vCHcrvAC/YWswJJvJMoMBsgmbxBS6dxOGUjU+kAUJZ0iuU54H
+VghHsYE4PNo99CFAkXqRgRY/rwZRm9nCupXCIR1W8ENIg5Qx2J0=
+=HL7z
+-----END PGP SIGNATURE-----

Added: dev/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.tar.gz.sha256
==============================================================================
--- dev/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.tar.gz.sha256 
(added)
+++ dev/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.tar.gz.sha256 Thu 
Oct 12 22:33:56 2023
@@ -0,0 +1 @@
+290f098fcda3b7f2f4ecc8b1a9bed500c5c09e9bccb5ae83779ff6ea64126337  
apache-wicket-10.0.0-M2-bin.tar.gz

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

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

Added: dev/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.zip.asc
==============================================================================
--- dev/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.zip.asc (added)
+++ dev/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.zip.asc Thu Oct 
12 22:33:56 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmUodBEACgkQh48B+qjT
+VuHTCA/+JZoTqkFFVKHmbdveHZRFhVLMFYl4q0Cgz+j/sX+rwY1c9bODXtikY2sS
++qg1eQVno/r9dzTUuqrgYzDxbvxdsYtDAZJJqZSpiulomDWl94P4MltzuKhrNQ3C
+nsovII8fSiuGTUyeyVumRj9rvxohKYGXpZN0csLpwmLdt1FfsbEK1aYuAqdaj+Ze
+DZgJ6iQWcr8lrlwNGmk+uw2yBb6EpA1IeaZxVDFXuWRPnk5tSXrK928HX9sE2Y55
+XGIM2oGZcPDxlYbnw2ZdfA8D6nNTSfsWE3KRS8ZUjHoS5/sdtjQXKkfDq8+D4pL0
+g2WBAN8H/YsbSp21TxwPXfy3kIDNTI7FoNm6Cmg8mJrOpv++ifs/reRGk86Qr9hi
+BsA9XO5/oUbLzdgqx7WeunuH79CW6GEkvjQoXQjOv8XyIgixFE368L9Krm4GkQAp
+RMCFnkdSGJWTn/2liqEE7IzBuCmtUVAaBy1P1vwuyxbMbgqG+CD4zv7FHJi6099q
+o7rNQiNtXgGwkGVYP636wgT/y5/JFwQYFb5sF1I2KLepyWCiX6V2lj2nm2+m+Ibe
+bY6MFbj72zdnDYjdAXQIHMUe6YXT8OojVt5yJ/80/r90OYHC9pNgaPT07WJuvcpu
+d8XhKyzK5ro64+tjcKyS2B9Dxs8NOlltGV6OhvLl4UZFiAL89Xg=
+=sh+d
+-----END PGP SIGNATURE-----

Added: dev/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.zip.sha256
==============================================================================
--- dev/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.zip.sha256 (added)
+++ dev/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.zip.sha256 Thu 
Oct 12 22:33:56 2023
@@ -0,0 +1 @@
+69030bdc87ce5d9e67995e1ef8946f78465f0320f25b59db7cf72829ce2ffb0a  
apache-wicket-10.0.0-M2-bin.zip



Reply via email to