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

mgrigorov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from 8f8ccea  Bump SLF4J to 2.0.0-alpha3
     new d22d154  WICKET-6914  Visibility change of "File Upload" via ajax 
causes "missing" form-data
     new e1930d2  Simplify JUnit assertions
     new 47cf4ff  WICKET-6914 Visibility change of "File Upload" via ajax 
causes "missing" form-data
     new 866fefc  Explicitly install OpenJDK 11 and Maven

The 4 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:
 .travis.yml                                        |  2 +-
 .../http/MultipartFormComponentListener.java       | 52 ++++++++++++++
 .../wicket/protocol/http/WebApplication.java       |  6 +-
 .../wicket/markup/html/form/FormMultiPartTest.java | 20 +++---
 .../wicket/markup/html/form/MultiPartFormPage.java |  4 +-
 .../http/MultipartFormComponentListenerBean.java}  | 63 ++++++-----------
 .../http/MultipartFormComponentListenerPage.html   | 17 +++++
 .../http/MultipartFormComponentListenerPage.java   | 80 ++++++++++++++++++++++
 .../http/MultipartFormComponentListenerTest.java   | 51 ++++++++++++++
 9 files changed, 239 insertions(+), 56 deletions(-)
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/protocol/http/MultipartFormComponentListener.java
 copy 
wicket-core/src/test/java/org/apache/wicket/{core/util/tester/apps_1/Book.java 
=> protocol/http/MultipartFormComponentListenerBean.java} (58%)
 create mode 100644 
wicket-core/src/test/java/org/apache/wicket/protocol/http/MultipartFormComponentListenerPage.html
 create mode 100644 
wicket-core/src/test/java/org/apache/wicket/protocol/http/MultipartFormComponentListenerPage.java
 create mode 100644 
wicket-core/src/test/java/org/apache/wicket/protocol/http/MultipartFormComponentListenerTest.java

Reply via email to