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

2020-08-30 Thread Sven Meier (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17187338#comment-17187338 ] Sven Meier edited comment on WICKET-6823 at 8/30/20, 9:51 PM: -- Wicket 9.x

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

2020-08-30 Thread Sven Meier (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17187338#comment-17187338 ] Sven Meier commented on WICKET-6823: Wicket tests all work fine with this change though. > Two

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

2020-08-30 Thread Sven Meier (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17187335#comment-17187335 ] Sven Meier commented on WICKET-6823: Problem is that #beforeRender() and #afterRender() are *not*

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

2020-08-30 Thread Sven Meier (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier reassigned WICKET-6823: -- Assignee: Sven Meier > Two instances of AbstractTransformerBehavior on the same component

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

2020-08-30 Thread Sven Meier (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17187326#comment-17187326 ] Sven Meier commented on WICKET-6824: Thanks Thomas, your performance analyses are highly

buildbot failure in on wicket-master-java14

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

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

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

[wicket] branch master updated: WICKET-6824 Replace slow `String.format` with concatenation

2020-08-30 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 The following commit(s) were added to refs/heads/master by this push: new ad5e81b WICKET-6824 Replace slow

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

2020-08-30 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17187314#comment-17187314 ] Thomas Heigl commented on WICKET-6824: -- Created PR: https://github.com/apache/wicket/pull/449 >

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

2020-08-30 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6824: Summary: Use concatenation instead of String.format for frequently called methods Key: WICKET-6824 URL: https://issues.apache.org/jira/browse/WICKET-6824 Project:

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

2020-08-30 Thread Jira
[ https://issues.apache.org/jira/browse/WICKET-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17187289#comment-17187289 ] Thorsten Schöning commented on WICKET-6823: --- I've attached a quickstart demonstrating the

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

2020-08-30 Thread Jira
[ https://issues.apache.org/jira/browse/WICKET-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thorsten Schöning updated WICKET-6823: -- Attachment: multiple_abstract_transformer_behavior.zip > Two instances of

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

2020-08-30 Thread Jira
Thorsten Schöning created WICKET-6823: - Summary: Two instances of AbstractTransformerBehavior on the same component results in incomplete output. Key: WICKET-6823 URL: