[jira] [Resolved] (WICKET-6943) There should be ability to check if current session's locale is RTL

2022-01-11 Thread Maxim Solodovnik (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Solodovnik resolved WICKET-6943. -- Resolution: Fixed let's skip 8.x for now :) > There should be ability to check if

[wicket] branch master updated: [WICKET-6943] Session.isRtlLanguage made public

2022-01-11 Thread solomax
This is an automated email from the ASF dual-hosted git repository. solomax 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 831dbc1 [WICKET-6943] Session.isRtlLanguage

[jira] [Commented] (WICKET-6943) There should be ability to check if current session's locale is RTL

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

[jira] [Commented] (WICKET-6943) There should be ability to check if current session's locale is RTL

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

[wicket] branch wicket-9.x updated: [WICKET-6943] Session.isRtlLanguage made public

2022-01-11 Thread solomax
This is an automated email from the ASF dual-hosted git repository. solomax pushed a commit to branch wicket-9.x in repository https://gitbox.apache.org/repos/asf/wicket.git The following commit(s) were added to refs/heads/wicket-9.x by this push: new 6e5480f [WICKET-6943]

[jira] [Commented] (WICKET-6943) There should be ability to check if current session's locale is RTL

2022-01-11 Thread Martin Tzvetanov Grigorov (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17474273#comment-17474273 ] Martin Tzvetanov Grigorov commented on WICKET-6943: --- bq. shall I merge this one to

[jira] [Commented] (WICKET-6943) There should be ability to check if current session's locale is RTL

2022-01-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17474272#comment-17474272 ] ASF GitHub Bot commented on WICKET-6943: martin-g commented on a change in pull request #488:

[GitHub] [wicket] martin-g commented on a change in pull request #488: [WICKET-6943] Save info about Locale direction LTR/RTL to Session metadata

2022-01-11 Thread GitBox
martin-g commented on a change in pull request #488: URL: https://github.com/apache/wicket/pull/488#discussion_r782736474 ## File path: wicket-core/src/main/java/org/apache/wicket/Session.java ## @@ -184,6 +195,36 @@ public static Session get() } } +

[jira] [Commented] (WICKET-6943) There should be ability to check if current session's locale is RTL

2022-01-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17474248#comment-17474248 ] ASF GitHub Bot commented on WICKET-6943: solomax commented on a change in pull request #488:

[GitHub] [wicket] solomax commented on a change in pull request #488: [WICKET-6943] Save info about Locale direction LTR/RTL to Session metadata

2022-01-11 Thread GitBox
solomax commented on a change in pull request #488: URL: https://github.com/apache/wicket/pull/488#discussion_r782714873 ## File path: wicket-core/src/main/java/org/apache/wicket/Session.java ## @@ -184,6 +195,36 @@ public static Session get() } } +

[jira] [Commented] (WICKET-6943) There should be ability to check if current session's locale is RTL

2022-01-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17474246#comment-17474246 ] ASF GitHub Bot commented on WICKET-6943: solomax commented on a change in pull request #488:

[GitHub] [wicket] solomax commented on a change in pull request #488: [WICKET-6943] Save info about Locale direction LTR/RTL to Session metadata

2022-01-11 Thread GitBox
solomax commented on a change in pull request #488: URL: https://github.com/apache/wicket/pull/488#discussion_r782714873 ## File path: wicket-core/src/main/java/org/apache/wicket/Session.java ## @@ -184,6 +195,36 @@ public static Session get() } } +

[jira] [Commented] (WICKET-6943) There should be ability to check if current session's locale is RTL

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

[jira] [Commented] (WICKET-6943) There should be ability to check if current session's locale is RTL

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

[wicket] branch master updated (0b399da -> bede789)

2022-01-11 Thread solomax
This is an automated email from the ASF dual-hosted git repository. solomax pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git. from 0b399da Javadoc wording improvement add bede789 [WICKET-6943] Save info about Locale direction LTR/RTL to

[wicket] branch wicket-9.x updated: [WICKET-6943] Save info about Locale direction LTR/RTL to Session metadata (#488)

2022-01-11 Thread solomax
This is an automated email from the ASF dual-hosted git repository. solomax pushed a commit to branch wicket-9.x in repository https://gitbox.apache.org/repos/asf/wicket.git The following commit(s) were added to refs/heads/wicket-9.x by this push: new 883f56d [WICKET-6943] Save info about

[jira] [Commented] (WICKET-6943) There should be ability to check if current session's locale is RTL

2022-01-11 Thread Maxim Solodovnik (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17473258#comment-17473258 ] Maxim Solodovnik commented on WICKET-6943: -- [~mgrigorov] shall I merge this one to 8.x? >

[jira] [Updated] (WICKET-6943) There should be ability to check if current session's locale is RTL

2022-01-11 Thread Maxim Solodovnik (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Solodovnik updated WICKET-6943: - Fix Version/s: 10.0.0 > There should be ability to check if current session's locale is

[jira] [Commented] (WICKET-6943) There should be ability to check if current session's locale is RTL

2022-01-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17473254#comment-17473254 ] ASF GitHub Bot commented on WICKET-6943: solomax merged pull request #488: URL:

[GitHub] [wicket] solomax merged pull request #488: [WICKET-6943] Save info about Locale direction LTR/RTL to Session metadata

2022-01-11 Thread GitBox
solomax merged pull request #488: URL: https://github.com/apache/wicket/pull/488 -- 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-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] [Resolved] (WICKET-6944) Memory leak in WicketEndpoint

2022-01-11 Thread Martin Tzvetanov Grigorov (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Tzvetanov Grigorov resolved WICKET-6944. --- Fix Version/s: 10.0.0 8.14.0

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

2022-01-11 Thread Martin Tzvetanov Grigorov (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Tzvetanov Grigorov reassigned WICKET-6944: - Assignee: Martin Tzvetanov Grigorov (was: Thomas Heigl) >

[wicket] branch master updated: Javadoc wording improvement

2022-01-11 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 0b399da Javadoc wording improvement 0b399da

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

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

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

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

[wicket] branch wicket-8.x updated: WICKET-6944 Memory leak in WicketEndpoint

2022-01-11 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch wicket-8.x in repository https://gitbox.apache.org/repos/asf/wicket.git The following commit(s) were added to refs/heads/wicket-8.x by this push: new 6e6d2e9 WICKET-6944 Memory leak in

[wicket] branch wicket-9.x updated (26da08f -> 934e24d)

2022-01-11 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a change to branch wicket-9.x in repository https://gitbox.apache.org/repos/asf/wicket.git. from 26da08f WICKET-6942 Replace usage of log4j 1.x in tests and wicket-examples with slf4j-simple new

[wicket] 01/02: Javadoc wording improvement

2022-01-11 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch wicket-9.x in repository https://gitbox.apache.org/repos/asf/wicket.git commit f6aad00379b977b3ad85aa8e8c445dd6a7efb47c Author: Martin Tzvetanov Grigorov AuthorDate: Tue Jan 11 14:22:53 2022

[wicket] 02/02: WICKET-6944 Memory leak in WicketEndpoint

2022-01-11 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch wicket-9.x in repository https://gitbox.apache.org/repos/asf/wicket.git commit 934e24d46d654cca184aa0a379ab10fc0c5d1086 Author: Martin Tzvetanov Grigorov AuthorDate: Tue Jan 11 14:21:34 2022

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

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

[wicket] branch master updated: WICKET-6944 Memory leak in WicketEndpoint

2022-01-11 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 9806e8b WICKET-6944 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] [Commented] (WICKET-6944) Memory leak in WicketEndpoint

2022-01-11 Thread Maxim Solodovnik (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472538#comment-17472538 ] Maxim Solodovnik commented on WICKET-6944: -- I mean there is usually only one wicket application

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

2022-01-11 Thread Martin Tzvetanov Grigorov (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472535#comment-17472535 ] Martin Tzvetanov Grigorov commented on WICKET-6944: --- bq. Set registeredListeners might

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

2022-01-11 Thread Maxim Solodovnik (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472533#comment-17472533 ] Maxim Solodovnik commented on WICKET-6944: -- {{Set registeredListeners}} might be boolean in