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

bitstorm pushed a change to branch WICKET-7191
in repository https://gitbox.apache.org/repos/asf/wicket.git


    from c1f037524d Merge pull request #1535 from apache/document-security-model
     add 0c4d3a09a5 Bump actions/setup-java from 5.6.0 to 5.7.0 (#1538)
     add 348725cf8a Harden XsltTransformer against XXE in the transformed 
document (#1537)
     add 70c35ef400 Bump org.objenesis:objenesis from 3.5 to 3.6 (#1539)
     add 5a1f4f9852 Bump junit.version from 6.1.2 to 6.1.3 (#1541)
     add cf23528fdc Bump org.checkerframework:checker-qual from 4.2.1 to 4.2.2 
(#1540)
     add b878dd6d85 Bump org.bouncycastle:bcprov-jdk18on from 1.85 to 1.85.2 
(#1544)
     add f72633e14d Bump org.apache.commons:commons-collections4 from 4.5.0 to 
4.6.0 (#1545)
     new 2975be95bd WICKET-7191 Apply tag attribute "required" when a component 
is set to required

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/maven.yml                        |  2 +-
 pom.xml                                            |  8 +--
 .../ajax/form/AjaxFormSubmitTestPage_expected.html |  4 +-
 .../form/validation/HomePage1_ExpectedResult.html  |  2 +-
 .../markup/transformer/XsltTransformerXxeTest.java | 76 ++++++++++++++++++++++
 .../wicket/markup/html/form/FormComponent.java     | 18 +++++
 .../wicket/markup/transformer/XsltTransformer.java |  5 ++
 wicket-migration/pom.xml                           |  2 +-
 8 files changed, 108 insertions(+), 9 deletions(-)
 create mode 100644 
wicket-core-tests/src/test/java/org/apache/wicket/markup/transformer/XsltTransformerXxeTest.java

Reply via email to