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

ahuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 809e2a0  ISIS-1895: web.xml no longer needed for Listeners, Filters 
and Servlets
     new dbf1c42  ISIS-1895: minor java-doc improvements
     new a117c92  ISIS-1895: refactoring into a new module package, also adding 
comments

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:
 .../core/webapp/IsisWebAppContextListener.java     | 19 +++++++++-------
 .../isis/core/webapp/{ => modules}/WebModule.java  | 26 ++++++++++++++++------
 .../WebModule_LogOnExceptionLogger.java            |  2 +-
 .../webapp/{ => modules}/WebModule_NoWicket.java   |  4 +++-
 .../webapp/{ => modules}/WebModule_RestEasy.java   |  2 +-
 .../core/webapp/{ => modules}/WebModule_Shiro.java |  2 +-
 .../webapp/{ => modules}/WebModule_Wicket.java     |  2 +-
 7 files changed, 37 insertions(+), 20 deletions(-)
 rename core/runtime/src/main/java/org/apache/isis/core/webapp/{ => 
modules}/WebModule.java (64%)
 rename core/runtime/src/main/java/org/apache/isis/core/webapp/{ => 
modules}/WebModule_LogOnExceptionLogger.java (98%)
 rename core/runtime/src/main/java/org/apache/isis/core/webapp/{ => 
modules}/WebModule_NoWicket.java (94%)
 rename core/runtime/src/main/java/org/apache/isis/core/webapp/{ => 
modules}/WebModule_RestEasy.java (98%)
 rename core/runtime/src/main/java/org/apache/isis/core/webapp/{ => 
modules}/WebModule_Shiro.java (98%)
 rename core/runtime/src/main/java/org/apache/isis/core/webapp/{ => 
modules}/WebModule_Wicket.java (98%)

Reply via email to