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

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.5.0
in repository https://gitbox.apache.org/repos/asf/wicket.git


 discard 90d180c63e Bump org.apache.maven.plugins:maven-enforcer-plugin from 
3.1.0 to 3.5.0
     add 21f42085a0 WICKET-7123 default form submit can now be set one per form 
(#971)
     add 2880481fdc Use ubuntu-24.04
     add 4b0a89b911 Bump org.apache.maven.plugins:maven-enforcer-plugin from 
3.1.0 to 3.5.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   (90d180c63e)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.5.0
 (4b0a89b911)

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                        |   2 +-
 .../form/FormDefaultButtonTestPage_expected.html   |   4 +-
 .../form/FormHierarchyDefaultButtonTestPage.html   |  16 ++
 .../form/FormHierarchyDefaultButtonTestPage.java   |  69 ++++++++
 ...ormHierarchyDefaultButtonTestPage_expected.html |  38 +++++
 .../apache/wicket/markup/html/form/FormTest.java   |   9 +
 .../org/apache/wicket/markup/html/form/Form.java   |  85 +++------
 .../wicket/examples/forminput/FormInput.html       |  54 +++++-
 .../wicket/examples/forminput/FormInput.java       | 189 +++++++++++++++++----
 .../wicket/examples/forminput/FormInput.properties |   9 +-
 .../apache/wicket/examples/forminput/forminput.css |  29 ++--
 11 files changed, 394 insertions(+), 110 deletions(-)
 create mode 100644 
wicket-core-tests/src/test/java/org/apache/wicket/markup/html/form/FormHierarchyDefaultButtonTestPage.html
 create mode 100644 
wicket-core-tests/src/test/java/org/apache/wicket/markup/html/form/FormHierarchyDefaultButtonTestPage.java
 create mode 100644 
wicket-core-tests/src/test/java/org/apache/wicket/markup/html/form/FormHierarchyDefaultButtonTestPage_expected.html
 copy 
wicket-extensions/src/main/java/org/apache/wicket/extensions/rating/RatingPanel.css
 => 
wicket-examples/src/main/java/org/apache/wicket/examples/forminput/forminput.css
 (72%)

Reply via email to