This is an automated email from the ASF dual-hosted git repository.
reiern70 pushed a change to branch improvement/reiern70/WICKET-7050
in repository https://gitbox.apache.org/repos/asf/wicket.git
omit 16eaaf8e61 [WICKET-7050] make DefaultExceptionMapper more configurable
for the case an exception happens while original exception is mapped.
add 70e745d3ac [WICKET-7048] AjaxClientInfoBehavior is AJAX timer based.
This seems not to work reliable in all situations. We add a
AjaxOnDomReadyClientInfoBehavior that uses DOMREADY and seems to work more
reliable.
add 3e1a9bb6f2 [WICKET-7050] make DefaultExceptionMapper more configurable
for the case an exception happens while original exception is mapped.
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 (16eaaf8e61)
\
N -- N -- N refs/heads/improvement/reiern70/WICKET-7050
(3e1a9bb6f2)
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:
....java => AjaxOnDomReadyClientInfoBehavior.java} | 47 +++++++---------------
.../AjaxHelloBrowserOnDomReady.html} | 2 +-
.../AjaxHelloBrowserOnDomReady.java} | 12 +++---
.../HelloBrowserOnDomReadyApplication.java} | 6 +--
.../apache/wicket/examples/homepage/HomePage.html | 1 +
wicket-examples/src/main/webapp/WEB-INF/web.xml | 16 ++++++++
6 files changed, 41 insertions(+), 43 deletions(-)
copy
wicket-core/src/main/java/org/apache/wicket/ajax/{AjaxClientInfoBehavior.java
=> AjaxOnDomReadyClientInfoBehavior.java} (75%)
copy
wicket-examples/src/main/java/org/apache/wicket/examples/{ajaxhellobrowser/AjaxHelloBrowser.html
=> ajaxhellowbrowserondomready/AjaxHelloBrowserOnDomReady.html} (84%)
copy
wicket-examples/src/main/java/org/apache/wicket/examples/{ajaxhellobrowser/AjaxHelloBrowser.java
=> ajaxhellowbrowserondomready/AjaxHelloBrowserOnDomReady.java} (92%)
copy
wicket-examples/src/main/java/org/apache/wicket/examples/{ajaxhellobrowser/HelloBrowserApplication.java
=> ajaxhellowbrowserondomready/HelloBrowserOnDomReadyApplication.java} (84%)