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-k-runtime.git.
from 7eb849e Yaml DSL: add workarounds for backward compatibility issues new 3e60582 feat(core): global default error handler new 36a1179 feat(core): default error handler new 42d86cc fix(core): NPE on error handler source sorting new 5909f6d chore(core): checkstyle fixes new 76c64d8 fix(core): SourceType enum order The 5 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: .../main/java/org/apache/camel/k/SourceType.java | 6 +- .../apache/camel/k/listener/SourcesConfigurer.java | 46 +++++++- .../org/apache/camel/k/support/SourcesSupport.java | 57 ++++++++-- .../camel/k/listener/SourceConfigurerTest.java | 119 +++++++++++++++++++++ 4 files changed, 216 insertions(+), 12 deletions(-) create mode 100644 camel-k-core/support/src/test/java/org/apache/camel/k/listener/SourceConfigurerTest.java