This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.primefaces.extensions-resources-optimizer-maven-plugin-2.7.5
in repository https://gitbox.apache.org/repos/asf/wicket.git
discard ed88309420 Bump
org.primefaces.extensions:resources-optimizer-maven-plugin
add 2f5794bba8 Bump io.micrometer:micrometer-core from 1.15.5 to 1.16.0
(#1290)
add 09210b4ce9 Bump org.checkerframework:checker-qual from 3.51.1 to
3.52.0 (#1291)
add 41e6f60713 Bump org.apache.maven.plugins:maven-release-plugin from
3.1.1 to 3.2.0 (#1293)
add 1b6f8c18d2 Bump com.github.ferstl:pedantic-pom-enforcers from 2.3.0 to
2.3.1 (#1295)
add 4b035b513b Bump org.openrewrite.recipe:rewrite-recipe-bom from 3.17.0
to 3.18.0 (#1296)
add fb858fe8d9 Bump com.google.errorprone:error_prone_annotations from
2.43.0 to 2.44.0 (#1294)
add bfff9198be Bump commons-io:commons-io from 2.20.0 to 2.21.0 (#1298)
add f70da5994f Bump org.aspectj:aspectjrt from 1.9.24 to 1.9.25 (#1299)
add 74bb4ce094 Bump net.bytebuddy:byte-buddy from 1.17.8 to 1.18.1 (#1303)
add 8ee45bb5c9 Bump org.openrewrite.recipe:rewrite-migrate-java from
3.20.0 to 3.21.2 (#1302)
add aa8527ae0a Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2
to 3.5.0 (#1300)
add 94fc16dcd4 Bump org.openrewrite.recipe:rewrite-migrate-java from
3.21.2 to 3.22.0 (#1305)
add e204705f84 Bump js-yaml in /testing/wicket-js-tests (#1304)
add 4f6b64d783 Bump actions/checkout from 5 to 6 (#1309)
add 7e2a46aa28 Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
(#1308)
add 999d205d3f Bump org.openrewrite.recipe:rewrite-recipe-bom from 3.18.0
to 3.19.0 (#1307)
add 154373e5b2 WICKET-7170: AnnotProxyFieldValueFactory now considers
defaultCandidate (#1311)
add ecaf179b35 Bump org.apache.maven.plugins:maven-resources-plugin from
3.3.1 to 3.4.0 (#1315)
add 1c7b9fe9bb Bump org.apache.maven.plugins:maven-source-plugin from
3.3.1 to 3.4.0 (#1317)
add 2305fcd862 Bump org.apache.maven.plugins:maven-war-plugin from 3.5.0
to 3.5.1 (#1319)
add 989b66130c Bump com.google.errorprone:error_prone_annotations from
2.44.0 to 2.45.0 (#1318)
add 0fbb696e32 Bump net.bytebuddy:byte-buddy from 1.18.1 to 1.18.2 (#1320)
add 6bff1ed544 Bump
org.primefaces.extensions:resources-optimizer-maven-plugin
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 (ed88309420)
\
N -- N -- N
refs/heads/dependabot/maven/org.primefaces.extensions-resources-optimizer-maven-plugin-2.7.5
(6bff1ed544)
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:
.github/workflows/maven.yml | 2 +-
pom.xml | 22 ++---
testing/wicket-js-tests/package-lock.json | 14 +--
wicket-migration/pom.xml | 8 +-
.../wicket/spring/ISpringContextLocator.java | 1 +
.../annot/AnnotProxyFieldValueFactory.java | 90 ++++++++++-------
.../wicket/spring/test/ApplicationContextMock.java | 4 +-
...ProxyFieldValueFactoryDefaultCandidateTest.java | 107 +++++++++++++++++++++
wicket-user-guide/pom.xml | 2 +-
9 files changed, 191 insertions(+), 59 deletions(-)
create mode 100644
wicket-spring/src/test/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactoryDefaultCandidateTest.java