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

reiern70 pushed a change to branch reiern70/plain-js
in repository https://gitbox.apache.org/repos/asf/wicket.git


    omit e2b14c95bf Fix build problem reported at
    omit ae2641c3f9 Let the examples' Ajax engine switch work under a strict CSP
    omit 6dd5934831 modernize javascript files
    omit 735f3e6071 Add a jQuery-free vanilla JS implementation of 
wicket-ajax.js
     add c452a55ddf Bump metrics.version from 4.2.39 to 4.2.40 (#1570)
     add af7be2e952 Bump org.apache.felix:maven-bundle-plugin from 6.1.0 to 
6.1.2 (#1571)
     add 2ccb28df4e Bump org.checkerframework:checker-qual from 4.2.2 to 4.2.3 
(#1572)
     add ee6f1d57d0 Document the conventions an agent needs to work in this 
repository
     add 47ed3f2435 Merge pull request #1579 from apache/agents-md
     add b198af0841 Bump @babel/core from 7.23.7 to 7.29.7 in 
/testing/wicket-js-tests (#1578)
     add e31d45e062 Normalize line terminators in org.apache.wicket.cdi to LF
     add 788c0c3091 Document the CDI integration in the user guide
     add d2dbf39ba0 WICKET-7205: Resolve IRequestHandlerDelegate-Chain in 
CSP-Processing
     add c106a81350 Simplified test.
     add a932e8db2b Further simplified test
     add c0e4956db2 WICKET-7204 Don't use INJECTION for ByteBuddy proxy 
creation (#1577)
     add 4fe54447d5 Bump net.bytebuddy:byte-buddy from 1.18.8 to 1.18.13 (#1574)
     add 5beb786fd9 Point issueManagement at GitHub Issues (INFRA-28383)
     add 3d0d1f405a Point ciManagement and scm at the current infrastructure 
(INFRA-28383)
     add 5f67103dea Merge pull request #1592 from apache/infra-28383-master
     add 39a774fc56 Fixes issue #1584: japicmp exclusions are removed (#1585)
     add b03eea77e3 Bump js-yaml in /testing/wicket-js-tests (#1586)
     add 9e4401f3f4 WICKET-7203: Fixed dependency declaration of 
jackson-databind in module-info.java. Is optional now
     add 6bd4003679 Derive the japicmp baseline from the major version of the 
project
     add 07564fb534 Merge pull request #1597 from apache/japicmp-baseline
     add 4cec94d7e6 Fixes issue #1593: typo in  PartialPageUpdate WARN message 
is fixed (#1594)
     add c6e2a428ab Add a jQuery-free vanilla JS implementation of 
wicket-ajax.js
     add 7c7e31b98e modernize javascript files
     add 5e8ec53e17 Let the examples' Ajax engine switch work under a strict CSP
     add ae04b3728c Fix build problem reported at

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   (e2b14c95bf)
            \
             N -- N -- N   refs/heads/reiern70/plain-js (ae04b3728c)

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:
 AGENTS.md                                          | 136 ++++++
 CLAUDE.md                                          |   1 +
 pom.xml                                            |  34 +-
 testing/wicket-js-tests/package-lock.json          | 396 +++++++--------
 .../org/apache/wicket/cdi/AbstractInjector.java    |  78 +--
 .../apache/wicket/cdi/AutoConversationManager.java | 240 +++++-----
 .../org/apache/wicket/cdi/BehaviorInjector.java    |  84 ++--
 .../org/apache/wicket/cdi/CdiConfiguration.java    | 313 ++++++------
 .../org/apache/wicket/cdi/CdiShutdownCleaner.java  |  78 +--
 .../org/apache/wicket/cdi/ComponentInjector.java   |  86 ++--
 .../wicket/cdi/ConversationExpiredException.java   | 104 ++--
 .../wicket/cdi/ConversationExpiryChecker.java      | 140 +++---
 .../apache/wicket/cdi/ConversationPropagation.java | 124 ++---
 .../apache/wicket/cdi/ConversationPropagator.java  | 530 ++++++++++-----------
 .../wicket/cdi/ICdiAwareRequestCycleListener.java  |  82 ++--
 .../org/apache/wicket/cdi/SessionInjector.java     |  84 ++--
 .../org/apache/wicket/csp/CSPHeaderWriterTest.java |  48 ++
 .../org/apache/wicket/page/PartialPageUpdate.java  |   2 +-
 wicket-extensions/src/main/java/module-info.java   |   2 +-
 .../proxy/bytebuddy/ByteBuddyProxyFactory.java     |  31 +-
 wicket-migration/pom.xml                           |   2 +-
 wicket-user-guide/src/main/asciidoc/jee/jee_3.adoc |  52 +-
 wicket-user-guide/src/main/asciidoc/jee/jee_4.adoc |  17 +-
 .../main/asciidoc/jee/{jee_4.adoc => jee_5.adoc}   |   2 +-
 wicket-user-guide/src/main/asciidoc/single.adoc    |   8 +-
 25 files changed, 1448 insertions(+), 1226 deletions(-)
 create mode 100644 AGENTS.md
 create mode 100644 CLAUDE.md
 copy wicket-user-guide/src/main/asciidoc/jee/{jee_4.adoc => jee_5.adoc} (84%)

Reply via email to