[GitHub] [wicket] martin-g merged pull request #563: Bump spring-core from 6.0.6 to 6.0.7

2023-03-24 Thread via GitHub
martin-g merged PR #563: URL: https://github.com/apache/wicket/pull/563 -- 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: commits-unsubscr...@wicket.apach

[wicket] branch master updated: Bump spring-core from 6.0.6 to 6.0.7 (#563)

2023-03-24 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 4d463436d1 Bump spring-core from 6.0.6 to 6.0

[jira] [Created] (WICKET-7036) Extend MarkupFactory, so that additional MarkupFilters for MarkupParser can be added

2023-03-24 Thread Jira
Hans Schäfer created WICKET-7036: Summary: Extend MarkupFactory, so that additional MarkupFilters for MarkupParser can be added Key: WICKET-7036 URL: https://issues.apache.org/jira/browse/WICKET-7036

[GitHub] [wicket] hosea opened a new pull request, #564: WICKET-7036: MarkupFactory supports IMarkupFilters

2023-03-24 Thread via GitHub
hosea opened a new pull request, #564: URL: https://github.com/apache/wicket/pull/564 Wicket-7036: Support IMarkupFilters within MarkupFactory. -- 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

[jira] [Commented] (WICKET-7036) Extend MarkupFactory, so that additional MarkupFilters for MarkupParser can be added

2023-03-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704689#comment-17704689 ] ASF GitHub Bot commented on WICKET-7036: hosea opened a new pull request, #564:

[wicket] branch fileCountMax-9.x updated (be8af4bba5 -> 5b3974a7c0)

2023-03-24 Thread solomax
This is an automated email from the ASF dual-hosted git repository. solomax pushed a change to branch fileCountMax-9.x in repository https://gitbox.apache.org/repos/asf/wicket.git omit be8af4bba5 Revert "Code to automatically set fileCountMax is added" omit 951aba1c04 Revert "Optional is

[jira] [Commented] (WICKET-7034) WebSocket.Closed event not fired when error occurred

2023-03-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704861#comment-17704861 ] ASF subversion and git services commented on WICKET-7034: - Commi

[wicket] branch wicket-9.x updated (25d4f5016d -> ade9332634)

2023-03-24 Thread solomax
This is an automated email from the ASF dual-hosted git repository. solomax pushed a change to branch wicket-9.x in repository https://gitbox.apache.org/repos/asf/wicket.git from 25d4f5016d WICKET-7034: Publish WebSocket events even if connection was already closed (#562) add ade933263

[jira] [Commented] (WICKET-7035) fileCountMax should be added to control the amount of files being uploaded

2023-03-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704862#comment-17704862 ] ASF subversion and git services commented on WICKET-7035: - Commi

[GitHub] [wicket] solomax closed pull request #561: [WICKET-7035] fileCountMax is added

2023-03-24 Thread via GitHub
solomax closed pull request #561: [WICKET-7035] fileCountMax is added URL: https://github.com/apache/wicket/pull/561 -- 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 unsubscr

[jira] [Commented] (WICKET-7035) fileCountMax should be added to control the amount of files being uploaded

2023-03-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704863#comment-17704863 ] ASF GitHub Bot commented on WICKET-7035: solomax closed pull request #561: [WICK

[wicket] branch wicket-8.x updated: [WICKET-7035] fileCountMax is added

2023-03-24 Thread solomax
This is an automated email from the ASF dual-hosted git repository. solomax 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 bc7fd4d646 [WICKET-7035] fileCountMax i

[jira] [Commented] (WICKET-7035) fileCountMax should be added to control the amount of files being uploaded

2023-03-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704865#comment-17704865 ] ASF subversion and git services commented on WICKET-7035: - Commi

[jira] [Updated] (WICKET-7035) fileCountMax should be added to control the amount of files being uploaded

2023-03-24 Thread Maxim Solodovnik (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Solodovnik updated WICKET-7035: - Fix Version/s: 8.15.0 > fileCountMax should be added to control the amount of files bein

[GitHub] [wicket] solomax commented on a diff in pull request #564: WICKET-7036: MarkupFactory supports IMarkupFilters

2023-03-24 Thread via GitHub
solomax commented on code in PR #564: URL: https://github.com/apache/wicket/pull/564#discussion_r1148280573 ## wicket-core/src/main/java/org/apache/wicket/markup/MarkupFactory.java: ## @@ -61,6 +64,8 @@ public static MarkupFactory get() return Application.get().g

[jira] [Commented] (WICKET-7036) Extend MarkupFactory, so that additional MarkupFilters for MarkupParser can be added

2023-03-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704867#comment-17704867 ] ASF GitHub Bot commented on WICKET-7036: solomax commented on code in PR #564: U

[jira] [Commented] (WICKET-7035) fileCountMax should be added to control the amount of files being uploaded

2023-03-24 Thread Maxim Solodovnik (Jira)
[ https://issues.apache.org/jira/browse/WICKET-7035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704868#comment-17704868 ] Maxim Solodovnik commented on WICKET-7035: -- Can't cherry-pick to master (yet) d