This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-text-1.13.0
in repository https://gitbox.apache.org/repos/asf/wicket.git


 discard d39643e36c Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0
     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 aed0ec7de3 Bump org.apache.commons:commons-text from 1.12.0 to 1.13.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   (d39643e36c)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.commons-commons-text-1.13.0 (aed0ec7de3)

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:
 CHANGELOG-10.x                                     | 17 +++++
 LICENSE                                            | 27 --------
 archetypes/quickstart/pom.xml                      |  2 +-
 pom.xml                                            | 70 ++++++++++----------
 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-cdi-tests/pom.xml                           |  2 +-
 wicket-cdi/pom.xml                                 |  2 +-
 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 +-
 .../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 ++++++++++++-
 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 +
 56 files changed, 502 insertions(+), 208 deletions(-)
 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

Reply via email to