This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push:
new dd078741933 Regen for commit d06e8c1ce9dc9d4e970474a226b51e52115d06ce
dd078741933 is described below
commit dd078741933ca14a8bc45843414e081187c0d743
Author: davsclaus <[email protected]>
AuthorDate: Wed Jun 28 08:20:15 2023 +0000
Regen for commit d06e8c1ce9dc9d4e970474a226b51e52115d06ce
Signed-off-by: GitHub <[email protected]>
---
.../apache/camel/component/cxf/converter/CachedCxfPayload.java | 9 ++++-----
.../component/netty/http/NettyChannelBufferStreamCache.java | 7 +++----
core/camel-api/src/main/java/org/apache/camel/StreamCache.java | 7 +++----
.../apache/camel/converter/stream/ByteArrayInputStreamCache.java | 7 +++----
.../org/apache/camel/converter/stream/FileInputStreamCache.java | 7 +++----
.../main/java/org/apache/camel/converter/stream/ReaderCache.java | 7 +++----
.../src/main/java/org/apache/camel/util/xml/SourceCache.java | 7 +++----
.../main/java/org/apache/camel/util/xml/StreamSourceCache.java | 7 +++----
8 files changed, 25 insertions(+), 33 deletions(-)
diff --git
a/components/camel-cxf/camel-cxf-common/src/main/java/org/apache/camel/component/cxf/converter/CachedCxfPayload.java
b/components/camel-cxf/camel-cxf-common/src/main/java/org/apache/camel/component/cxf/converter/CachedCxfPayload.java
index 9d56b3b8c67..1b9351ca245 100644
---
a/components/camel-cxf/camel-cxf-common/src/main/java/org/apache/camel/component/cxf/converter/CachedCxfPayload.java
+++
b/components/camel-cxf/camel-cxf-common/src/main/java/org/apache/camel/component/cxf/converter/CachedCxfPayload.java
@@ -49,11 +49,10 @@ import org.slf4j.LoggerFactory;
/**
* {@link org.apache.camel.StreamCache} implementation for CXF payload.
* <p/>
- * <b>Important:</b>
- * All the classes from the Camel release that implements {@link StreamCache}
is NOT intended for end users
- * to create as instances, but they are part of
- * Camels <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
- */
+ * <b>Important:</b> All the classes from the Camel release that implements
{@link StreamCache} is NOT intended for end
+ * users to create as instances, but they are part of Camels
+ * <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
+ */
public class CachedCxfPayload<T> extends CxfPayload<T> implements StreamCache {
private static final Logger LOG =
LoggerFactory.getLogger(CachedCxfPayload.class);
private static String defaultCharset =
ObjectHelper.getSystemProperty("org.apache.camel.default.charset", "UTF-8");
diff --git
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyChannelBufferStreamCache.java
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyChannelBufferStreamCache.java
index 430a7f58ef9..55f3208ac13 100644
---
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyChannelBufferStreamCache.java
+++
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyChannelBufferStreamCache.java
@@ -30,10 +30,9 @@ import org.apache.camel.util.IOHelper;
* components. Also supported is {@link StreamCache} which allows the data to
be re-read for example when doing content
* based routing with XPath.
* <p/>
- * <b>Important:</b>
- * All the classes from the Camel release that implements {@link StreamCache}
is NOT intended for end users
- * to create as instances, but they are part of
- * Camels <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
+ * <b>Important:</b> All the classes from the Camel release that implements
{@link StreamCache} is NOT intended for end
+ * users to create as instances, but they are part of Camels
+ * <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
*/
public final class NettyChannelBufferStreamCache extends InputStream
implements StreamCache {
diff --git a/core/camel-api/src/main/java/org/apache/camel/StreamCache.java
b/core/camel-api/src/main/java/org/apache/camel/StreamCache.java
index bdcec5cc3ca..af8e1f7f519 100644
--- a/core/camel-api/src/main/java/org/apache/camel/StreamCache.java
+++ b/core/camel-api/src/main/java/org/apache/camel/StreamCache.java
@@ -31,10 +31,9 @@ import java.io.OutputStream;
* It is recommended in the {@link #copy(Exchange)} method to let the copied
stream start from the start. If the
* implementation does not support copy, then return <tt>null</tt>.
* <p/>
- * <b>Important:</b>
- * All the classes from the Camel release that implements {@link StreamCache}
is NOT intended for end users
- * to create as instances, but they are part of
- * Camels <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
+ * <b>Important:</b> All the classes from the Camel release that implements
{@link StreamCache} is NOT intended for end
+ * users to create as instances, but they are part of Camels
+ * <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
*/
public interface StreamCache {
diff --git
a/core/camel-support/src/main/java/org/apache/camel/converter/stream/ByteArrayInputStreamCache.java
b/core/camel-support/src/main/java/org/apache/camel/converter/stream/ByteArrayInputStreamCache.java
index fc9932a549f..1fc31b3a644 100644
---
a/core/camel-support/src/main/java/org/apache/camel/converter/stream/ByteArrayInputStreamCache.java
+++
b/core/camel-support/src/main/java/org/apache/camel/converter/stream/ByteArrayInputStreamCache.java
@@ -29,10 +29,9 @@ import org.apache.camel.util.IOHelper;
/**
* A {@link StreamCache} for {@link java.io.ByteArrayInputStream}.
* <p/>
- * <b>Important:</b>
- * All the classes from the Camel release that implements {@link StreamCache}
is NOT intended for end users
- * to create as instances, but they are part of
- * Camels <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
+ * <b>Important:</b> All the classes from the Camel release that implements
{@link StreamCache} is NOT intended for end
+ * users to create as instances, but they are part of Camels
+ * <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
*/
public class ByteArrayInputStreamCache extends FilterInputStream implements
StreamCache {
diff --git
a/core/camel-support/src/main/java/org/apache/camel/converter/stream/FileInputStreamCache.java
b/core/camel-support/src/main/java/org/apache/camel/converter/stream/FileInputStreamCache.java
index 1c06c700e49..230bd315fca 100644
---
a/core/camel-support/src/main/java/org/apache/camel/converter/stream/FileInputStreamCache.java
+++
b/core/camel-support/src/main/java/org/apache/camel/converter/stream/FileInputStreamCache.java
@@ -51,10 +51,9 @@ import org.slf4j.LoggerFactory;
/**
* A {@link StreamCache} for {@link File}s.
* <p/>
- * <b>Important:</b>
- * All the classes from the Camel release that implements {@link StreamCache}
is NOT intended for end users
- * to create as instances, but they are part of
- * Camels <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
+ * <b>Important:</b> All the classes from the Camel release that implements
{@link StreamCache} is NOT intended for end
+ * users to create as instances, but they are part of Camels
+ * <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
*/
public final class FileInputStreamCache extends InputStream implements
StreamCache {
private InputStream stream;
diff --git
a/core/camel-support/src/main/java/org/apache/camel/converter/stream/ReaderCache.java
b/core/camel-support/src/main/java/org/apache/camel/converter/stream/ReaderCache.java
index 877efbe150c..b91b09bdf86 100644
---
a/core/camel-support/src/main/java/org/apache/camel/converter/stream/ReaderCache.java
+++
b/core/camel-support/src/main/java/org/apache/camel/converter/stream/ReaderCache.java
@@ -26,10 +26,9 @@ import org.apache.camel.StreamCache;
/**
* A {@link org.apache.camel.StreamCache} for String {@link java.io.Reader}s.
* <p/>
- * <b>Important:</b>
- * All the classes from the Camel release that implements {@link StreamCache}
is NOT intended for end users
- * to create as instances, but they are part of
- * Camels <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
+ * <b>Important:</b> All the classes from the Camel release that implements
{@link StreamCache} is NOT intended for end
+ * users to create as instances, but they are part of Camels
+ * <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
*/
public class ReaderCache extends StringReader implements StreamCache {
diff --git
a/core/camel-xml-jaxp/src/main/java/org/apache/camel/util/xml/SourceCache.java
b/core/camel-xml-jaxp/src/main/java/org/apache/camel/util/xml/SourceCache.java
index 7d58c7aab6a..7f757474c46 100644
---
a/core/camel-xml-jaxp/src/main/java/org/apache/camel/util/xml/SourceCache.java
+++
b/core/camel-xml-jaxp/src/main/java/org/apache/camel/util/xml/SourceCache.java
@@ -26,10 +26,9 @@ import org.apache.camel.util.IOHelper;
/**
* {@link org.apache.camel.StreamCache} implementation for {@link
StringSource}s.
* <p/>
- * <b>Important:</b>
- * All the classes from the Camel release that implements {@link StreamCache}
is NOT intended for end users
- * to create as instances, but they are part of
- * Camels <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
+ * <b>Important:</b> All the classes from the Camel release that implements
{@link StreamCache} is NOT intended for end
+ * users to create as instances, but they are part of Camels
+ * <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
*/
public final class SourceCache extends StringSource implements StreamCache {
diff --git
a/core/camel-xml-jaxp/src/main/java/org/apache/camel/util/xml/StreamSourceCache.java
b/core/camel-xml-jaxp/src/main/java/org/apache/camel/util/xml/StreamSourceCache.java
index 228e0565549..d0f6dd52f15 100644
---
a/core/camel-xml-jaxp/src/main/java/org/apache/camel/util/xml/StreamSourceCache.java
+++
b/core/camel-xml-jaxp/src/main/java/org/apache/camel/util/xml/StreamSourceCache.java
@@ -31,10 +31,9 @@ import org.apache.camel.util.IOHelper;
/**
* A {@link org.apache.camel.StreamCache} for {@link
javax.xml.transform.stream.StreamSource}s.
* <p/>
- * <b>Important:</b>
- * All the classes from the Camel release that implements {@link StreamCache}
is NOT intended for end users
- * to create as instances, but they are part of
- * Camels <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
+ * <b>Important:</b> All the classes from the Camel release that implements
{@link StreamCache} is NOT intended for end
+ * users to create as instances, but they are part of Camels
+ * <a
href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a>
functionality.
*/
public final class StreamSourceCache extends StreamSource implements
StreamCache {