This is an automated email from the ASF dual-hosted git repository.
tsato pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git
from 1ea2905 fix errors and add context to amqp example (#55)
new 765dbce add context to basic example
new 94dab31 format Env.java
new d81e65a rename basic directory to env
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:
generic-examples/basic/README.md | 3 ---
generic-examples/{basic => env}/Env.java | 2 +-
generic-examples/env/README.md | 24 ++++++++++++++++++++++++
3 files changed, 25 insertions(+), 4 deletions(-)
delete mode 100644 generic-examples/basic/README.md
rename generic-examples/{basic => env}/Env.java (97%)
create mode 100644 generic-examples/env/README.md