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 237e0bb  ISIS-1974: polishing ThreadPoolSupport
     new b730336  ISIS-1841: improve ThreadPoolSupport's time-resolution for 
logging
     new 51ab3e1  ISIS-1895: optimizations and cleanup

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:
 .../internal/base/{_Casts.java => _Timing.java}    |  67 ++-
 .../configbuilder/IsisConfigurationBuilder.java    |   6 +-
 .../core/runtime/threadpool/ThreadPoolSupport.java |  10 +-
 .../isis/core/webapp/IsisWebAppConfigProvider.java |  35 +-
 .../core/webapp/IsisWebAppContextListener.java     |  12 +-
 .../apache/isis/core/webapp/modules/WebModule.java |  21 -
 .../core/webapp/modules/WebModule_RestEasy.java    |   4 +-
 .../isis/core/webapp/modules/WebModule_Wicket.java |  11 +-
 .../wicket/viewer/IsisWicketApplication.java       | 635 +++++++++------------
 .../viewer/IsisWicketApplication_Experimental.java | 107 ++++
 10 files changed, 475 insertions(+), 433 deletions(-)
 copy 
core/commons/src/main/java/org/apache/isis/commons/internal/base/{_Casts.java 
=> _Timing.java} (50%)
 create mode 100644 
core/viewer-wicket-impl/src/main/java/org/apache/isis/viewer/wicket/viewer/IsisWicketApplication_Experimental.java

Reply via email to