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

solomax pushed a change to branch commons-fileupload2-back
in repository https://gitbox.apache.org/repos/asf/wicket.git


 discard 164c017b45 The code is updated to comply with fileupload-M1
 discard d383160464 Module names are corrected
 discard 134276a4ea Build is green
 discard 9eb9bd1b71 Initial attempt to add commons-fileupload2 back
     add fa4e908534 Start next development version
     add 37db4748ab WICKET-7061 removed importmap from condition for wrapping 
<script> content with CDATA
     add cc731e8629 WICKET-7039 (#593)
     add 809752e731 All i18n Application* files converted to *.utf8.properties 
(#596)
     add b0eee3b7e6 Bump bcprov-jdk18on from 1.72 to 1.74 (#595)
     new 650a40825c Initial attempt to add commons-fileupload2 back
     new 0fd8c71619 Build is green
     new 5fb05aa60a Module names are corrected
     new 0fe6b0aa6e The code is updated to comply with fileupload-M1

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   (164c017b45)
            \
             N -- N -- N   refs/heads/commons-fileupload2-back (0fe6b0aa6e)

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.

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:
 archetypes/quickstart/pom.xml                      |    2 +-
 pom.xml                                            |   44 +-
 release.out                                        | 7952 ++++++++++++++++++++
 testing/wicket-common-tests/pom.xml                |    2 +-
 testing/wicket-js-tests/pom.xml                    |    2 +-
 wicket-auth-roles/pom.xml                          |    2 +-
 wicket-bean-validation/pom.xml                     |    2 +-
 wicket-cdi/pom.xml                                 |    2 +-
 wicket-core/pom.xml                                |    2 +-
 ...tion.properties => Application.utf8.properties} |    0
 .../apache/wicket/Application_ar.utf8.properties   |    2 -
 ...a.properties => Application_ba.utf8.properties} |   16 +-
 .../apache/wicket/Application_bg.properties.xml    |   63 -
 .../apache/wicket/Application_bg.utf8.properties   |   57 +
 .../org/apache/wicket/Application_cs.properties    |   38 -
 .../apache/wicket/Application_cs.utf8.properties   |   38 +
 ...a.properties => Application_da.utf8.properties} |   29 +-
 ...e.properties => Application_de.utf8.properties} |   24 +-
 ...roperties => Application_de_CH.utf8.properties} |    4 +-
 .../Application_el.properties.utf8.properties      |   60 +
 .../apache/wicket/Application_el.properties.xml    |   67 -
 ...s.properties => Application_es.utf8.properties} |   36 +-
 ...t.properties => Application_et.utf8.properties} |   23 +-
 .../org/apache/wicket/Application_fa_IR.properties |   35 -
 .../wicket/Application_fa_IR.utf8.properties       |   37 +
 ...i.properties => Application_fi.utf8.properties} |   18 +-
 .../apache/wicket/Application_fr.properties.xml    |   59 -
 .../apache/wicket/Application_fr.utf8.properties   |   49 +
 .../apache/wicket/Application_he.utf8.properties   |    2 -
 .../org/apache/wicket/Application_hu.properties    |   55 -
 .../apache/wicket/Application_hu.utf8.properties   |   55 +
 .../org/apache/wicket/Application_is.properties    |   38 -
 .../apache/wicket/Application_is.utf8.properties   |   38 +
 ...t.properties => Application_it.utf8.properties} |    6 +-
 .../org/apache/wicket/Application_ja.properties    |   37 -
 .../apache/wicket/Application_ja.utf8.properties   |   37 +
 .../org/apache/wicket/Application_ko.properties    |   46 -
 .../apache/wicket/Application_ko.utf8.properties   |   46 +
 .../org/apache/wicket/Application_lt.properties    |   48 -
 .../apache/wicket/Application_lt.utf8.properties   |   48 +
 .../org/apache/wicket/Application_lv.properties    |   40 -
 .../apache/wicket/Application_lv.utf8.properties   |   40 +
 ...l.properties => Application_nl.utf8.properties} |    0
 ...o.properties => Application_no.utf8.properties} |   22 +-
 .../org/apache/wicket/Application_pl.properties    |   52 -
 .../apache/wicket/Application_pl.utf8.properties   |   52 +
 ...t.properties => Application_pt.utf8.properties} |   46 +-
 .../apache/wicket/Application_ru.properties.xml    |   65 -
 .../apache/wicket/Application_ru.utf8.properties   |   60 +
 .../org/apache/wicket/Application_sk.properties    |   73 -
 .../apache/wicket/Application_sk.utf8.properties   |   73 +
 ...l.properties => Application_sl.utf8.properties} |   23 +-
 .../org/apache/wicket/Application_sv.properties    |   47 -
 .../apache/wicket/Application_sv.utf8.properties   |   47 +
 .../apache/wicket/Application_th_TH.properties.xml |   39 -
 .../wicket/Application_th_TH.utf8.properties       |   32 +
 ...l.properties => Application_tl.utf8.properties} |    2 +-
 .../org/apache/wicket/Application_zh_CN.properties |   38 -
 .../wicket/Application_zh_CN.utf8.properties       |   38 +
 .../org/apache/wicket/Application_zh_TW.properties |   38 -
 .../wicket/Application_zh_TW.utf8.properties       |   37 +
 .../parser/filter/StyleAndScriptIdentifier.java    |    8 +-
 .../filter/PageWithScriptTemplate_expected.html    |    4 -
 .../filter/StyleAndScriptIdentifierTest.java       |    1 -
 wicket-devutils/pom.xml                            |    2 +-
 wicket-examples/pom.xml                            |    2 +-
 wicket-experimental/pom.xml                        |    2 +-
 wicket-experimental/wicket-metrics/pom.xml         |    4 +-
 wicket-extensions/pom.xml                          |    2 +-
 .../html/autocomplete/AutoCompleteBehavior.java    |    8 +
 .../html/autocomplete/wicket-autocomplete.js       |   54 +-
 wicket-guice/pom.xml                               |    2 +-
 wicket-ioc/pom.xml                                 |    2 +-
 wicket-jmx/pom.xml                                 |    2 +-
 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-objectsizeof-agent/pom.xml                  |    2 +-
 wicket-request/pom.xml                             |    2 +-
 wicket-spring/pom.xml                              |    2 +-
 wicket-user-guide/pom.xml                          |    2 +-
 wicket-util/pom.xml                                |    2 +-
 wicket-velocity/pom.xml                            |    2 +-
 wicket/pom.xml                                     |    2 +-
 85 files changed, 9008 insertions(+), 1096 deletions(-)
 create mode 100644 release.out
 rename wicket-core/src/main/java/org/apache/wicket/{Application.properties => 
Application.utf8.properties} (100%)
 rename wicket-core/src/main/java/org/apache/wicket/{Application_ba.properties 
=> Application_ba.utf8.properties} (71%)
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_bg.properties.xml
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_bg.utf8.properties
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_cs.properties
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_cs.utf8.properties
 rename wicket-core/src/main/java/org/apache/wicket/{Application_da.properties 
=> Application_da.utf8.properties} (54%)
 rename wicket-core/src/main/java/org/apache/wicket/{Application_de.properties 
=> Application_de.utf8.properties} (72%)
 rename 
wicket-core/src/main/java/org/apache/wicket/{Application_de_CH.properties => 
Application_de_CH.utf8.properties} (80%)
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_el.properties.utf8.properties
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_el.properties.xml
 rename wicket-core/src/main/java/org/apache/wicket/{Application_es.properties 
=> Application_es.utf8.properties} (62%)
 rename wicket-core/src/main/java/org/apache/wicket/{Application_et.properties 
=> Application_et.utf8.properties} (64%)
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_fa_IR.properties
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_fa_IR.utf8.properties
 rename wicket-core/src/main/java/org/apache/wicket/{Application_fi.properties 
=> Application_fi.utf8.properties} (73%)
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_fr.properties.xml
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_fr.utf8.properties
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_hu.properties
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_hu.utf8.properties
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_is.properties
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_is.utf8.properties
 rename wicket-core/src/main/java/org/apache/wicket/{Application_it.properties 
=> Application_it.utf8.properties} (89%)
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_ja.properties
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_ja.utf8.properties
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_ko.properties
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_ko.utf8.properties
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_lt.properties
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_lt.utf8.properties
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_lv.properties
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_lv.utf8.properties
 rename wicket-core/src/main/java/org/apache/wicket/{Application_nl.properties 
=> Application_nl.utf8.properties} (100%)
 rename wicket-core/src/main/java/org/apache/wicket/{Application_no.properties 
=> Application_no.utf8.properties} (69%)
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_pl.properties
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_pl.utf8.properties
 rename wicket-core/src/main/java/org/apache/wicket/{Application_pt.properties 
=> Application_pt.utf8.properties} (54%)
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_ru.properties.xml
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_ru.utf8.properties
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_sk.properties
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_sk.utf8.properties
 rename wicket-core/src/main/java/org/apache/wicket/{Application_sl.properties 
=> Application_sl.utf8.properties} (65%)
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_sv.properties
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_sv.utf8.properties
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_th_TH.properties.xml
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_th_TH.utf8.properties
 rename wicket-core/src/main/java/org/apache/wicket/{Application_tl.properties 
=> Application_tl.utf8.properties} (99%)
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_zh_CN.properties
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_zh_CN.utf8.properties
 delete mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_zh_TW.properties
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/Application_zh_TW.utf8.properties

Reply via email to