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 955111f Sync deps
add f2fc19f CAMEL-15410: camel-core - URI encoding for query parameters
should use %20 for space instead of plus sign.
No new revisions were added by this update.
Summary of changes:
.../apache/camel/component/cron/CronComponent.java | 12 ++++++--
.../camel/component/exec/ExecEndpointTest.java | 6 ++--
.../apache/camel/component/http/HttpQueryTest.java | 2 +-
.../http/HttpSendDynamicAwareRawTest.java | 2 +-
.../camel/component/irc/IrcConfigurationTest.java | 4 +--
.../jetty/JettyHttpBridgeEncodedPathTest.java | 5 ++--
.../JettyHttpGetWithParamAsExchangeHeaderTest.java | 8 +++---
.../component/kamelet/KameletPropertiesTest.java | 5 +++-
.../component/master/EndpointUriEncodingTest.java | 2 +-
.../netty/http/NettyHttpBridgeEncodedPathTest.java | 3 +-
.../netty/http/NettyHttpCompressTest.java | 4 +--
.../NettyHttpGetWithParamAsExchangeHeaderTest.java | 12 ++++----
.../QuartzScheduledPollConsumerScheduler.java | 2 ++
.../SpringScheduledPollConsumerScheduler.java | 2 ++
.../producer/RestSwaggerGetUriParamTest.java | 2 +-
.../org/apache/camel/catalog/impl/URISupport.java | 14 +++++++--
.../catalog/CustomEndpointUriFactoryTest.java | 25 ++++++++++++++--
.../camel/component/file/FileURLDecodingTest.java | 4 +--
.../issues/EndpointWithRawUriParameterTest.java | 9 +++---
.../camel/util/UnsafeCharactersEncoderTest.java | 11 ++++++++
.../java/org/apache/camel/util/URIScanner.java | 3 ++
.../java/org/apache/camel/util/URISupport.java | 12 ++++++--
.../java/org/apache/camel/util/URISupportTest.java | 33 +++++++++++++++-------
.../ROOT/pages/camel-3x-upgrade-guide-3_10.adoc | 19 +++++++++++++
24 files changed, 152 insertions(+), 49 deletions(-)