Re: [PR] WICKET-6890 Introduce strategy for class name debug output [wicket]

2024-02-09 Thread via GitHub
theigl commented on code in PR #781: URL: https://github.com/apache/wicket/pull/781#discussion_r1484137664 ## wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettingsMBean.java: ## @@ -71,6 +71,8 @@ public interface DebugSettingsMBean * Enables wrapping output of

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

2024-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816002#comment-17816002 ] ASF GitHub Bot commented on WICKET-6890: theigl commented on code in PR #781: URL:

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

2024-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816001#comment-17816001 ] ASF GitHub Bot commented on WICKET-6890: theigl commented on code in PR #781: URL:

Re: [PR] WICKET-6890 Introduce strategy for class name debug output [wicket]

2024-02-09 Thread via GitHub
theigl commented on code in PR #781: URL: https://github.com/apache/wicket/pull/781#discussion_r1484134849 ## wicket-core/src/main/java/org/apache/wicket/Page.java: ## @@ -827,9 +827,10 @@ public void component(final Component component, final IVisit visit)

[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

(wicket) branch WICKET-6890-debug-strategy created (now 5ae5697fbf)

2024-02-09 Thread theigl
This is an automated email from the ASF dual-hosted git repository. theigl pushed a change to branch WICKET-6890-debug-strategy in repository https://gitbox.apache.org/repos/asf/wicket.git at 5ae5697fbf WICKET-6890 Introduce strategy for class name debug output This branch includes the

(wicket) 01/01: WICKET-6890 Introduce strategy for class name debug output

2024-02-09 Thread theigl
This is an automated email from the ASF dual-hosted git repository. theigl pushed a commit to branch WICKET-6890-debug-strategy in repository https://gitbox.apache.org/repos/asf/wicket.git commit 5ae5697fbfc2d978e8b8ef4525484207b057b88d Author: Thomas Heigl AuthorDate: Fri Feb 9 11:18:19 2024

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

2024-02-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17815999#comment-17815999 ] ASF subversion and git services commented on WICKET-6890: - Commit

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

2024-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816000#comment-17816000 ] ASF GitHub Bot commented on WICKET-6890: theigl opened a new pull request, #781: URL:

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

2024-02-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816006#comment-17816006 ] ASF subversion and git services commented on WICKET-6890: - Commit

(wicket) branch WICKET-6890-debug-strategy updated (5ae5697fbf -> c60ef321c7)

2024-02-09 Thread theigl
This is an automated email from the ASF dual-hosted git repository. theigl pushed a change to branch WICKET-6890-debug-strategy in repository https://gitbox.apache.org/repos/asf/wicket.git discard 5ae5697fbf WICKET-6890 Introduce strategy for class name debug output add c60ef321c7

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

2024-02-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816047#comment-17816047 ] ASF subversion and git services commented on WICKET-6890: - Commit

(wicket) branch WICKET-6890-debug-strategy updated (bb155b8859 -> dd20a0030d)

2024-02-09 Thread theigl
This is an automated email from the ASF dual-hosted git repository. theigl pushed a change to branch WICKET-6890-debug-strategy in repository https://gitbox.apache.org/repos/asf/wicket.git omit bb155b8859 WICKET-6890 Introduce strategy for class name debug output add dd20a0030d

Re: [PR] WICKET-6890 Introduce strategy for class name debug output [wicket]

2024-02-09 Thread via GitHub
martin-g commented on code in PR #781: URL: https://github.com/apache/wicket/pull/781#discussion_r1484220117 ## wicket-core/src/main/java/org/apache/wicket/Page.java: ## @@ -827,9 +827,10 @@ public void component(final Component component, final IVisit visit)

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

2024-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816033#comment-17816033 ] ASF GitHub Bot commented on WICKET-6890: martin-g commented on code in PR #781: URL:

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

2024-02-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816048#comment-17816048 ] ASF subversion and git services commented on WICKET-6890: - Commit

(wicket) branch WICKET-6890-debug-strategy updated (c60ef321c7 -> bb155b8859)

2024-02-09 Thread theigl
This is an automated email from the ASF dual-hosted git repository. theigl pushed a change to branch WICKET-6890-debug-strategy in repository https://gitbox.apache.org/repos/asf/wicket.git omit c60ef321c7 WICKET-6890 Introduce strategy for class name debug output add bb155b8859

[jira] [Commented] (WICKET-7099) Validate FormTester constructor parameter workingForm

2024-02-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816228#comment-17816228 ] ASF subversion and git services commented on WICKET-7099: - Commit

(wicket) branch master updated: WICKET-7099 Validate FormTester constructor parameter workingForm

2024-02-09 Thread adelbene
This is an automated email from the ASF dual-hosted git repository. adelbene 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 db6136e1b6 WICKET-7099 Validate FormTester

[jira] [Created] (WICKET-7099) Validate FormTester constructor parameter workingForm

2024-02-09 Thread Andrea Del Bene (Jira)
Andrea Del Bene created WICKET-7099: --- Summary: Validate FormTester constructor parameter workingForm Key: WICKET-7099 URL: https://issues.apache.org/jira/browse/WICKET-7099 Project: Wicket

(wicket) branch wicket-9.x updated: WICKET-7099 Validate FormTester constructor parameter workingForm

2024-02-09 Thread adelbene
This is an automated email from the ASF dual-hosted git repository. adelbene 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 7833a26f17 WICKET-7099 Validate

[jira] [Commented] (WICKET-7099) Validate FormTester constructor parameter workingForm

2024-02-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816229#comment-17816229 ] ASF subversion and git services commented on WICKET-7099: - Commit