This is an automated email from the ASF dual-hosted git repository.
papegaaij pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.
from ac966ee WICKET-6730: replaced SecureRandom.getStrongInstance() by
SHA1PRNG due to performance
add 875e6b0 WICKET-6726: remove inline styling from Form
add ec8c759 WICKET-6726: move inline JS to an event handler
add 793bc66 WICKET-6726: update expected markup for tests
add f4eb0b8 WICKET-6727: configurable css classnames
new def2e41 Merge branch 'csp-form'
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:
.../java/org/apache/wicket/Application.properties | 3 +-
.../src/main/java/org/apache/wicket/Component.java | 15 ++-
.../java/org/apache/wicket/css/wicket-core.css | 8 ++
.../org/apache/wicket/markup/html/form/Form.java | 102 ++++++++++++++++-----
.../form/FormDefaultButtonTestPage_expected.html | 14 ++-
.../html/form/FormMethodTestPage_expected.html | 2 +-
.../html/form/pageWithParameters_expected.html | 2 +-
.../repeater/data/table/filter/FilterForm.java | 9 +-
.../table/filter/FilterFormTestPage_expected.html | 4 +-
9 files changed, 114 insertions(+), 45 deletions(-)