This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/commons-io-commons-io-2.18.0
in repository https://gitbox.apache.org/repos/asf/wicket.git
discard cf031ede7d Bump commons-io:commons-io from 2.17.0 to 2.18.0
add 49cde3e54f WICKET-7024 Javadoc
add e04d58be64 WICKET-7133 Ability move focus back to the autocomplete
field when selecting an item using the Tab key
add da01909263 WICKET-7135 Work on deprecation warnings (#1049)
add 4bc04483d6 Revert "Setting Java 21 as minimum version"
add 9b5d6b87a7 Revert "WICKET-7135 Work on deprecation warnings (#1049)"
add 4e9b4ba5d0 WICKET-7125 Adds setBeanManager method to CdiConfiguration
add 61f4695ae6 WICKET-7125 setBeanManager method test
add 98d0a25d64 WICKET-7125 remove unused test code
add a59f5862a8 WICKET-7125 move wicket cdi tests to wicket-cdi-tests module
add 6f1d6a2ce7 WICKET-7107 configure ContentSecurityPolicySettings to
protect buffered pages
add 0968c08142 Revert "WICKET-7107 configure ContentSecurityPolicySettings
to protect buffered pages"
add 8ed432b0fc Added CHANGELOG for release 10.3.0
add f14689dfc6 Start next development version
add 494ac930bb Bump org.checkerframework:checker-qual from 3.48.2 to
3.48.4 (#1070)
add 223193f253 Bump org.mockito:mockito-core from 5.14.2 to 5.15.2 (#1069)
add 71319e6e4b Bump org.assertj:assertj-core from 3.26.3 to 3.27.2 (#1068)
add b8f8b88538 Bump org.apache.maven.plugins:maven-remote-resources-plugin
(#1067)
add dd97c39e92 Bump junit.version from 5.11.3 to 5.11.4 (#1062)
add 6e2e8b509a Bump spring.version from 6.2.0 to 6.2.1 (#1059)
add d0d97c34fd Bump org.hibernate.validator:hibernate-validator (#1056)
add d15bd55ffe Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.11.1 to 3.11.2 (#1054)
add 8db101d8a8 Bump com.google.errorprone:error_prone_annotations from
2.35.1 to 2.36.0 (#1045)
add 608927b806 Bump org.jboss.logging:jboss-logging-processor (#1044)
add 7e0035e11c Bump org.jboss.logging:jboss-logging-annotations (#1043)
add dfef711cbe WICKET-7137 move sanitizer code to
PackageResourceUrlSanitizer
add 63caaae02b WICKET-7137 sanitizer tests
add f6b06b160a [WICKET-7139] Update OSGi imports for Wicket 9.x (#1071)
add c85c9fae97 Bump metrics.version from 4.2.28 to 4.2.29 (#1051)
add 2cc74a4858 Bump com.github.siom79.japicmp:japicmp-maven-plugin (#1075)
add c26e705362 Wicket 7138 support ur lfragment with page parameters
(#1072)
add 3697a30133 doc: minor fix of Form.java comment (#1077)
add c91e34a902 Remove extra text from license (#1078)
add 69f1eb7f40 WICKET-7140 fix for textarea submit on enter (now
ctrl+enter) (#1076)
add 4b2f365dcf Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#1086)
add 8b07062fd7 Bump io.micrometer:micrometer-core from 1.14.1 to 1.14.3
(#1085)
add efe1ae57d5 Bump spring.version from 6.2.1 to 6.2.2 (#1084)
add ea60b9db2f Bump net.bytebuddy:byte-buddy from 1.15.10 to 1.16.0 (#1080)
add fd1117696c Bump org.bouncycastle:bcprov-jdk18on from 1.79 to 1.80
(#1082)
add 8d9d6ba0fd Bump commons-io:commons-io from 2.17.0 to 2.18.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (cf031ede7d)
\
N -- N -- N
refs/heads/dependabot/maven/commons-io-commons-io-2.18.0 (8d9d6ba0fd)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/maven.yml | 1 +
CHANGELOG-10.x | 17 +++++
LICENSE | 27 -------
README.md | 1 +
archetypes/quickstart/pom.xml | 2 +-
pom.xml | 89 +++++++++++-----------
testing/wicket-common-tests/pom.xml | 6 +-
testing/wicket-js-tests/pom.xml | 2 +-
wicket-auth-roles/pom.xml | 2 +-
wicket-bean-validation/pom.xml | 2 +-
{wicket-core-tests => wicket-cdi-tests}/pom.xml | 49 ++++++------
.../apache/wicket/cdi/ApacheLicenceHeaderTest.java | 0
.../apache/wicket/cdi/CdiConfigurationTest.java | 51 ++++++++++---
.../org/apache/wicket/cdi/CdiWicketTester.java | 30 ++------
.../java/org/apache/wicket/cdi/ContextManager.java | 13 ++--
.../wicket/cdi/ConversationPropagatorTest.java | 9 +--
.../org/apache/wicket/cdi/WicketCdiTestCase.java | 67 ++++++++--------
.../cdi/testapp/AlternativeTestAppScope.java | 15 ++--
.../cdi/testapp/ModelWithInjectedDependency.java | 23 +++---
.../apache/wicket/cdi/testapp/TestAppScope.java | 0
.../wicket/cdi/testapp/TestConversationBean.java | 0
.../wicket/cdi/testapp/TestConversationPage.html | 0
.../wicket/cdi/testapp/TestConversationPage.java | 0
.../wicket/cdi/testapp/TestConversationalPage.html | 0
.../wicket/cdi/testapp/TestConversationalPage.java | 0
.../cdi/testapp/TestNonConversationalPage.html | 0
.../cdi/testapp/TestNonConversationalPage.java | 0
.../org/apache/wicket/cdi/testapp/TestPage.html | 0
.../org/apache/wicket/cdi/testapp/TestPage.java | 0
.../apache/wicket/cdi/testapp/TestQualifier.java | 0
.../src/test/java/simplelogger.properties | 0
wicket-cdi/pom.xml | 32 +-------
.../org/apache/wicket/cdi/BeanManagerLookup.java | 34 +++++++--
.../org/apache/wicket/cdi/CdiConfiguration.java | 24 ++++++
.../wicket/cdi/testapp/TestCdiApplication.java | 54 -------------
wicket-core-tests/pom.xml | 2 +-
.../core/request/mapper/MountedMapperTest.java | 3 +-
.../form/FormDefaultButtonTestPage_expected.html | 2 +-
.../form/FormHierarchyDefaultButtonTestPage.html | 4 +
.../form/FormHierarchyDefaultButtonTestPage.java | 8 ++
...ormHierarchyDefaultButtonTestPage_expected.html | 8 +-
.../request/resource/ResourceUrlSanitizerTest.java | 76 ++++++++++++++++++
wicket-core/pom.xml | 3 +-
.../mapper/BasicResourceReferenceMapper.java | 2 +-
.../caching/CachingResourceStreamLocator.java | 3 +-
.../org/apache/wicket/markup/html/form/Form.java | 8 +-
...Disposition.java => IResourceUrlSanitizer.java} | 76 +++++++++---------
.../wicket/request/resource/PackageResource.java | 27 +------
.../request/resource/PackageResourceReference.java | 2 +-
.../resource/PackageResourceUrlSanitizer.java | 62 +++++++++++++++
.../wicket/request/resource/ResourceReference.java | 12 +++
.../apache/wicket/settings/ResourceSettings.java | 23 ++++++
wicket-devutils/pom.xml | 2 +-
wicket-examples/pom.xml | 2 +-
.../wicket/examples/forminput/FormInput.html | 24 +++++-
.../wicket/examples/forminput/FormInput.java | 33 +++++++-
.../wicket/examples/forminput/FormInput.properties | 4 +-
wicket-experimental/pom.xml | 2 +-
wicket-experimental/wicket-metrics/pom.xml | 4 +-
wicket-extensions-tester/pom.xml | 2 +-
wicket-extensions/pom.xml | 47 +++++++++++-
.../autocomplete/AbstractAutoCompleteBehavior.java | 2 +
.../html/autocomplete/AutoCompleteSettings.java | 54 +++++++++++++
.../html/autocomplete/wicket-autocomplete.js | 9 ++-
wicket-guice/pom.xml | 2 +-
wicket-ioc/pom.xml | 2 +-
wicket-jmx/pom.xml | 4 +-
wicket-migration/pom.xml | 6 +-
wicket-native-websocket/pom.xml | 2 +-
.../wicket-native-websocket-core/pom.xml | 2 +-
.../wicket-native-websocket-javax/pom.xml | 2 +-
.../wicket-native-websocket-tester/pom.xml | 2 +-
wicket-objectsizeof-agent/pom.xml | 2 +-
wicket-request/pom.xml | 2 +-
.../wicket/request/mapper/AbstractMapper.java | 33 ++++----
.../request/mapper/parameter/PageParameters.java | 61 +++++++++++----
.../mapper/parameter/PageParametersEncoder.java | 4 +
.../parameter/PageParametersEncoderTest.java | 3 +-
wicket-spring/pom.xml | 2 +-
wicket-tester/pom.xml | 2 +-
wicket-user-guide/pom.xml | 2 +-
wicket-util/pom.xml | 2 +-
wicket-velocity/pom.xml | 2 +-
wicket/pom.xml | 2 +-
wicket/src/main/filtered-resources/features.xml | 1 +
85 files changed, 763 insertions(+), 433 deletions(-)
copy {wicket-core-tests => wicket-cdi-tests}/pom.xml (68%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/ApacheLicenceHeaderTest.java
(100%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/CdiConfigurationTest.java
(67%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/CdiWicketTester.java (91%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/ContextManager.java (92%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/ConversationPropagatorTest.java
(97%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/WicketCdiTestCase.java
(81%)
copy
wicket-core-tests/src/test/java/org/apache/wicket/markup/resolver/issue3559/WicketApplication.java
=>
wicket-cdi-tests/src/test/java/org/apache/wicket/cdi/testapp/AlternativeTestAppScope.java
(78%)
rename
wicket-cdi/src/test/java/org/apache/wicket/cdi/testapp/TestApplication.java =>
wicket-cdi-tests/src/test/java/org/apache/wicket/cdi/testapp/ModelWithInjectedDependency.java
(70%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/testapp/TestAppScope.java
(100%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/testapp/TestConversationBean.java
(100%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/testapp/TestConversationPage.html
(100%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/testapp/TestConversationPage.java
(100%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/testapp/TestConversationalPage.html
(100%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/testapp/TestConversationalPage.java
(100%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/testapp/TestNonConversationalPage.html
(100%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/testapp/TestNonConversationalPage.java
(100%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/testapp/TestPage.html
(100%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/testapp/TestPage.java
(100%)
rename {wicket-cdi =>
wicket-cdi-tests}/src/test/java/org/apache/wicket/cdi/testapp/TestQualifier.java
(100%)
rename {wicket-cdi => wicket-cdi-tests}/src/test/java/simplelogger.properties
(100%)
delete mode 100644
wicket-cdi/src/test/java/org/apache/wicket/cdi/testapp/TestCdiApplication.java
create mode 100644
wicket-core-tests/src/test/java/org/apache/wicket/request/resource/ResourceUrlSanitizerTest.java
copy
wicket-core/src/main/java/org/apache/wicket/request/resource/{ContentDisposition.java
=> IResourceUrlSanitizer.java} (53%)
mode change 100755 => 100644
create mode 100644
wicket-core/src/main/java/org/apache/wicket/request/resource/PackageResourceUrlSanitizer.java