This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git
from bb717bc889e CAMEL-20281 - Camel-AWS Components: Make it possible to
use AwsSessionCredentials to support temporary credentials - AWS Secrets
Manager (#13002)
add 7a8ecca4236 CAMEL-20378: Languages should be thread-safe and be
configured only via properties array, all in the same way. (#13004)
add affa1b199ac CAMEL-20281 - Camel-AWS Components: Make it possible to
use AwsSessionCredentials to support temporary credentials - AWS Athena (#13003)
No new revisions were added by this update.
Summary of changes:
.../camel/catalog/components/aws2-athena.json | 12 +++--
.../aws2/athena/Athena2ComponentConfigurer.java | 12 +++++
.../aws2/athena/Athena2EndpointConfigurer.java | 12 +++++
.../aws2/athena/Athena2EndpointUriFactory.java | 7 ++-
.../camel/component/aws2/athena/aws2-athena.json | 12 +++--
.../component/aws2/athena/Athena2Component.java | 3 +-
.../aws2/athena/Athena2Configuration.java | 29 ++++++++++++
.../aws2/athena/client/Athena2ClientFactory.java | 3 ++
...mpl.java => Athena2ClientSessionTokenImpl.java} | 14 +++---
.../aws2/athena/AthenaClientFactoryTest.java | 9 ++++
.../language/xtokenizer/XMLTokenizeLanguage.java | 41 ++++++++++++++--
.../camel/language/tokenizer/TokenizeLanguage.java | 32 +++++++++++++
.../camel/language/TokenizeLanguageTest.java | 7 +--
.../apache/camel/support/IteratorConvertTo.java} | 54 +++++++++-------------
14 files changed, 192 insertions(+), 55 deletions(-)
copy
components/camel-aws/camel-aws2-athena/src/main/java/org/apache/camel/component/aws2/athena/client/impl/{Athena2ClientStandardImpl.java
=> Athena2ClientSessionTokenImpl.java} (87%)
copy core/{camel-util/src/main/java/org/apache/camel/util/SkipIterator.java =>
camel-support/src/main/java/org/apache/camel/support/IteratorConvertTo.java}
(59%)