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

pedrosans pushed a change to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


    from c0112800bb Escape the model string a Button writes only where nothing 
else escapes it
     new 2c586099c2 Normalize line terminators in org.apache.wicket.cdi to LF
     new a64b163402 Document the CDI integration in the user guide

The 2 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:
 .../org/apache/wicket/cdi/AbstractInjector.java    |  78 +--
 .../apache/wicket/cdi/AutoConversationManager.java | 242 +++++-----
 .../org/apache/wicket/cdi/BehaviorInjector.java    |  84 ++--
 .../org/apache/wicket/cdi/CdiConfiguration.java    | 265 +++++-----
 .../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  | 532 ++++++++++-----------
 .../wicket/cdi/ICdiAwareRequestCycleListener.java  |  82 ++--
 .../org/apache/wicket/cdi/SessionInjector.java     |  84 ++--
 wicket-user-guide/src/main/asciidoc/jee/jee_3.adoc |  52 +-
 wicket-user-guide/src/main/asciidoc/jee/jee_4.adoc |  24 +-
 .../main/asciidoc/jee/{jee_4.adoc => jee_5.adoc}   |   2 +-
 wicket-user-guide/src/main/asciidoc/single.adoc    |   8 +-
 16 files changed, 1017 insertions(+), 968 deletions(-)
 copy wicket-user-guide/src/main/asciidoc/jee/{jee_4.adoc => jee_5.adoc} (88%)

Reply via email to