buildbot success in on wicket-master-java14

2020-08-31 Thread buildbot
The Buildbot has detected a restored build on builder wicket-master-java14 while building wicket. Full details are available at: https://ci.apache.org/builders/wicket-master-java14/builds/236 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave6_ubuntu Build Reason: The

[jira] [Resolved] (WICKET-6821) Completely disable CSP support

2020-08-31 Thread Sven Meier (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier resolved WICKET-6821. Fix Version/s: 9.1.0 Resolution: Fixed > Completely disable CSP support >

[wicket] 01/02: WICKET-6821 disabled CSP

2020-08-31 Thread svenmeier
This is an automated email from the ASF dual-hosted git repository. svenmeier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git commit e57f61379d608531a3386adb9c42c088417df256 Author: Sven Meier AuthorDate: Thu Aug 27 19:49:18 2020 +0200

[wicket] branch master updated (ad5e81b -> f97afc3)

2020-08-31 Thread svenmeier
This is an automated email from the ASF dual-hosted git repository. svenmeier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git. from ad5e81b WICKET-6824 Replace slow `String.format` with concatenation new e57f613 WICKET-6821 disabled CSP

[jira] [Commented] (WICKET-6821) Completely disable CSP support

2020-08-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17187831#comment-17187831 ] ASF subversion and git services commented on WICKET-6821: - Commit

[jira] [Commented] (WICKET-6821) Completely disable CSP support

2020-08-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17187832#comment-17187832 ] ASF subversion and git services commented on WICKET-6821: - Commit

[wicket] 02/02: WICKET-6821 align CSPSettings with other settings

2020-08-31 Thread svenmeier
This is an automated email from the ASF dual-hosted git repository. svenmeier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git commit f97afc3f1df51c410b8523c2c0d1924d08ca1466 Author: Sven Meier AuthorDate: Sat Aug 29 22:39:56 2020 +0200

[jira] [Commented] (WICKET-6823) Two instances of AbstractTransformerBehavior on the same component results in incomplete output.

2020-08-31 Thread Martin Tzvetanov Grigorov (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17187604#comment-17187604 ] Martin Tzvetanov Grigorov commented on WICKET-6823: --- The discussion whether to change

[jira] [Commented] (WICKET-6823) Two instances of AbstractTransformerBehavior on the same component results in incomplete output.

2020-08-31 Thread Jira
[ https://issues.apache.org/jira/browse/WICKET-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17187557#comment-17187557 ] Thorsten Schöning commented on WICKET-6823: --- Reversing the order in "afterRender" as general

[jira] [Commented] (WICKET-6824) Use concatenation instead of String.format for frequently called methods

2020-08-31 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17187500#comment-17187500 ] Thomas Heigl commented on WICKET-6824: -- [~svenmeier]: No worries, I'm always happy to see my PRs