This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from b60372a fix netty header
new 76e46c9 chore: support for computing knative channel/service host
name from uri
new 9c6b4d1 chore: remove spring boot example bits
new d300a58 fix pr review findings
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/test/resources/log4j2-test.xml | 4 +-
.../apache/camel/component/knative/Knative.java | 1 +
.../camel/component/knative/KnativeComponent.java | 1 -
.../component/knative/KnativeConfiguration.java | 5 -
.../camel/component/knative/KnativeEndpoint.java | 45 ++++--
.../component/knative/KnativeEnvironment.java | 27 ++++
.../camel/component/knative/KnativeSupport.java | 13 ++
.../component/knative/KnativeComponentMain.java | 89 ------------
.../component/knative/KnativeComponentTest.java | 156 ++++++++++++++++++++-
.../src/test/resources/log4j2-test.xml | 4 +-
runtime/spring-boot-example/.gitignore | 10 --
runtime/spring-boot-example/pom.xml | 90 ------------
12 files changed, 232 insertions(+), 213 deletions(-)
delete mode 100644
runtime/camel-knative/src/test/java/org/apache/camel/component/knative/KnativeComponentMain.java
delete mode 100644 runtime/spring-boot-example/.gitignore
delete mode 100644 runtime/spring-boot-example/pom.xml