This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from 7475fb0 Regen new ba8b444 CAMEL-13255 - Add support for GEO functions new 743d95d CAMEL-13255 - Fixed CS The 34371 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: .../src/main/docs/spring-redis-component.adoc | 12 +++ .../component/redis/AllRedisProcessorsCreator.java | 1 + .../org/apache/camel/component/redis/Command.java | 3 +- .../camel/component/redis/ExchangeConverter.java | 16 ++++ .../component/redis/GeoRedisProcessorsCreator.java | 39 ++++++++ .../apache/camel/component/redis/RedisClient.java | 42 +++++++++ .../camel/component/redis/RedisConstants.java | 3 + .../apache/camel/component/redis/RedisGeoTest.java | 102 +++++++++++++++++++++ 8 files changed, 217 insertions(+), 1 deletion(-) create mode 100755 components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/GeoRedisProcessorsCreator.java create mode 100755 components/camel-spring-redis/src/test/java/org/apache/camel/component/redis/RedisGeoTest.java