This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
omit 8df45f6a [create-pull-request] automated change add 86a1caf6 [create-pull-request] automated change add 6b385f63 Regen add e2f28681 CAMEL-17879: remove deprecated component camel-atomix add 31c12155 CAMEL-17879: remove deprecated component camel-beanstalk add 185d9b85 CAMEL-17879: remove deprecated component camel-beanio add 0dc4ae89 CAMEL-17879: remove deprecated component camel-elsql add 3f457a7e CAMEL-17879: remove deprecated component camel-soroush add 6dd78918 CAMEL-17879: remove deprecated component camel-ganglia add 9eff751e CAMEL-17879: remove deprecated component camel-leveldb-legacy add 6781efd6 CAMEL-17879: remove deprecated component camel-yammer add 57342280 CAMEL-17879: remove deprecated component camel-sip add e0cbae53 CAMEL-17879: remove deprecated component camel-tagsoup add c55bf0d7 CAMEL-17879: remove deprecated component camel-nagios add 66b332d9 CAMEL-17879: remove deprecated component camel-msv add dde0c771 Upgrade Libphonenumber bundle to version 8.12.45_1 add 6be58a45 Upgrade Fastjson bundle to version 1.2.80_1 add 5c40b841 Upgrade AWS SDK v2 to version 2.17.157_1 add ed80168a CAMEL-17879: nsq, hystrix and jing (#140) add 48c2c185 [create-pull-request] automated change 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 (8df45f6a) \ N -- N -- N refs/heads/automatic-periodic-sync (48c2c185) 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. No new revisions were added by this update. Summary of changes: .../camel/catalog/karaf/components.properties | 1 - .../catalog/karaf/components/google-bigquery.json | 3 +- .../apache/camel/catalog/karaf/components/nsq.json | 57 -------- .../camel/catalog/karaf/components/saga.json | 3 + .../camel/catalog/karaf/components/salesforce.json | 20 +++ .../catalog/karaf/components/sap-netweaver.json | 5 + .../camel/catalog/karaf/components/scheduler.json | 3 + .../camel/catalog/karaf/components/servicenow.json | 65 +++++++++ .../camel/catalog/karaf/components/sjms.json | 6 + .../camel/catalog/karaf/components/sjms2.json | 6 + .../camel/catalog/karaf/components/smpp.json | 44 +++++++ .../camel/catalog/karaf/components/solr.json | 7 + .../camel/catalog/karaf/components/spring-ws.json | 9 ++ .../apache/camel/catalog/karaf/components/sql.json | 10 ++ .../apache/camel/catalog/karaf/components/ssh.json | 6 + .../camel/catalog/karaf/components/stream.json | 4 + .../catalog/karaf/components/string-template.json | 5 + .../apache/camel/catalog/karaf/others.properties | 1 - .../apache/camel/catalog/karaf/others/hystrix.json | 15 --- .../catalog/karaf/KarafRuntimeProviderTest.java | 1 - .../camel/blueprint/CamelContextFactoryBean.java | 23 ---- .../karaf/features/src/main/resources/features.xml | 145 --------------------- pom.xml | 8 +- tests/camel-itest-osgi/README.adoc | 4 +- tests/camel-itest-osgi/run-tests.sh | 2 +- .../org/apache/camel/itest/CamelHystrixTest.java | 60 --------- 26 files changed, 201 insertions(+), 312 deletions(-) delete mode 100644 catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/nsq.json delete mode 100644 catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/hystrix.json delete mode 100644 tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/CamelHystrixTest.java