Re: [PR] CAMEL-20019: demo session handler implementation [camel]

2023-12-27 Thread via GitHub
jono-morris merged PR #12530: URL: https://github.com/apache/camel/pull/12530 -- 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...@camel.

Re: [PR] CAMEL-20019: demo session handler implementation [camel]

2023-12-26 Thread via GitHub
orpiske commented on code in PR #12530: URL: https://github.com/apache/camel/pull/12530#discussion_r1436452004 ## components/camel-platform-http-vertx/pom.xml: ## @@ -84,6 +84,11 @@ camel-log test + +org.apache.camel +

Re: [PR] CAMEL-20019: demo session handler implementation [camel]

2023-12-26 Thread via GitHub
jono-morris commented on code in PR #12530: URL: https://github.com/apache/camel/pull/12530#discussion_r1436400648 ## components/camel-platform-http-vertx/pom.xml: ## @@ -84,6 +84,11 @@ camel-log test + +org.apache.camel +

Re: [PR] CAMEL-20019: demo session handler implementation [camel]

2023-12-24 Thread via GitHub
jono-morris commented on code in PR #12530: URL: https://github.com/apache/camel/pull/12530#discussion_r1435889952 ## components/camel-platform-http-vertx/pom.xml: ## @@ -84,6 +84,11 @@ camel-log test + +org.apache.camel +

Re: [PR] CAMEL-20019: demo session handler implementation [camel]

2023-12-24 Thread via GitHub
orpiske commented on code in PR #12530: URL: https://github.com/apache/camel/pull/12530#discussion_r1435822406 ## components/camel-platform-http-vertx/pom.xml: ## @@ -84,6 +84,11 @@ camel-log test + +org.apache.camel +

Re: [PR] CAMEL-20019: demo session handler implementation [camel]

2023-12-24 Thread via GitHub
jono-morris commented on code in PR #12530: URL: https://github.com/apache/camel/pull/12530#discussion_r1435821352 ## components/camel-platform-http-vertx/pom.xml: ## @@ -84,6 +84,11 @@ camel-log test + +org.apache.camel +

Re: [PR] CAMEL-20019: demo session handler implementation [camel]

2023-12-21 Thread via GitHub
davsclaus commented on code in PR #12530: URL: https://github.com/apache/camel/pull/12530#discussion_r1434395655 ## components/camel-platform-http-vertx/pom.xml: ## @@ -84,6 +84,11 @@ camel-log test + +org.apache.camel +

Re: [PR] CAMEL-20019: demo session handler implementation [camel]

2023-12-21 Thread via GitHub
orpiske commented on code in PR #12530: URL: https://github.com/apache/camel/pull/12530#discussion_r1434133814 ## components/camel-platform-http-vertx/pom.xml: ## @@ -84,6 +84,11 @@ camel-log test + +org.apache.camel +

Re: [PR] CAMEL-20019: demo session handler implementation [camel]

2023-12-21 Thread via GitHub
jono-morris commented on PR #12530: URL: https://github.com/apache/camel/pull/12530#issuecomment-1866196304 Wondering whether this approach is what you're thinking in relation to this ticket, or whether you're hoping fore a more general cookie handler where cookies can be added/removed per

Re: [PR] CAMEL-20019: demo session handler implementation [camel]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #12530: URL: https://github.com/apache/camel/pull/12530#issuecomment-1866190831 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

[PR] CAMEL-20019: demo session handler implementation [camel]

2023-12-21 Thread via GitHub
jono-morris opened a new pull request, #12530: URL: https://github.com/apache/camel/pull/12530 # Description Draft code demonstrating a Vertx server handler implementation that manages server-side sessions and session cookie handling. # Target - [ ] I checked that the