buildbot success in on wicket-master

2019-03-25 Thread buildbot
The Buildbot has detected a restored build on builder wicket-master while 
building wicket. Full details are available at:
https://ci.apache.org/builders/wicket-master/builds/1083

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave1_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-wicket-master-commit' triggered this build
Build Source Stamp: [branch master] 8549e83d42b460171d46ea5b194ab780ab43d96e
Blamelist: Maxim Solodovnik 

Build succeeded!

Sincerely,
 -The Buildbot





[jira] [Resolved] (WICKET-6646) Upgrade jquery to 3.3.x

2019-03-25 Thread Maxim Solodovnik (JIRA)


 [ 
https://issues.apache.org/jira/browse/WICKET-6646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik resolved WICKET-6646.
--
   Resolution: Fixed
Fix Version/s: 7.13.0
   8.4.0
   9.0.0

> Upgrade jquery to 3.3.x
> ---
>
> Key: WICKET-6646
> URL: https://issues.apache.org/jira/browse/WICKET-6646
> Project: Wicket
>  Issue Type: Wish
>  Components: wicket-core
>Affects Versions: 8.3.0
>Reporter: Matt Pavlovich
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 9.0.0, 8.4.0, 7.13.0
>
>
> It would be great for Wicket to upgrade the jquery library to align with the 
> latest release. (And also align with recent Bootstrap releases)
> Current jquery version: 3.3.1



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


buildbot success in on wicket-master-java12

2019-03-25 Thread buildbot
The Buildbot has detected a restored build on builder wicket-master-java12 
while building wicket. Full details are available at:
https://ci.apache.org/builders/wicket-master-java12/builds/32

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave1_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-wicket-master-java12-commit' triggered this build
Build Source Stamp: [branch master] 8549e83d42b460171d46ea5b194ab780ab43d96e
Blamelist: Maxim Solodovnik 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in on wicket-master-java13

2019-03-25 Thread buildbot
The Buildbot has detected a restored build on builder wicket-master-java13 
while building wicket. Full details are available at:
https://ci.apache.org/builders/wicket-master-java13/builds/31

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave1_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-wicket-master-java13-commit' triggered this build
Build Source Stamp: [branch master] 8549e83d42b460171d46ea5b194ab780ab43d96e
Blamelist: Maxim Solodovnik 

Build succeeded!

Sincerely,
 -The Buildbot





[wicket] branch master updated: [WICKET-6646] tests should be fixed

2019-03-25 Thread solomax
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
 new 8549e83  [WICKET-6646] tests should be fixed
8549e83 is described below

commit 8549e83d42b460171d46ea5b194ab780ab43d96e
Author: Maxim Solodovnik 
AuthorDate: Tue Mar 26 11:53:32 2019 +0700

[WICKET-6646] tests should be fixed
---
 .../src/test/java/org/apache/wicket/TestDetachPageAjaxResult.html   | 2 +-
 .../src/test/java/org/apache/wicket/TestDetachPageExpectedResult.html   | 2 +-
 .../test/java/org/apache/wicket/ajax/AjaxBehaviorEnabled_expected.html  | 2 +-
 .../apache/wicket/ajax/AjaxHeaderContributionPage2_ajax_expected.html   | 2 +-
 .../org/apache/wicket/ajax/AjaxHeaderContributionPage2_expected.html| 2 +-
 .../apache/wicket/ajax/AjaxHeaderContributionPage_ajax_expected.html| 2 +-
 .../org/apache/wicket/ajax/AjaxHeaderContributionPage_expected.html | 2 +-
 .../java/org/apache/wicket/ajax/DomReadyOrderPage_ajax_expected.html| 2 +-
 .../test/java/org/apache/wicket/ajax/DomReadyOrderPage_expected.html| 2 +-
 .../org/apache/wicket/ajax/form/AjaxFormSubmitTestPage_expected.html| 2 +-
 .../apache/wicket/ajax/form/OnChangeAjaxBehaviorTestPage_expected.html  | 2 +-
 .../wicket/ajax/markup/html/ajaxLink/AjaxLinkPageExpectedResult.html| 2 +-
 .../ajax/markup/html/ajaxLink/AjaxLinkWithBorderPageExpectedResult.html | 2 +-
 .../wicket/ajax/markup/html/ajaxLink/AjaxPage2_ExpectedResult.html  | 2 +-
 .../ajax/markup/html/componentMap/SimpleTestPageExpectedResult-1.html   | 2 +-
 .../ajax/markup/html/componentMap/SimpleTestPageExpectedResult.html | 2 +-
 .../java/org/apache/wicket/markup/head/filter/DeferredPageExpected.html | 2 +-
 .../apache/wicket/markup/head/filter/FilteredHeaderPageExpected.html| 2 +-
 .../apache/wicket/markup/html/basic/SimplePageExpectedResult_13.html| 2 +-
 .../wicket/markup/html/border/HideableBorderPage_ExpectedResult.html| 2 +-
 .../wicket/markup/html/panel/InlinePanelPageExpectedResult_7.html   | 2 +-
 .../wicket/markup/html/panel/InlinePanelPageExpectedResult_8.html   | 2 +-
 .../wicket/resource/aggregator/ResourceAggregatorTest1Page_results.html | 2 +-
 .../wicket/resource/aggregator/ResourceAggregatorTest2Page_results.html | 2 +-
 .../html/repeater/data/table/filter/FilterFormTestPage_expected.html| 2 +-
 25 files changed, 25 insertions(+), 25 deletions(-)

diff --git 
a/wicket-core/src/test/java/org/apache/wicket/TestDetachPageAjaxResult.html 
b/wicket-core/src/test/java/org/apache/wicket/TestDetachPageAjaxResult.html
index fa90f1d..365a23c 100644
--- a/wicket-core/src/test/java/org/apache/wicket/TestDetachPageAjaxResult.html
+++ b/wicket-core/src/test/java/org/apache/wicket/TestDetachPageAjaxResult.html
@@ -1,4 +1,4 @@
-
\ No newline at end of file
diff --git 
a/wicket-core/src/test/java/org/apache/wicket/ajax/AjaxHeaderContributionPage_expected.html
 
b/wicket-core/src/test/java/org/apache/wicket/ajax/AjaxHeaderContributionPage_expected.html
index 38ab6f9..f4d4853 100644
--- 
a/wicket-core/src/test/java/org/apache/wicket/ajax/AjaxHeaderContributionPage_expected.html
+++ 
b/wicket-core/src/test/java/org/apache/wicket/ajax/AjaxHeaderContributionPage_expected.html
@@ -2,7 +2,7 @@
 
 
 
-
+
 
 
 
diff --git 
a/wicket-core/src/test/java/org/apache/wicket/ajax/DomReadyOrderPage_ajax_expected.html
 
b/wicket-core/src/test/java/org/apache/wicket/ajax/DomReadyOrderPage_ajax_expected.html
index d56f7ec..1d39d25 100644
--- 
a/wicket-core/src/test/java/org/apache/wicket/ajax/DomReadyOrderPage_ajax_expected.html
+++ 
b/wicket-core/src/test/java/org/apache/wicket/ajax/DomReadyOrderPage_ajax_expected.html
@@ -1,4 +1,4 @@
-Test]]>http://wicket.apache.org";>