This is an automated email from the ASF dual-hosted git repository.
reiern70 pushed a change to branch reiern70/WICKET-7179
in repository https://gitbox.apache.org/repos/asf/wicket.git
discard 5047621b26 [WICKET-7179] include feedback + fix Wicket.isWindow + bump
version of jquery.mockjax.js
discard 9f9e0d63d2 [WICKET-7179] include feedback + fix Wicket.isWindow + bump
version of jquery.mockjax.js
discard 74ec860917 Update
wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
discard 065032eeb2 Update
wicket-core/src/main/java/org/apache/wicket/resource/JQueryMigrateResourceReference.java
discard 63b5fbab36 [WICKET-7179] get rid of AMD
discard 5f5df6c47e [WICKET-7179] fix JS tests
discard fa2c782b68 [WICKET-7179] fix JS tests
discard d6944fdda1 [WICKET-7179] fix JS tests
discard 8d5db511c8 [WICKET-7179] fix JS tests
discard 379895ae94 [WICKET-7179] fix JS tests
discard 3ee81e75ac Merge branch 'master' into reiern70/WICKET-7179
discard b4433b2808 Update Grunt to v1.6.2 and grunt-contrib-qunit to v 10.2.0
discard 00ee8b91c3 COnfigure Puppeteer to always start Chrome in headless mode
with no sandbox
discard 3b967c2157 Test with jQuery v4.0.0
discard 2485aafab2 Update Node.js to v24.15.0 and npm to v11.12.1
discard 663f3214ca Update QUnit from 2.19.4 to 2.25.0
discard 1a2aac8c19 [WICKET-7179] add support for jQuery 4.0.0
add e4a67d88cb Bump org.bouncycastle:bcprov-jdk18on from 1.83 to 1.84
(#1425)
add b08a46cc55 Bump grunt from 1.6.1 to 1.6.2 in /testing/wicket-js-tests
(#1427)
add 54e893c0ce Bump io.micrometer:micrometer-core from 1.16.4 to 1.16.5
(#1431)
add 2988d7aea8 Bump spring.version from 7.0.6 to 7.0.7 (#1428)
add 784508a503 Bump jakarta.annotation:jakarta.annotation-api from 2.1.1
to 3.0.0 (#1429)
add bae9366da4 Bump com.github.siom79.japicmp:japicmp-maven-plugin (#1430)
add f25892286e WICKET-7172: Extend CSP with support for script-src-attr,
style-src-attr (#1341)
add e5a6ae4dd7 Bump jakarta.el:jakarta.el-api from 5.0.1 to 6.0.0 (#1435)
add db0a3dc6e3 Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#1436)
add 72470983f6 Sanitize file upload data (#1432)
add 939e79395a [WICKET-7179] add support for jQuery 4.0.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 (5047621b26)
\
N -- N -- N refs/heads/reiern70/WICKET-7179 (939e79395a)
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:
pom.xml | 12 +--
testing/wicket-js-tests/package-lock.json | 1 -
.../resource/FolderUploadsFileManagerTest.java | 96 ++++++++++++++++++++++
.../java/org/apache/wicket/csp/CSPDirective.java | 14 ++--
.../apache/wicket/csp/CSPDirectiveSrcValue.java | 2 +
.../upload/resource/FolderUploadsFileManager.java | 66 ++++++++++++++-
.../org/apache/wicket/csp/CSPDirectiveTest.java | 60 ++++++++++++++
wicket-migration/pom.xml | 2 +-
8 files changed, 236 insertions(+), 17 deletions(-)
create mode 100644
wicket-core-tests/src/test/java/org/apache/wicket/markup/html/form/upload/resource/FolderUploadsFileManagerTest.java
create mode 100644
wicket-core/src/test/java/org/apache/wicket/csp/CSPDirectiveTest.java