This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from 2dae847 Add support extension for commons-logging
add 2b9eceb Add spring-di example
add f0149f8 Fix README for timer-log-cdi and timer-log-spring
No new revisions were added by this update.
Summary of changes:
examples/pom.xml | 1 +
examples/timer-log-cdi/README.adoc | 5 ++--
.../README.adoc | 7 +++---
.../{timer-log-cdi => timer-log-spring}/pom.xml | 10 +++++---
.../src/main/java/org/acme/timer/Counter.java | 4 ++--
.../src/main/java/org/acme/timer/TimerRoute.java | 28 +++++++++++-----------
.../src/main/resources/application.properties | 2 +-
7 files changed, 30 insertions(+), 27 deletions(-)
copy examples/{timer-log-cdi => timer-log-spring}/README.adoc (85%)
copy examples/{timer-log-cdi => timer-log-spring}/pom.xml (90%)
copy examples/{timer-log-cdi =>
timer-log-spring}/src/main/java/org/acme/timer/Counter.java (94%)
copy examples/{timer-log-cdi =>
timer-log-spring}/src/main/java/org/acme/timer/TimerRoute.java (66%)
copy examples/{timer-log-cdi =>
timer-log-spring}/src/main/resources/application.properties (95%)