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

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


    from 7112401222 Escape the model string a Button writes only where nothing 
else escapes it
     new 85a52ffa18 Normalize line terminators in org.apache.wicket.cdi to LF
     new d716af4a78 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 | 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 ++--
 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 +-
 16 files changed, 1040 insertions(+), 982 deletions(-)
 copy wicket-user-guide/src/main/asciidoc/jee/{jee_4.adoc => jee_5.adoc} (84%)

Reply via email to