Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-04-14 Thread via GitHub
cziegeler commented on PR #303: URL: https://github.com/apache/felix-dev/pull/303#issuecomment-2054062082 Thanks @paulrutter - I applied your changes -- 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

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-04-14 Thread via GitHub
cziegeler merged PR #303: URL: https://github.com/apache/felix-dev/pull/303 -- 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: dev-unsubscr...@felix.apache

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-04-12 Thread via GitHub
paulrutter commented on PR #303: URL: https://github.com/apache/felix-dev/pull/303#issuecomment-2053520422 @cziegeler can you review the changes to see if it makes sense and is correct? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-04-12 Thread via GitHub
stbischof commented on PR #303: URL: https://github.com/apache/felix-dev/pull/303#issuecomment-2051982482 LGTM, When you are ready you may should ask Carsten. I would not merge into things where he is the guru -- This is an automated message from the Apache Git Service. To respo

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-04-11 Thread via GitHub
stbischof commented on code in PR #303: URL: https://github.com/apache/felix-dev/pull/303#discussion_r1561374629 ## http/README.md: ## @@ -1,44 +1,63 @@ # Apache Felix HTTP Service -This is an implementation of the [HTTP Whiteboard Service as described in chapter 140](https

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-04-11 Thread via GitHub
stbischof commented on code in PR #303: URL: https://github.com/apache/felix-dev/pull/303#discussion_r1561374629 ## http/README.md: ## @@ -1,44 +1,63 @@ # Apache Felix HTTP Service -This is an implementation of the [HTTP Whiteboard Service as described in chapter 140](https

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-04-11 Thread via GitHub
stbischof commented on code in PR #303: URL: https://github.com/apache/felix-dev/pull/303#discussion_r1561368301 ## http/README.md: ## @@ -58,48 +77,75 @@ of additional bundles to deploy [as described in the jetty documentation](https: The OSGi whiteboard implementation simp

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-04-11 Thread via GitHub
stbischof commented on code in PR #303: URL: https://github.com/apache/felix-dev/pull/303#discussion_r1561367912 ## http/README.md: ## @@ -58,48 +77,75 @@ of additional bundles to deploy [as described in the jetty documentation](https: The OSGi whiteboard implementation simp

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-03-29 Thread via GitHub
paulrutter commented on PR #303: URL: https://github.com/apache/felix-dev/pull/303#issuecomment-2027195571 Ah thanks, i will update the docs to reflect. -- 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

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-03-29 Thread via GitHub
stbischof commented on PR #303: URL: https://github.com/apache/felix-dev/pull/303#issuecomment-2027070132 It is Published on mavencentral! -- 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 spec

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-03-29 Thread via GitHub
paulrutter commented on PR #303: URL: https://github.com/apache/felix-dev/pull/303#issuecomment-2026824021 @stbischof i'm not in contact, but i see how this could work. Although i doubt this should be documented as the bundle is not even published to maven central, i will add a short desc

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-03-29 Thread via GitHub
stbischof commented on PR #303: URL: https://github.com/apache/felix-dev/pull/303#issuecomment-2026818487 The light version does not package jettty in the jar. This way you can add jetty as a normal dependency.. Hoped you are in contact with someone else who knows more -- This is a

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-03-28 Thread via GitHub
paulrutter commented on PR #303: URL: https://github.com/apache/felix-dev/pull/303#issuecomment-2025468994 Then i would first need to know what the difference is with the full bundle; from the looks of it it's just exposing less package in the pom.xml, that's it. I can add some informatio

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-03-28 Thread via GitHub
stbischof commented on PR #303: URL: https://github.com/apache/felix-dev/pull/303#issuecomment-2025249135 may you add some docs about the jetty12-light bundle? would be great. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] Update Felix HTTP documentation [felix-dev]

2024-03-28 Thread via GitHub
paulrutter commented on PR #303: URL: https://github.com/apache/felix-dev/pull/303#issuecomment-2024792144 I looked into enabling HTTP/2 support with the Jetty12 bundle, and make some changes to the documentation to reflect this. HTTP/2 is now up and running for me with Jetty 12. B

[PR] Update Felix HTTP documentation [felix-dev]

2024-03-25 Thread via GitHub
paulrutter opened a new pull request, #303: URL: https://github.com/apache/felix-dev/pull/303 See https://issues.apache.org/jira/browse/FELIX-6694. A short summary of the changes made: - Removed cometd, last released version is from 2014 and nowadays, websockets should be used inst