[VOTE] Release Apache Felix Http Jetty 4.2.26 and 5.1.10

2024-02-27 Thread Carsten Ziegeler
Hi, we solved one issue for Http Jetty 5.1.10 https://issues.apache.org/jira/browse/FELIX-6690 and one for Http Jetty 4.2.26 https://issues.apache.org/jira/browse/FELIX-6689 Staging repository: https://repository.apache.org/content/repositories/orgapachefelix-1490 You can use this UNIX

Re: [PR] Jetty 12.0.6 and add jetty websocket support [felix-dev]

2024-02-27 Thread via GitHub
cziegeler commented on PR #298: URL: https://github.com/apache/felix-dev/pull/298#issuecomment-1968369815 I created https://issues.apache.org/jira/browse/FELIX-6692 to further track this -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Created] (FELIX-6692) Add Jetty WebSocket support

2024-02-27 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created FELIX-6692: --- Summary: Add Jetty WebSocket support Key: FELIX-6692 URL: https://issues.apache.org/jira/browse/FELIX-6692 Project: Felix Issue Type: Improvement

Re: [PR] Jetty 12.0.6 and add jetty websocket support [felix-dev]

2024-02-27 Thread via GitHub
paulrutter commented on PR #298: URL: https://github.com/apache/felix-dev/pull/298#issuecomment-1968353199 @cziegeler thanks for the review, i will process the comments and see if i can add a example WebServlet in

Re: [PR] Jetty 12.0.6 and add jetty websocket support [felix-dev]

2024-02-27 Thread via GitHub
cziegeler commented on PR #298: URL: https://github.com/apache/felix-dev/pull/298#issuecomment-1968336845 Ok, fair enough. As commented we should probably not include the client. Is there any demo project somewhere that allows to actually test this? -- This is an automated message from

Re: [PR] Jetty 12.0.6 and add jetty websocket support [felix-dev]

2024-02-27 Thread via GitHub
cziegeler commented on code in PR #298: URL: https://github.com/apache/felix-dev/pull/298#discussion_r1505437449 ## http/jetty12/pom.xml: ## @@ -37,12 +37,12 @@ scm:git:https://github.com/apache/felix-dev.git scm:git:https://github.com/apache/felix-dev.git

Re: [PR] Jetty 12.0.6 and add jetty websocket support [felix-dev]

2024-02-27 Thread via GitHub
cziegeler commented on code in PR #298: URL: https://github.com/apache/felix-dev/pull/298#discussion_r1505437215 ## http/jetty12/pom.xml: ## @@ -414,6 +422,21 @@ jetty-session ${jetty.version} + + org.eclipse.jetty.websocket

[jira] [Resolved] (FELIX-6689) Update to Jetty 9.4.54.v20240208

2024-02-27 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-6689. - Resolution: Fixed

[jira] [Resolved] (FELIX-6691) Update to Jetty 12.0.6

2024-02-27 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-6691. - Resolution: Fixed

[jira] [Resolved] (FELIX-6690) Update to Jetty 11.0.20

2024-02-27 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-6690. - Resolution: Fixed

Re: [PR] Jetty 12.0.6 and add jetty websocket support [felix-dev]

2024-02-27 Thread via GitHub
paulrutter commented on PR #298: URL: https://github.com/apache/felix-dev/pull/298#issuecomment-1968304091 @cziegeler yes, i tried that. But it's quite hard to determine which bundles you need, with all the transitive (and partly overlapping) dependencies. See for example

[jira] [Assigned] (FELIX-6690) Update to Jetty 11.0.20

2024-02-27 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-6690: --- Assignee: Carsten Ziegeler > Update to Jetty 11.0.20 > --- > >

[jira] [Created] (FELIX-6691) Update to Jetty 12.0.6

2024-02-27 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created FELIX-6691: --- Summary: Update to Jetty 12.0.6 Key: FELIX-6691 URL: https://issues.apache.org/jira/browse/FELIX-6691 Project: Felix Issue Type: Improvement

[jira] [Created] (FELIX-6690) Update to Jetty 11.0.20

2024-02-27 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created FELIX-6690: --- Summary: Update to Jetty 11.0.20 Key: FELIX-6690 URL: https://issues.apache.org/jira/browse/FELIX-6690 Project: Felix Issue Type: Improvement

[jira] [Created] (FELIX-6689) Update to Jetty 9.4.54.v20240208

2024-02-27 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created FELIX-6689: --- Summary: Update to Jetty 9.4.54.v20240208 Key: FELIX-6689 URL: https://issues.apache.org/jira/browse/FELIX-6689 Project: Felix Issue Type: Improvement

[jira] [Created] (FELIX-6688) Context path of outer servlet container is not respected for authentication

2024-02-27 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created FELIX-6688: --- Summary: Context path of outer servlet container is not respected for authentication Key: FELIX-6688 URL: https://issues.apache.org/jira/browse/FELIX-6688

Re: [PR] Jetty 12.0.6 and add jetty websocket support [felix-dev]

2024-02-27 Thread via GitHub
cziegeler commented on PR #298: URL: https://github.com/apache/felix-dev/pull/298#issuecomment-1968277103 Thanks @paulrutter . Did you try installing the required bundles in addition to the Apache Felix jetty12 bundle? I'm not totally against embedding this support, but would prefer