This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git.
discard f094e16 Set main to 2.1.0 (#50)
add 7a6cc32 Next is 2.1.0
add 6b22560 Upgrade to Camel Quarkus 2.1.0
add ca41782 Upgrade Quarkus to 2.0.1.Final
add 78c0b9e Upgrade Maven to 3.8.1
add 6e6aeea Default to JDK 11 source & target compiler options
add 4e248b9 Fix kafka and chucknorris versions
add 45e06f3 Upgrade to Quarkus 2.1.0.Final
add 784a97c Workaround for
https://github.com/apache/camel-quarkus/issues/2939
add 0c702ff Next is 2.2.0 (#51)
add 6839e73 Added the module Deploying a Camel Route in AWS Lambda to the
examples
add 62a509d Fix aws-lambda license check issues and shrink example
add 9e81bcd Upgrade quarkus to 2.1.1.Final
add e85b509 aws-lambda: fix native test
new 5f9a167 Upgrade to Camel Quarkus 2.2.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f094e16)
\
N -- N -- N refs/heads/main (5f9a167)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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:
.github/test-categories.yaml | 1 +
aws-lambda/README.adoc | 219 ++++++++++++++++
aws-lambda/payload.json | 3 +
aws-lambda/pom.xml | 292 +++++++++++++++++++++
aws-lambda/results.png | Bin 0 -> 27634 bytes
.../src/main/docker/Dockerfile.jvm | 13 +-
.../src/main/docker/Dockerfile.native | 10 +-
.../src/main/docker/Dockerfile.native-distroless | 20 +-
.../camel/quarkus/examples/AWSLambdaHandler.java | 27 +-
.../apache/camel/quarkus/examples/CamelRoute.java | 21 +-
.../camel/quarkus/examples/GreetService.java | 13 +-
.../org/apache/camel/quarkus/examples/Person.java | 20 +-
.../quarkus/examples/AWSLambdaHandlerTest.java | 21 +-
.../quarkus/examples/AWSLambdaHandlerTestIT.java | 5 +-
.../src/test}/resources/application.properties | 12 +-
docs/modules/ROOT/attachments/examples.json | 5 +
file-bindy-ftp/pom.xml | 4 +-
file-split-log-xml/pom.xml | 4 +-
health/pom.xml | 4 +-
http-log/pom.xml | 4 +-
kafka/pom.xml | 4 +-
kamelet-chucknorris/pom.xml | 4 +-
observability/pom.xml | 4 +-
rest-json/pom.xml | 4 +-
timer-log-cdi/pom.xml | 4 +-
timer-log-kotlin/pom.xml | 4 +-
timer-log-main/pom.xml | 4 +-
timer-log-spring/pom.xml | 4 +-
timer-log-xml/pom.xml | 4 +-
timer-log/pom.xml | 4 +-
30 files changed, 623 insertions(+), 115 deletions(-)
create mode 100644 aws-lambda/README.adoc
create mode 100644 aws-lambda/payload.json
create mode 100644 aws-lambda/pom.xml
create mode 100644 aws-lambda/results.png
copy {kafka => aws-lambda}/src/main/docker/Dockerfile.jvm (89%)
copy {kafka => aws-lambda}/src/main/docker/Dockerfile.native (82%)
copy kafka/src/main/docker/Dockerfile.native =>
aws-lambda/src/main/docker/Dockerfile.native-distroless (65%)
copy timer-log-main/src/main/java/org/acme/timer/TimerRoute.java =>
aws-lambda/src/main/java/org/apache/camel/quarkus/examples/AWSLambdaHandler.java
(58%)
copy timer-log-main/src/main/java/org/acme/timer/TimerRoute.java =>
aws-lambda/src/main/java/org/apache/camel/quarkus/examples/CamelRoute.java (72%)
copy timer-log/src/main/java/org/acme/timer/TimerRoute.java =>
aws-lambda/src/main/java/org/apache/camel/quarkus/examples/GreetService.java
(75%)
copy kamelet-chucknorris/src/main/java/org/acme/kamelet/MyRoute.java =>
aws-lambda/src/main/java/org/apache/camel/quarkus/examples/Person.java (71%)
copy kafka/src/test/java/org/apache/camel/example/KafkaTest.java =>
aws-lambda/src/test/java/org/apache/camel/quarkus/examples/AWSLambdaHandlerTest.java
(67%)
copy file-bindy-ftp/src/test/java/org/apache/camel/example/FileToFtpIT.java =>
aws-lambda/src/test/java/org/apache/camel/quarkus/examples/AWSLambdaHandlerTestIT.java
(84%)
copy {rest-json/src/main =>
aws-lambda/src/test}/resources/application.properties (89%)