You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2021/07/16 12:27:11 UTC

[wicket] branch wicket-9.x-with-jpms updated (d0c80ae -> 1421caf)

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

mgrigorov pushed a change to branch wicket-9.x-with-jpms
in repository https://gitbox.apache.org/repos/asf/wicket.git.


 discard d0c80ae  Bump SLF4J to 2.0.0-alpha2
 discard 949c835  Remove needless Maven profiles
 discard 0ed1134  Do not fail the build on Javadoc errors
 discard 1e599b4  Fix the build and go fully JPMS
 discard 2565ade  Remove automatic module names
 discard 6dca1d9  Add module-info.java for most Maven modules but http2
     add c2b6d62  Update Mockito to 3.11.2
     add d44ca1a  WICKET-6899 Add setExceptionMapperProvider() to Application
     add a73bf2e  Minor non-functional cleanup:
     add 9cc7628  Added CHANGELOG for release 9.4.0
     add c9f9276  Start next development version
     add b0d6e1b  no jira: javadoc:aggregate seems to work locally
     add a8e5176  WICKET-6901 document size modifier
     add e281da8  Add module-info.java for most Maven modules but http2
     add c08b528  Remove automatic module names
     add b42d36f  Fix the build and go fully JPMS
     add 34d16b9  Do not fail the build on Javadoc errors
     add 540366d  Remove needless Maven profiles
     add 89cceef  Bump SLF4J to 2.0.0-alpha2
     add 1421caf  WICKET-6903 Replace maven-clirr-plugin with something newer

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   (d0c80ae)
            \
             N -- N -- N   refs/heads/wicket-9.x-with-jpms (1421caf)

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-9.x                                      |  25 ++++
 archetypes/quickstart/pom.xml                      |   7 +-
 pom.xml                                            | 149 ++++++++++++---------
 testing/wicket-common-tests/pom.xml                |   4 +-
 testing/wicket-js-tests/pom.xml                    |   4 +-
 testing/wicket-threadtest/pom.xml                  |   2 +-
 testing/wicket-threadtest/src/site/site.xml        |   5 -
 wicket-auth-roles/pom.xml                          |   2 +-
 wicket-auth-roles/src/site/site.xml                |   5 -
 wicket-bean-validation/pom.xml                     |   2 +-
 .../validation/BeanValidationConfiguration.java    |  13 +-
 .../wicket/bean/validation/ITagModifier.java       |   5 +-
 .../wicket/bean/validation/PropertyValidator.java  |   7 +-
 wicket-cdi/pom.xml                                 |   2 +-
 wicket-core/pom.xml                                |   2 +-
 .../main/java/org/apache/wicket/Application.java   |   8 +-
 .../src/main/java/org/apache/wicket/Component.java |   2 +-
 wicket-core/src/site/site.xml                      |   7 +-
 wicket-devutils/pom.xml                            |   2 +-
 wicket-examples/pom.xml                            |   3 +-
 wicket-examples/src/site/site.xml                  |   7 +-
 wicket-experimental/pom.xml                        |   4 +-
 wicket-experimental/wicket-http2/pom.xml           |   4 +-
 .../wicket-http2/wicket-http2-core/pom.xml         |   2 +-
 .../wicket-http2/wicket-http2-jetty/pom.xml        |   2 +-
 .../wicket-http2/wicket-http2-servlet4/pom.xml     |   2 +-
 .../wicket-http2/wicket-http2-tomcat/pom.xml       |   2 +-
 .../wicket-http2/wicket-http2-undertow/pom.xml     |   2 +-
 wicket-experimental/wicket-metrics/pom.xml         |   4 +-
 wicket-extensions/pom.xml                          |   2 +-
 .../repeater/data/table/filter/FilterToolbar.java  |  16 +--
 wicket-extensions/src/site/site.xml                |   7 +-
 wicket-guice/pom.xml                               |   2 +-
 wicket-guice/src/site/site.xml                     |   7 +-
 wicket-ioc/pom.xml                                 |   2 +-
 wicket-ioc/src/site/site.xml                       |   5 -
 wicket-jmx/pom.xml                                 |   2 +-
 wicket-jmx/src/site/site.xml                       |   5 -
 wicket-native-websocket/pom.xml                    |   2 +-
 .../wicket-native-websocket-core/pom.xml           |   2 +-
 .../wicket-native-websocket-javax/pom.xml          |   2 +-
 wicket-objectsizeof-agent/pom.xml                  |   2 +-
 wicket-objectsizeof-agent/src/site/site.xml        |   5 -
 wicket-request/pom.xml                             |   2 +-
 .../request/flow/RedirectToUrlException.java       |   1 -
 wicket-spring/pom.xml                              |   2 +-
 wicket-spring/src/site/site.xml                    |   7 +-
 wicket-user-guide/pom.xml                          |   4 +-
 wicket-util/pom.xml                                |   2 +-
 wicket-velocity/pom.xml                            |   2 +-
 wicket-velocity/src/site/site.xml                  |   5 -
 wicket/pom.xml                                     |   2 +-
 52 files changed, 190 insertions(+), 183 deletions(-)