This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from ef59789 Added compatibility notes for server 5 and beyond new 941785b CAMEL-13594: camel apt - Avoid generating TypeConverter META-INF file when we generate TypeConverterLoader. This also speedup starting Camel as we avoid double scanning out of the box. new e37123a CAMEL-13594: camel apt - Avoid generating TypeConverter META-INF file when we generate TypeConverterLoader. This also speedup starting Camel as we avoid double scanning out of the box. new 381e63b CAMEL-13594: Fixed activemq-camel should not use hardcoded meta-inf files but let them be autogenerated. new c8eb104 Fixed CS new 7bac025 Regen new fd590b0 Fixed CS new 7f5c3c3 Regen new c54bb65 Regen The 8 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: .../services/org/apache/camel/TypeConverter | 19 --------------- .../services/org/apache/camel/component/activemq | 18 -------------- .../services/org/apache/camel/component/broker | 18 -------------- .../src/main/docs/telegram-component.adoc | 6 ++--- .../component/telegram/TelegramConfiguration.java | 20 ++++++++-------- .../service/TelegramServiceRestBotAPIAdapter.java | 8 +++---- .../converter/AnnotationTypeConverterLoader.java | 3 ++- .../impl/converter/BaseTypeConverterRegistry.java | 5 ++-- .../camel/impl/converter/DefaultTypeConverter.java | 2 +- .../apache/camel/core/osgi/OsgiTypeConverter.java | 2 +- .../camel/core/osgi/OsgiClassResolverTest.java | 2 +- .../java/org/apache/camel/model/RouteFilters.java | 22 ++++++++--------- .../modules/ROOT/pages/couchbase-component.adoc | 7 ++++++ .../modules/ROOT/pages/telegram-component.adoc | 6 ++--- .../camel/tools/apt/TypeConverterProcessor.java | 28 ++++++++++++++++++---- 15 files changed, 70 insertions(+), 96 deletions(-) delete mode 100644 components/camel-activemq/src/main/resources/META-INF/services/org/apache/camel/TypeConverter delete mode 100644 components/camel-activemq/src/main/resources/META-INF/services/org/apache/camel/component/activemq delete mode 100644 components/camel-activemq/src/main/resources/META-INF/services/org/apache/camel/component/broker