[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] [Commented] (WICKET-6982) Unnecessary initialization of stateful pages in ListenerRequestHandler

2022-05-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537785#comment-17537785 ] ASF GitHub Bot commented on WICKET-6982: theigl merged PR #526: URL:

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

2022-05-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537786#comment-17537786 ] ASF subversion and git services commented on WICKET-6982: - Commit

[wicket] branch master updated: WICKET-6982 Rely on conditional logic in `Page.isPageStateless()` instead of forcing initialization for all pages (#526)

2022-05-16 Thread theigl
This is an automated email from the ASF dual-hosted git repository. theigl 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 d248853305 WICKET-6982 Rely on conditional

[GitHub] [wicket] theigl merged pull request #526: WICKET-6982 Do not force page initialization in `ListenerRequestHandler`.

2022-05-16 Thread GitBox
theigl merged PR #526: URL: https://github.com/apache/wicket/pull/526 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

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

2022-05-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537784#comment-17537784 ] ASF subversion and git services commented on WICKET-6979: - Commit

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

2022-05-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537783#comment-17537783 ] ASF GitHub Bot commented on WICKET-6979: theigl merged PR #522: URL:

[GitHub] [wicket] theigl merged pull request #522: WICKET-6979 Cut back slightly on some String instance creation in PageInfo and friends.

2022-05-16 Thread GitBox
theigl merged PR #522: URL: https://github.com/apache/wicket/pull/522 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[wicket] branch master updated: WICKET-6979 Cut back slightly on some String instance creation in PageInfo (#522)

2022-05-16 Thread theigl
This is an automated email from the ASF dual-hosted git repository. theigl 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 69b2b0188a WICKET-6979 Cut back slightly on

[jira] [Created] (WICKET-6984) allow to resend failed web socket push messages

2022-05-16 Thread Ernesto Reinaldo Barreiro (Jira)
Ernesto Reinaldo Barreiro created WICKET-6984: - Summary: allow to resend failed web socket push messages Key: WICKET-6984 URL: https://issues.apache.org/jira/browse/WICKET-6984 Project:

[jira] [Updated] (WICKET-6983) ComponentNotFoundException after StalePageException

2022-05-16 Thread Sushila Burgess (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushila Burgess updated WICKET-6983: Description: In very limited circumstances, immediately after a StalePageException, an

[jira] [Created] (WICKET-6983) ComponentNotFoundException after StalePageException

2022-05-16 Thread Sushila Burgess (Jira)
Sushila Burgess created WICKET-6983: --- Summary: ComponentNotFoundException after StalePageException Key: WICKET-6983 URL: https://issues.apache.org/jira/browse/WICKET-6983 Project: Wicket

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

2022-05-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537445#comment-17537445 ] ASF GitHub Bot commented on WICKET-6982: theigl opened a new pull request, #526: URL:

[GitHub] [wicket] theigl opened a new pull request, #526: WICKET-6982 Do not force page initialization in `ListenerRequestHandler`.

2022-05-16 Thread GitBox
theigl opened a new pull request, #526: URL: https://github.com/apache/wicket/pull/526 ListenerRequestHandler currently forces initialization of pages. For already initialized stateful pages, this traverses the entire component hierarchy. For large pages, this can be a costly operation.

[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: