[jira] [Assigned] (WICKET-6771) Performance issues accessing component metadata

2020-04-27 Thread Sven Meier (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier reassigned WICKET-6771: -- Assignee: Sven Meier > Performance issues accessing component metadata >

[jira] [Resolved] (WICKET-6773) Improve performance of getting behaviors for components

2020-04-27 Thread Sven Meier (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier resolved WICKET-6773. Fix Version/s: 8.9.0 9.0.0-M6 Assignee: Sven Meier Resolution: F

[jira] [Updated] (WICKET-6772) Use StandardCharset for URL encoding and decoding

2020-04-27 Thread Sven Meier (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier updated WICKET-6772: --- Fix Version/s: 8.9.0 > Use StandardCharset for URL encoding and decoding > -

[jira] [Commented] (WICKET-6772) Use StandardCharset for URL encoding and decoding

2020-04-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093895#comment-17093895 ] ASF subversion and git services commented on WICKET-6772: - Commi

[jira] [Commented] (WICKET-6773) Improve performance of getting behaviors for components

2020-04-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093896#comment-17093896 ] ASF subversion and git services commented on WICKET-6773: - Commi

[wicket] 01/02: WICKET-6772 Use StandardCharsets.UTF_8 instead of looking up charsets

2020-04-27 Thread svenmeier
This is an automated email from the ASF dual-hosted git repository. svenmeier pushed a commit to branch wicket-8.x in repository https://gitbox.apache.org/repos/asf/wicket.git commit 747e4b6cee010b84982df930258d36b5310410c5 Author: Thomas Heigl AuthorDate: Mon Apr 27 18:13:04 2020 +0200 WIC

[jira] [Commented] (WICKET-6773) Improve performance of getting behaviors for components

2020-04-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093894#comment-17093894 ] ASF subversion and git services commented on WICKET-6773: - Commi

[wicket] 02/02: WICKET-6773 Improve performance of `getBehaviors` by returning `Collections.emptyList` instead of wrapping the empty result

2020-04-27 Thread svenmeier
This is an automated email from the ASF dual-hosted git repository. svenmeier pushed a commit to branch wicket-8.x in repository https://gitbox.apache.org/repos/asf/wicket.git commit f7dc2205b42955220451bc2ac46daf9a2167e583 Author: Thomas Heigl AuthorDate: Mon Apr 27 18:53:36 2020 +0200 WIC

[wicket] branch wicket-8.x updated (099f37f -> f7dc220)

2020-04-27 Thread svenmeier
This is an automated email from the ASF dual-hosted git repository. svenmeier pushed a change to branch wicket-8.x in repository https://gitbox.apache.org/repos/asf/wicket.git. from 099f37f Start next development version new 747e4b6 WICKET-6772 Use StandardCharsets.UTF_8 instead of lo

[wicket] branch master updated: WICKET-6773 Improve performance of `getBehaviors` by returning `Collections.emptyList` instead of wrapping the empty result

2020-04-27 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 ee2c0d9 WICKET-6773 Improve performance of `

[jira] [Updated] (WICKET-6772) Use StandardCharset for URL encoding and decoding

2020-04-27 Thread Sven Meier (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier updated WICKET-6772: --- Fix Version/s: 9.0.0-M6 > Use StandardCharset for URL encoding and decoding > --

[jira] [Commented] (WICKET-6773) Improve performance of getting behaviors for components

2020-04-27 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093741#comment-17093741 ] Thomas Heigl commented on WICKET-6773: -- PR: https://github.com/apache/wicket/pull/4

[jira] [Created] (WICKET-6773) Improve performance of getting behaviors for components

2020-04-27 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6773: Summary: Improve performance of getting behaviors for components Key: WICKET-6773 URL: https://issues.apache.org/jira/browse/WICKET-6773 Project: Wicket Issu

[jira] [Resolved] (WICKET-6772) Use StandardCharset for URL encoding and decoding

2020-04-27 Thread Sven Meier (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier resolved WICKET-6772. Assignee: Sven Meier Resolution: Fixed Nice! Thanks Thomas! > Use StandardCharset for URL e

[wicket] branch master updated: WICKET-6772 Use StandardCharsets.UTF_8 instead of looking up charsets

2020-04-27 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 7afa921 WICKET-6772 Use StandardCharsets.UTF

[jira] [Commented] (WICKET-6772) Use StandardCharset for URL encoding and decoding

2020-04-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093708#comment-17093708 ] ASF subversion and git services commented on WICKET-6772: - Commi

[jira] [Commented] (WICKET-6772) Use StandardCharset for URL encoding and decoding

2020-04-27 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093618#comment-17093618 ] Thomas Heigl commented on WICKET-6772: -- PR: https://github.com/apache/wicket/pull/4

[jira] [Created] (WICKET-6772) Use StandardCharset for URL encoding and decoding

2020-04-27 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6772: Summary: Use StandardCharset for URL encoding and decoding Key: WICKET-6772 URL: https://issues.apache.org/jira/browse/WICKET-6772 Project: Wicket Issue Type

[jira] [Commented] (WICKET-6771) Performance issues accessing component metadata

2020-04-27 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093156#comment-17093156 ] Thomas Heigl commented on WICKET-6771: -- Here is the PR with my benchmark: [https://

[jira] [Created] (WICKET-6771) Performance issues accessing component metadata

2020-04-27 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6771: Summary: Performance issues accessing component metadata Key: WICKET-6771 URL: https://issues.apache.org/jira/browse/WICKET-6771 Project: Wicket Issue Type: