This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 91e59f3b0e5a5edc6e5e0273cfeb4254d015cc8d Merge: 7454e040db daae4934ae Author: JiriOndrusek <[email protected]> AuthorDate: Mon Jun 26 08:33:21 2023 +0200 Merge branch 'main' of github.com:apache/camel-quarkus into camel-main CHANGELOG.md | 3 + camel-quarkus-sbom/camel-quarkus-sbom.json | 26077 +++++++++++-------- camel-quarkus-sbom/camel-quarkus-sbom.xml | 21666 ++++++++------- .../netty/http/deployment/NettyHTTPProcessor.java | 17 + integration-tests/google-storage/pom.xml | 2 + .../{google-storage => netty-http}/pom.xml | 101 +- .../component/netty/http/NettyHttpResource.java | 152 + .../component/netty/http/NettyHttpRoutes.java | 156 + .../component/netty/http/auth/JaasLoginModule.java | 77 + .../netty/http/auth/TestAuthenticator.java | 74 + .../netty/http/auth/TestRolePrincipal.java | 19 +- .../component/netty/http/pojo/UserPojo.java | 53 + .../component/netty/http/NettyHttpAuthIT.java | 15 +- .../component/netty/http/NettyHttpAuthTest.java | 65 + .../quarkus/component/netty/http/NettyHttpIT.java | 15 +- .../component/netty/http/NettyHttpJaasIT.java | 15 +- .../component/netty/http/NettyHttpJaasTest.java | 30 +- .../netty/http/NettyHttpJaasTestResource.java | 53 + .../component/netty/http/NettyHttpRestIT.java | 15 +- .../component/netty/http/NettyHttpRestTest.java | 58 + .../component/netty/http/NettyHttpTest.java | 80 + .../netty/http/NettyHttpTestResource.java | 23 +- .../netty-http/src/test/resources/config.jaas | 3 + integration-tests/pom.xml | 1 + pom.xml | 5 +- poms/bom/src/main/generated/flattened-full-pom.xml | 2254 +- .../src/main/generated/flattened-reduced-pom.xml | 84 +- .../generated/flattened-reduced-verbose-pom.xml | 252 +- tooling/scripts/test-categories.yaml | 1 + 29 files changed, 28733 insertions(+), 22633 deletions(-)
