[jira] [Commented] (WICKET-6890) Render debug setting 'outputMarkupContainerClassName` as an attribute

2024-02-09 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816003#comment-17816003 ] Thomas Heigl commented on WICKET-6890: -- OK I wrote a very quick draft of a PR. There are a couple

[jira] [Commented] (WICKET-6890) Render debug setting 'outputMarkupContainerClassName` as an attribute

2024-02-09 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17815978#comment-17815978 ] Thomas Heigl commented on WICKET-6890: -- OK! I will try to send a PR in the coming days. > Render

[jira] [Commented] (WICKET-6890) Render debug setting 'outputMarkupContainerClassName` as an attribute

2024-02-08 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17815720#comment-17815720 ] Thomas Heigl commented on WICKET-6890: -- OK I'm not a big fan of this change. Disabling tag

[jira] [Commented] (WICKET-6890) Render debug setting 'outputMarkupContainerClassName` as an attribute

2024-02-08 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17815716#comment-17815716 ] Thomas Heigl commented on WICKET-6890: -- We just ran into the issue mentioned above. We use

[jira] [Commented] (WICKET-6979) Cut back slightly on some String instance creation in PageInfo and friends.

2023-04-19 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17714035#comment-17714035 ] Thomas Heigl commented on WICKET-6979: -- I just realized that this ticket was targeted at master and

[jira] [Updated] (WICKET-6979) Cut back slightly on some String instance creation in PageInfo and friends.

2023-04-19 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6979: - Fix Version/s: 10.0.0 9.14.0 (was: 9.11.0) > Cut back

[jira] [Resolved] (WICKET-7047) Improve initial buffer capacity for Strings.toMultilineMarkup

2023-04-19 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-7047. -- Fix Version/s: 10.0.0 9.14.0 Resolution: Fixed > Improve initial

[jira] [Resolved] (WICKET-7046) Avoid allocating StringResponse when no response filters are active

2023-04-19 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-7046. -- Fix Version/s: 10.0.0 9.14.0 Resolution: Fixed > Avoid allocating

[jira] [Resolved] (WICKET-7045) Avoid allocations in PageParameters.getNamedKeys

2023-04-19 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-7045. -- Fix Version/s: 10.0.0 9.14.0 Resolution: Fixed > Avoid allocations

[jira] [Resolved] (WICKET-7049) Avoid allocation for empty buckets in FilteringHeaderResponse

2023-04-19 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-7049. -- Fix Version/s: 9.14.0 Resolution: Fixed > Avoid allocation for empty buckets in

[jira] [Updated] (WICKET-7045) Avoid allocations in PageParameters.getNamedKeys

2023-04-16 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-7045: - Priority: Minor (was: Major) > Avoid allocations in PageParameters.getNamedKeys >

[jira] [Updated] (WICKET-7047) Improve initial buffer capacity for Strings.toMultilineMarkup

2023-04-16 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-7047: - Priority: Minor (was: Major) > Improve initial buffer capacity for Strings.toMultilineMarkup >

[jira] [Created] (WICKET-7049) Avoid allocation for empty buckets in FilteringHeaderResponse

2023-04-16 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-7049: Summary: Avoid allocation for empty buckets in FilteringHeaderResponse Key: WICKET-7049 URL: https://issues.apache.org/jira/browse/WICKET-7049 Project: Wicket

[jira] [Created] (WICKET-7047) Improve initial buffer capacity for Strings.toMultilineMarkup

2023-04-16 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-7047: Summary: Improve initial buffer capacity for Strings.toMultilineMarkup Key: WICKET-7047 URL: https://issues.apache.org/jira/browse/WICKET-7047 Project: Wicket

[jira] [Created] (WICKET-7046) Avoid allocating StringResponse when no response filters are active

2023-04-16 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-7046: Summary: Avoid allocating StringResponse when no response filters are active Key: WICKET-7046 URL: https://issues.apache.org/jira/browse/WICKET-7046 Project: Wicket

[jira] [Created] (WICKET-7045) Avoid allocations in PageParameters.getNamedKeys

2023-04-16 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-7045: Summary: Avoid allocations in PageParameters.getNamedKeys Key: WICKET-7045 URL: https://issues.apache.org/jira/browse/WICKET-7045 Project: Wicket Issue

[jira] [Resolved] (WICKET-7041) Reduce allocations when rendering component headers

2023-04-11 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-7041. -- Resolution: Fixed > Reduce allocations when rendering component headers >

[jira] [Resolved] (WICKET-7042) Improve sizing of StringResponse when writing scripts in PartialPageResponse

2023-04-11 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-7042. -- Resolution: Fixed > Improve sizing of StringResponse when writing scripts in

[jira] [Updated] (WICKET-7042) Improve sizing of StringResponse when writing scripts in PartialPageResponse

2023-04-11 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-7042: - Fix Version/s: 10.0.0 9.13.0 > Improve sizing of StringResponse when writing

[jira] [Updated] (WICKET-7041) Reduce allocations when rendering component headers

2023-04-11 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-7041: - Fix Version/s: 10.0.0 9.13.0 > Reduce allocations when rendering component

[jira] [Created] (WICKET-7042) Improve sizing of StringResponse when writing scripts in PartialPageResponse

2023-04-10 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-7042: Summary: Improve sizing of StringResponse when writing scripts in PartialPageResponse Key: WICKET-7042 URL: https://issues.apache.org/jira/browse/WICKET-7042

[jira] [Created] (WICKET-7041) Reduce allocations when rendering component headers

2023-04-10 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-7041: Summary: Reduce allocations when rendering component headers Key: WICKET-7041 URL: https://issues.apache.org/jira/browse/WICKET-7041 Project: Wicket Issue

[jira] [Updated] (WICKET-6982) Unnecessary initialization of stateful pages in ListenerRequestHandler

2022-07-13 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6982: - Fix Version/s: 10.0.0 9.12.0 (was: 9.11.0) >

[jira] [Resolved] (WICKET-6982) Unnecessary initialization of stateful pages in ListenerRequestHandler

2022-05-16 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6982. -- Fix Version/s: 9.11.0 Resolution: Fixed > Unnecessary initialization of stateful pages

[jira] [Resolved] (WICKET-6979) Cut back slightly on some String instance creation in PageInfo and friends.

2022-05-16 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6979. -- Fix Version/s: 9.11.0 Assignee: Thomas Heigl Resolution: Fixed > Cut back

[jira] [Updated] (WICKET-6982) Unnecessary initialization of stateful pages in ListenerRequestHandler

2022-05-16 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6982: - Description: ListenerRequestHandler currently forces initialization of pages. For already

[jira] [Created] (WICKET-6982) Unnecessary initialization of stateful pages in ListenerRequestHandler

2022-05-16 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6982: Summary: Unnecessary initialization of stateful pages in ListenerRequestHandler Key: WICKET-6982 URL: https://issues.apache.org/jira/browse/WICKET-6982 Project:

[jira] [Resolved] (WICKET-6977) hashCode computations generate excessive garbage objects

2022-04-29 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6977. -- Fix Version/s: 10.0.0 9.10.0 Resolution: Fixed > hashCode

[jira] [Updated] (WICKET-6963) Use singletons for PanelMarkupSourcingStrategy

2022-04-28 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6963: - Fix Version/s: 9.10.0 > Use singletons for PanelMarkupSourcingStrategy >

[jira] [Assigned] (WICKET-6977) hashCode computations generate excessive garbage objects

2022-04-28 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl reassigned WICKET-6977: Assignee: Thomas Heigl > hashCode computations generate excessive garbage objects >

[jira] [Resolved] (WICKET-6976) Reduce allocations when writing synthetic closing tags

2022-04-28 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6976. -- Fix Version/s: 10.0.0 9.10.0 Resolution: Fixed > Reduce allocations

[jira] [Created] (WICKET-6976) Reduce allocations when writing synthetic closing tags

2022-04-20 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6976: Summary: Reduce allocations when writing synthetic closing tags Key: WICKET-6976 URL: https://issues.apache.org/jira/browse/WICKET-6976 Project: Wicket

[jira] [Updated] (WICKET-6975) Behavior.renderHead may be called multiple times

2022-04-20 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6975: - Fix Version/s: 10.0.0 9.10.0 > Behavior.renderHead may be called multiple

[jira] [Resolved] (WICKET-6975) Behavior.renderHead may be called multiple times

2022-04-20 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6975. -- Resolution: Fixed > Behavior.renderHead may be called multiple times >

[jira] [Created] (WICKET-6975) Behavior.renderHead may be called multiple times

2022-04-20 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6975: Summary: Behavior.renderHead may be called multiple times Key: WICKET-6975 URL: https://issues.apache.org/jira/browse/WICKET-6975 Project: Wicket Issue

[jira] [Commented] (WICKET-6965) Memory leak in WicketEndpoint

2022-04-03 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516488#comment-17516488 ] Thomas Heigl commented on WICKET-6965: -- [~mgrigorov]: I found on more issue with our solution for

[jira] [Commented] (WICKET-6963) Use singletons for PanelMarkupSourcingStrategy

2022-03-31 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17515202#comment-17515202 ] Thomas Heigl commented on WICKET-6963: -- My proposed solution is buggy under some circumstances. See

[jira] [Updated] (WICKET-6957) Declare JSPM 'uses' for IInitializer

2022-03-25 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6957: - Fix Version/s: 9.9.0 > Declare JSPM 'uses' for IInitializer >

[jira] [Resolved] (WICKET-6964) Do not allocate when escaping empty string

2022-03-23 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6964. -- Resolution: Fixed > Do not allocate when escaping empty string >

[jira] [Resolved] (WICKET-6963) Use singletons for PanelMarkupSourcingStrategy

2022-03-23 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6963. -- Resolution: Fixed > Use singletons for PanelMarkupSourcingStrategy >

[jira] [Updated] (WICKET-6960) Reduce allocations when encoding ComponentInfo

2022-03-23 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6960: - Fix Version/s: 10.0.0 9.9.0 (was: 9.8.1) > Reduce

[jira] [Updated] (WICKET-6964) Do not allocate when escaping empty string

2022-03-23 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6964: - Fix Version/s: 10.0.0 9.9.0 > Do not allocate when escaping empty string >

[jira] [Updated] (WICKET-6963) Use singletons for PanelMarkupSourcingStrategy

2022-03-23 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6963: - Fix Version/s: 10.0.0 9.9.0 > Use singletons for PanelMarkupSourcingStrategy

[jira] [Commented] (WICKET-6944) Memory leak in WicketEndpoint

2022-03-22 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17510378#comment-17510378 ] Thomas Heigl commented on WICKET-6944: -- Since {{JavaxWebSocketProcessor}} has a reference to the

[jira] [Created] (WICKET-6964) Do not allocate when escaping empty string

2022-03-21 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6964: Summary: Do not allocate when escaping empty string Key: WICKET-6964 URL: https://issues.apache.org/jira/browse/WICKET-6964 Project: Wicket Issue Type:

[jira] [Created] (WICKET-6963) Use singletons for PanelMarkupSourcingStrategy

2022-03-21 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6963: Summary: Use singletons for PanelMarkupSourcingStrategy Key: WICKET-6963 URL: https://issues.apache.org/jira/browse/WICKET-6963 Project: Wicket Issue Type:

[jira] [Created] (WICKET-6962) Use singletons for PanelMarkupSourcingStrategy

2022-03-21 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6962: Summary: Use singletons for PanelMarkupSourcingStrategy Key: WICKET-6962 URL: https://issues.apache.org/jira/browse/WICKET-6962 Project: Wicket Issue Type:

[jira] [Commented] (WICKET-6944) Memory leak in WicketEndpoint

2022-03-21 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17509951#comment-17509951 ] Thomas Heigl commented on WICKET-6944: -- I again have millions of objects after a couple of days of

[jira] [Updated] (WICKET-6944) Memory leak in WicketEndpoint

2022-03-21 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6944: - Attachment: image-2022-03-21-16-27-37-798.png > Memory leak in WicketEndpoint >

[jira] [Commented] (WICKET-6944) Memory leak in WicketEndpoint

2022-03-21 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17509950#comment-17509950 ] Thomas Heigl commented on WICKET-6944: -- [~mgrigorov]: I just took another heap dump from production

[jira] [Resolved] (WICKET-6960) Reduce allocations when encoding ComponentInfo

2022-03-06 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6960. -- Resolution: Fixed > Reduce allocations when encoding ComponentInfo >

[jira] [Updated] (WICKET-6960) Reduce allocations when encoding ComponentInfo

2022-03-04 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6960: - Fix Version/s: 9.8.1 > Reduce allocations when encoding ComponentInfo >

[jira] [Created] (WICKET-6960) Reduce allocations when encoding ComponentInfo

2022-03-04 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6960: Summary: Reduce allocations when encoding ComponentInfo Key: WICKET-6960 URL: https://issues.apache.org/jira/browse/WICKET-6960 Project: Wicket Issue Type:

[jira] [Resolved] (WICKET-6952) Performance improvements for Strings.isEmpty

2022-02-02 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6952. -- Resolution: Fixed > Performance improvements for Strings.isEmpty >

[jira] [Updated] (WICKET-6952) Performance improvements for Strings.isEmpty

2022-02-02 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6952: - Fix Version/s: 10.0.0 9.8.0 > Performance improvements for Strings.isEmpty >

[jira] [Created] (WICKET-6952) Performance improvements for Strings.isEmpty

2022-02-01 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6952: Summary: Performance improvements for Strings.isEmpty Key: WICKET-6952 URL: https://issues.apache.org/jira/browse/WICKET-6952 Project: Wicket Issue Type:

[jira] [Commented] (WICKET-6944) Memory leak in WicketEndpoint

2022-01-11 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472700#comment-17472700 ] Thomas Heigl commented on WICKET-6944: -- [~mgrigorov]: Thanks a lot! > Memory leak in

[jira] [Commented] (WICKET-6944) Memory leak in WicketEndpoint

2022-01-11 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472631#comment-17472631 ] Thomas Heigl commented on WICKET-6944: -- [~mgrigorov]: I like your proposed change! It's simple and

[jira] [Comment Edited] (WICKET-6944) Memory leak in WicketEndpoint

2022-01-10 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472208#comment-17472208 ] Thomas Heigl edited comment on WICKET-6944 at 1/10/22, 6:28 PM:

[jira] [Commented] (WICKET-6944) Memory leak in WicketEndpoint

2022-01-10 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472208#comment-17472208 ] Thomas Heigl commented on WICKET-6944: -- [~mgrigorov]: Do you have any idea how to best solve this?

[jira] [Updated] (WICKET-6944) Memory leak in WicketEndpoint

2022-01-10 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6944: - Attachment: (was: image-2022-01-10-18-47-11-656.png) > Memory leak in WicketEndpoint >

[jira] [Updated] (WICKET-6944) Memory leak in WicketEndpoint

2022-01-10 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6944: - Attachment: (was: image-2022-01-10-18-52-00-595.png) > Memory leak in WicketEndpoint >

[jira] [Created] (WICKET-6944) Memory leak in WicketEndpoint

2022-01-10 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6944: Summary: Memory leak in WicketEndpoint Key: WICKET-6944 URL: https://issues.apache.org/jira/browse/WICKET-6944 Project: Wicket Issue Type: Bug

[jira] [Commented] (WICKET-6780) Improve performance of resource mapping

2021-05-05 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17339585#comment-17339585 ] Thomas Heigl commented on WICKET-6780: -- Hi [~bitstorm], sorry for the late reply. I've been using

[jira] [Commented] (WICKET-6856) WicketTester fails do startComponentInPage() after session invalidation

2020-11-29 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17240240#comment-17240240 ] Thomas Heigl commented on WICKET-6856: -- [~svenmeier]: I adjusted the test to use

[jira] [Commented] (WICKET-6856) WicketTester fails do startComponentInPage() after session invalidation

2020-11-29 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17240208#comment-17240208 ] Thomas Heigl commented on WICKET-6856: -- I ran into the same issue when upgrading from 9.1.0 to

[jira] [Resolved] (WICKET-6839) Component visible-in-hierarchy cache not used but cleared

2020-10-23 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6839. -- Fix Version/s: 9.2.0 Resolution: Fixed > Component visible-in-hierarchy cache not used

[jira] [Assigned] (WICKET-6839) Component visible-in-hierarchy cache not used but cleared

2020-10-23 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl reassigned WICKET-6839: Assignee: Thomas Heigl > Component visible-in-hierarchy cache not used but cleared >

[jira] [Commented] (WICKET-6839) Component visible-in-hierarchy cache not used but cleared

2020-10-23 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219585#comment-17219585 ] Thomas Heigl commented on WICKET-6839: -- I just pushed a PR for this: 

[jira] [Commented] (WICKET-6750) add capability to cancel ongoing AJAX requests from client side

2020-10-22 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17218898#comment-17218898 ] Thomas Heigl commented on WICKET-6750: -- [~reiern70]: What is the status of this issue? I just ran

[jira] [Resolved] (WICKET-6838) Improve performance of Strings.split

2020-10-02 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6838. -- Fix Version/s: 9.1.0 Resolution: Fixed > Improve performance of Strings.split >

[jira] [Commented] (WICKET-6838) Improve performance of Strings.split

2020-10-02 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17206036#comment-17206036 ] Thomas Heigl commented on WICKET-6838: -- PR: https://github.com/apache/wicket/pull/456 > Improve

[jira] [Created] (WICKET-6838) Improve performance of Strings.split

2020-10-02 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6838: Summary: Improve performance of Strings.split Key: WICKET-6838 URL: https://issues.apache.org/jira/browse/WICKET-6838 Project: Wicket Issue Type:

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

2020-10-01 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6824. -- Resolution: Fixed > Use concatenation instead of String.format for frequently called methods

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

2020-10-01 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17205503#comment-17205503 ] Thomas Heigl commented on WICKET-6824: -- [~bitstorm]: Right! > Use concatenation instead of

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

2020-09-30 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6824: - Fix Version/s: 9.1.0 > Use concatenation instead of String.format for frequently called methods

[jira] [Resolved] (WICKET-6835) Improve performance of AbstractMapper.getPlaceholder

2020-09-30 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6835. -- Fix Version/s: 9.1.0 Resolution: Fixed > Improve performance of

[jira] [Commented] (WICKET-6835) Improve performance of AbstractMapper.getPlaceholder

2020-09-29 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17204037#comment-17204037 ] Thomas Heigl commented on WICKET-6835: -- PR: https://github.com/apache/wicket/pull/455 > Improve

[jira] [Created] (WICKET-6835) Improve performance of AbstractMapper.getPlaceholder

2020-09-29 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6835: Summary: Improve performance of AbstractMapper.getPlaceholder Key: WICKET-6835 URL: https://issues.apache.org/jira/browse/WICKET-6835 Project: Wicket Issue

[jira] [Resolved] (WICKET-6833) Reduce allocations when merging page parameters

2020-09-28 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6833. -- Fix Version/s: 9.1.0 Resolution: Fixed > Reduce allocations when merging page

[jira] [Created] (WICKET-6833) Reduce allocations when merging page parameters

2020-09-25 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6833: Summary: Reduce allocations when merging page parameters Key: WICKET-6833 URL: https://issues.apache.org/jira/browse/WICKET-6833 Project: Wicket Issue Type:

[jira] [Updated] (WICKET-6833) Reduce allocations when merging page parameters

2020-09-25 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6833: - Description: My profiler shows a significant amount of allocations and list resizing coming

[jira] [Resolved] (WICKET-6830) Convert Behaviors into a static utility class to reduce allocations

2020-09-14 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6830. -- Fix Version/s: 9.1.0 Resolution: Fixed > Convert Behaviors into a static utility class

[jira] [Updated] (WICKET-6830) Convert Behaviors into a static utility class to reduce allocations

2020-09-13 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl updated WICKET-6830: - Description: Under moderate load, my application allocates hundreds of MiB a minute in

[jira] [Created] (WICKET-6830) Convert Behaviors into a static utility class to reduce allocations

2020-09-13 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6830: Summary: Convert Behaviors into a static utility class to reduce allocations Key: WICKET-6830 URL: https://issues.apache.org/jira/browse/WICKET-6830 Project: Wicket

[jira] [Commented] (WICKET-6826) Improve performance and reduce allocations for Behaviors

2020-09-10 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17193578#comment-17193578 ] Thomas Heigl commented on WICKET-6826: -- Thanks [~mgrigorov]!  {quote}Please add WICKET-XYZ to the

[jira] [Commented] (WICKET-6826) Improve performance and reduce allocations for Behaviors

2020-09-09 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17192841#comment-17192841 ] Thomas Heigl commented on WICKET-6826: -- [~mgrigorov]: No. This can definitely be downported. >

[jira] [Resolved] (WICKET-6827) Improve performance of Strings.join and Strings.replaceAll

2020-09-09 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6827. -- Resolution: Fixed > Improve performance of Strings.join and Strings.replaceAll >

[jira] [Created] (WICKET-6827) Improve performance of Strings.join and Strings.replaceAll

2020-09-09 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6827: Summary: Improve performance of Strings.join and Strings.replaceAll Key: WICKET-6827 URL: https://issues.apache.org/jira/browse/WICKET-6827 Project: Wicket

[jira] [Resolved] (WICKET-6826) Improve performance and reduce allocations for Behaviors

2020-09-09 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6826. -- Resolution: Fixed > Improve performance and reduce allocations for Behaviors >

[jira] [Created] (WICKET-6826) Improve performance and reduce allocations for Behaviors

2020-09-09 Thread Thomas Heigl (Jira)
Thomas Heigl created WICKET-6826: Summary: Improve performance and reduce allocations for Behaviors Key: WICKET-6826 URL: https://issues.apache.org/jira/browse/WICKET-6826 Project: Wicket

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

2020-09-09 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17192786#comment-17192786 ] Thomas Heigl commented on WICKET-6773: -- [~bitstorm]: I just created WICKET-6826. > Improve

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

2020-09-07 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17191656#comment-17191656 ] Thomas Heigl commented on WICKET-6773: -- I just pushed some additional improvements in 

[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

[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] [Resolved] (WICKET-6794) Improve performance of UrlEncoder and UrlDecoder

2020-06-08 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6794. -- Fix Version/s: 9.0.0-M6 Resolution: Fixed > Improve performance of UrlEncoder and

[jira] [Resolved] (WICKET-6795) Avoid needlessly splitting and joining strings in AjaxEventBehavior

2020-05-31 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Heigl resolved WICKET-6795. -- Fix Version/s: 9.0.0-M6 Assignee: Thomas Heigl Resolution: Fixed > Avoid

[jira] [Commented] (WICKET-6794) Improve performance of UrlEncoder and UrlDecoder

2020-05-30 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17120162#comment-17120162 ] Thomas Heigl commented on WICKET-6794: -- To give you some context: {{UrlEncoder.encode()}} is called

[jira] [Commented] (WICKET-6795) Avoid needlessly splitting and joining strings in AjaxEventBehavior

2020-05-29 Thread Thomas Heigl (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119732#comment-17119732 ] Thomas Heigl commented on WICKET-6795: -- PR: https://github.com/apache/wicket/pull/437 > Avoid

  1   2   3   >