You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2021/11/09 11:02:09 UTC

[camel] branch main updated (b73b55a -> 62147da)

This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from b73b55a  CAMEL-17121: converted camel-soroush to use the repeatable tasks
     new f29fe7e  CAMEL-17178: Fix HL7 api http link
     new 30494c2  CAMEL-17178: Fix wrong jackson 2 HTTP links
     new 7b9a10c  CAMEL-17178: Remove the useless reference to wrong Jackson library HTTP link from camel-mongodb
     new 6998077  CAMEL-17178: Fix wrong HTTP links to Jackson library for jackson and jacksonxml data formats
     new 79aab5d  CAMEL-17178: Fix wrong HTTP links to Jackson JSON Views
     new 62147da  CAMEL-11178: Fix wrong HTTP link to Woodstox

The 6 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:
 components/camel-cbor/src/main/docs/cbor-dataformat.adoc          | 2 +-
 components/camel-hl7/src/main/docs/hl7-dataformat.adoc            | 2 +-
 .../main/java/org/apache/camel/component/hl7/HL7DataFormat.java   | 2 +-
 .../camel-jackson-avro/src/main/docs/avro-jackson-dataformat.adoc | 2 +-
 .../src/main/docs/protobuf-jackson-dataformat.adoc                | 2 +-
 .../apache/camel/component/jackson/AbstractJacksonDataFormat.java | 4 ++--
 .../org/apache/camel/component/jackson/JacksonDataFormat.java     | 2 +-
 .../camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc     | 8 ++++----
 .../apache/camel/component/jacksonxml/JacksonXMLDataFormat.java   | 8 ++++----
 components/camel-mongodb/src/main/docs/mongodb-component.adoc     | 6 +++---
 10 files changed, 19 insertions(+), 19 deletions(-)

[camel] 02/06: CAMEL-17178: Fix wrong jackson 2 HTTP links

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 30494c20e104ffdd2d347966f836d079f5f97d36
Author: aldettinger <al...@gmail.com>
AuthorDate: Tue Nov 9 09:32:59 2021 +0100

    CAMEL-17178: Fix wrong jackson 2 HTTP links
---
 components/camel-cbor/src/main/docs/cbor-dataformat.adoc          | 2 +-
 .../camel-jackson-avro/src/main/docs/avro-jackson-dataformat.adoc | 2 +-
 .../src/main/docs/protobuf-jackson-dataformat.adoc                | 2 +-
 .../apache/camel/component/jackson/AbstractJacksonDataFormat.java | 4 ++--
 .../camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc     | 8 ++++----
 .../apache/camel/component/jacksonxml/JacksonXMLDataFormat.java   | 6 +++---
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/components/camel-cbor/src/main/docs/cbor-dataformat.adoc b/components/camel-cbor/src/main/docs/cbor-dataformat.adoc
index 56bd9ba..c1dd1a7 100644
--- a/components/camel-cbor/src/main/docs/cbor-dataformat.adoc
+++ b/components/camel-cbor/src/main/docs/cbor-dataformat.adoc
@@ -12,7 +12,7 @@ include::{cq-version}@camel-quarkus:ROOT:partial$reference/dataformats/cbor.adoc
 *Since Camel {since}*
 
 CBOR is a Data Format which uses the
-http://wiki.fasterxml.com/JacksonHome/[Jackson library] with the
+https://github.com/FasterXML/jackson/[Jackson library] with the
 https://github.com/FasterXML/jackson-dataformats-binary/tree/master/cbor[CBOR extension]
 to unmarshal a CBOR payload into Java objects or to marshal Java objects
 into a CBOR payload.
diff --git a/components/camel-jackson-avro/src/main/docs/avro-jackson-dataformat.adoc b/components/camel-jackson-avro/src/main/docs/avro-jackson-dataformat.adoc
index 30478b4..6b2394a 100644
--- a/components/camel-jackson-avro/src/main/docs/avro-jackson-dataformat.adoc
+++ b/components/camel-jackson-avro/src/main/docs/avro-jackson-dataformat.adoc
@@ -12,7 +12,7 @@ include::{cq-version}@camel-quarkus:ROOT:partial$reference/dataformats/avro-jack
 *Since Camel {since}*
 
 Jackson Avro is a Data Format which uses the
-http://wiki.fasterxml.com/JacksonHome/[Jackson library] with the https://github.com/FasterXML/jackson-dataformats-binary[Avro extension]
+https://github.com/FasterXML/jackson/[Jackson library] with the https://github.com/FasterXML/jackson-dataformats-binary[Avro extension]
 to unmarshal an Avro payload into Java objects or to marshal Java objects
 into an Avro payload.
 
diff --git a/components/camel-jackson-protobuf/src/main/docs/protobuf-jackson-dataformat.adoc b/components/camel-jackson-protobuf/src/main/docs/protobuf-jackson-dataformat.adoc
index 7b9db0c..b4d920f 100644
--- a/components/camel-jackson-protobuf/src/main/docs/protobuf-jackson-dataformat.adoc
+++ b/components/camel-jackson-protobuf/src/main/docs/protobuf-jackson-dataformat.adoc
@@ -12,7 +12,7 @@ include::{cq-version}@camel-quarkus:ROOT:partial$reference/dataformats/protobuf-
 *Since Camel {since}*
 
 Jackson Protobuf is a Data Format which uses the
-http://wiki.fasterxml.com/JacksonHome/[Jackson library] with the https://github.com/FasterXML/jackson-dataformats-binary[Protobuf extension]
+https://github.com/FasterXML/jackson/[Jackson library] with the https://github.com/FasterXML/jackson-dataformats-binary[Protobuf extension]
 to unmarshal a Protobuf payload into Java objects or to marshal Java objects
 into a Protobuf payload.
 
diff --git a/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/AbstractJacksonDataFormat.java b/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/AbstractJacksonDataFormat.java
index e0e2b12..377b720 100644
--- a/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/AbstractJacksonDataFormat.java
+++ b/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/AbstractJacksonDataFormat.java
@@ -102,7 +102,7 @@ public abstract class AbstractJacksonDataFormat extends ServiceSupport
      *
      * @param unmarshalType the custom unmarshal type
      * @param jsonView      marker class to specify properties to be included during marshalling. See also
-     *                      http://wiki.fasterxml.com/JacksonJsonViews
+     *                      https://github.com/FasterXML/JacksonJsonViews
      */
     public AbstractJacksonDataFormat(Class<?> unmarshalType, Class<?> jsonView) {
         this.unmarshalType = unmarshalType;
@@ -125,7 +125,7 @@ public abstract class AbstractJacksonDataFormat extends ServiceSupport
      * @param mapper        the custom mapper
      * @param unmarshalType the custom unmarshal type
      * @param jsonView      marker class to specify properties to be included during marshalling. See also
-     *                      http://wiki.fasterxml.com/JacksonJsonViews
+     *                      https://github.com/FasterXML/JacksonJsonViews
      */
     public AbstractJacksonDataFormat(ObjectMapper mapper, Class<?> unmarshalType, Class<?> jsonView) {
         this.objectMapper = mapper;
diff --git a/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc b/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
index 5b33d6f..f1dc23f 100644
--- a/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
+++ b/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
@@ -12,7 +12,7 @@ include::{cq-version}@camel-quarkus:ROOT:partial$reference/dataformats/jacksonxm
 *Since Camel {since}*
 
 Jackson XML is a Data Format which uses the
-http://wiki.fasterxml.com/JacksonHome/[Jackson library] with the
+https://github.com/FasterXML/jackson/[Jackson library] with the
 https://github.com/FasterXML/jackson-dataformat-xml[XMLMapper extension]
 to unmarshal an XML payload into Java objects or to marshal Java objects
 into an XML payload.
@@ -29,7 +29,7 @@ https://github.com/FasterXML/jackson-dataformat-xml/blob/master/README.md[JAXB's
 "Code first" approach].
 
 This data format relies on
-http://wiki.fasterxml.com/WoodstoxHome[Woodstox] (especially for
+https://github.com/FasterXML/WoodstoxHome[Woodstox] (especially for
 features like pretty printing), a fast and efficient XML processor.
 
 [source,java]
@@ -78,7 +78,7 @@ And then you can refer to this id in the route:
 
 When marshalling a POJO to XML you might want to exclude certain fields
 from the XML output. With Jackson you can
-use http://wiki.fasterxml.com/JacksonJsonViews[JSON views] to accomplish
+use https://github.com/FasterXML/JacksonJsonViews[JSON views] to accomplish
 this. First create one or more marker classes.
 
 Use the marker classes with the `@JsonView` annotation to
@@ -105,7 +105,7 @@ from("direct:inPojoAgeView").
   marshal(ageViewFormat);
 ---------------------------------------------------------------------------------------------------
 
-Directly specify your http://wiki.fasterxml.com/JacksonJsonViews[JSON
+Directly specify your https://github.com/FasterXML/JacksonJsonViews[JSON
 view] inside the Java DSL as:
 
 [source,java]
diff --git a/components/camel-jacksonxml/src/main/java/org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java b/components/camel-jacksonxml/src/main/java/org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java
index 594188e..4962ac7 100644
--- a/components/camel-jacksonxml/src/main/java/org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java
+++ b/components/camel-jacksonxml/src/main/java/org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java
@@ -102,7 +102,7 @@ public class JacksonXMLDataFormat extends ServiceSupport
      *
      * @param unmarshalType the custom unmarshal type
      * @param jsonView      marker class to specify properties to be included during marshalling. See also
-     *                      http://wiki.fasterxml.com/JacksonJsonViews
+     *                      https://github.com/FasterXML/JacksonJsonViews
      */
     public JacksonXMLDataFormat(Class<?> unmarshalType, Class<?> jsonView) {
         this(unmarshalType, jsonView, true);
@@ -113,7 +113,7 @@ public class JacksonXMLDataFormat extends ServiceSupport
      *
      * @param unmarshalType              the custom unmarshal type
      * @param jsonView                   marker class to specify properties to be included during marshalling. See also
-     *                                   http://wiki.fasterxml.com/JacksonJsonViews
+     *                                   https://github.com/FasterXML/JacksonJsonViews
      * @param enableJaxbAnnotationModule if it is true, will enable the JaxbAnnotationModule.
      */
     public JacksonXMLDataFormat(Class<?> unmarshalType, Class<?> jsonView, boolean enableJaxbAnnotationModule) {
@@ -138,7 +138,7 @@ public class JacksonXMLDataFormat extends ServiceSupport
      * @param mapper        the custom mapper
      * @param unmarshalType the custom unmarshal type
      * @param jsonView      marker class to specify properties to be included during marshalling. See also
-     *                      http://wiki.fasterxml.com/JacksonJsonViews
+     *                      https://github.com/FasterXML/JacksonJsonViews
      */
     public JacksonXMLDataFormat(XmlMapper mapper, Class<?> unmarshalType, Class<?> jsonView) {
         this.xmlMapper = mapper;

[camel] 03/06: CAMEL-17178: Remove the useless reference to wrong Jackson library HTTP link from camel-mongodb

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 7b9a10c7bebc34ee6bde40b667156dd7f4612464
Author: aldettinger <al...@gmail.com>
AuthorDate: Tue Nov 9 10:21:23 2021 +0100

    CAMEL-17178: Remove the useless reference to wrong Jackson library HTTP link from camel-mongodb
---
 components/camel-mongodb/src/main/docs/mongodb-component.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-mongodb/src/main/docs/mongodb-component.adoc b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
index ef0954c..bc13473 100644
--- a/components/camel-mongodb/src/main/docs/mongodb-component.adoc
+++ b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
@@ -978,9 +978,9 @@ camel-mongodb component provides the following conversions:
 constructor.
 |fromDocumentToMap |`Document` |`Map` |`Document` already implements `Map`.
 |fromStringToDocument |`String` |`Document` |uses `com.mongodb.Document.parse(String s)`.
-|fromAnyObjectToDocument |`Object`  |`Document` |uses the http://jackson.codehaus.org/[Jackson library] to convert the
-object to a `Map`, which is in turn used to initialise a new
-`Document`.
+|fromStringToObjectId |`String` |`ObjectId` |constructs a new `ObjectId` via the `new ObjectId(s)`
+|fromFileToDocument|`File` |`Document` |uses `fromInputStreamToDocument` under the hood
+|fromInputStreamToDocument|`InputStream` |`Document` |converts the inputstream bytes to a `Document`
 |fromStringToList |`String` |`List<Bson>` |uses `org.bson.codecs.configuration.CodecRegistries` to convert to BsonArray then to List<Bson>.
 |=======================================================================
 

[camel] 01/06: CAMEL-17178: Fix HL7 api http link

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f29fe7e9014f812b301780518ef7c503324d0619
Author: aldettinger <al...@gmail.com>
AuthorDate: Mon Nov 8 17:51:22 2021 +0100

    CAMEL-17178: Fix HL7 api http link
---
 components/camel-hl7/src/main/docs/hl7-dataformat.adoc                  | 2 +-
 .../src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
index e0a214d..c37a848 100644
--- a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
+++ b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
@@ -323,7 +323,7 @@ headers on the Camel message:
 |`CamelHL7VersionId` |`MSH-12` |`2.4`
 
 |`CamelHL7Context` |`` |`contains the
-http://hl7api.sourceforge.net/base/apidocs/ca/uhn/hl7v2/HapiContext.html[HapiContext]
+https://hapifhir.github.io/hapi-hl7v2/base/apidocs/ca/uhn/hl7v2/HapiContext.html[HapiContext]
 that was used to parse the message`
 
 |`CamelHL7Charset` |`MSH-18` |`UNICODE UTF-8`
diff --git a/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java b/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java
index 6b81b6f..64f4044 100644
--- a/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java
+++ b/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java
@@ -62,7 +62,7 @@ import static org.apache.camel.component.hl7.HL7Constants.HL7_VERSION_ID;
  * operation will also enrich the message by adding the MSH fields (MSH-3 to MSH-12) as headers on the message.</li>
  * </ul>
  * <p/>
- * Uses the <a href="http://hl7api.sourceforge.net/index.html">HAPI (HL7 API)</a> for HL7 parsing.
+ * Uses the <a href="https://hapifhir.github.io/hapi-hl7v2/index.html">HAPI (HL7 API)</a> for HL7 parsing.
  * <p/>
  * Uses the default GenericParser from the HAPI API. This DataFormat <b>only</b> supports both the EDI based HL7
  * messages and the XML based messages.

[camel] 04/06: CAMEL-17178: Fix wrong HTTP links to Jackson library for jackson and jacksonxml data formats

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 6998077b5bd7090617d2fbee45c55c5f8d40848c
Author: aldettinger <al...@gmail.com>
AuthorDate: Tue Nov 9 10:34:36 2021 +0100

    CAMEL-17178: Fix wrong HTTP links to Jackson library for jackson and jacksonxml data formats
---
 .../main/java/org/apache/camel/component/jackson/JacksonDataFormat.java | 2 +-
 .../org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/JacksonDataFormat.java b/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/JacksonDataFormat.java
index cb515cb..3384d87 100644
--- a/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/JacksonDataFormat.java
+++ b/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/JacksonDataFormat.java
@@ -21,7 +21,7 @@ import org.apache.camel.spi.Metadata;
 import org.apache.camel.spi.annotations.Dataformat;
 
 /**
- * Marshal POJOs to JSON and back using <a href="http://jackson.codehaus.org/">Jackson</a>
+ * Marshal POJOs to JSON and back using <a href="https://github.com/FasterXML/jackson">Jackson</a>
  */
 @Dataformat("json-jackson")
 @Metadata(excludeProperties = "library,permissions,dropRootNode")
diff --git a/components/camel-jacksonxml/src/main/java/org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java b/components/camel-jacksonxml/src/main/java/org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java
index 4962ac7..141a5cc 100644
--- a/components/camel-jacksonxml/src/main/java/org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java
+++ b/components/camel-jacksonxml/src/main/java/org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java
@@ -50,7 +50,7 @@ import org.slf4j.LoggerFactory;
 
 /**
  * A <a href="http://camel.apache.org/data-format.html">data format</a> ({@link DataFormat}) using
- * <a href="http://jackson.codehaus.org/">Jackson</a> to marshal to and from XML.
+ * <a href="https://github.com/FasterXML/jackson">Jackson</a> to marshal to and from XML.
  */
 @Dataformat("jacksonxml")
 public class JacksonXMLDataFormat extends ServiceSupport

[camel] 05/06: CAMEL-17178: Fix wrong HTTP links to Jackson JSON Views

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 79aab5dcf7154477886b4abbf3e9212b58c91db3
Author: aldettinger <al...@gmail.com>
AuthorDate: Tue Nov 9 10:56:37 2021 +0100

    CAMEL-17178: Fix wrong HTTP links to Jackson JSON Views
---
 .../apache/camel/component/jackson/AbstractJacksonDataFormat.java   | 4 ++--
 .../camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc       | 4 ++--
 .../org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/AbstractJacksonDataFormat.java b/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/AbstractJacksonDataFormat.java
index 377b720..d5c62ce 100644
--- a/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/AbstractJacksonDataFormat.java
+++ b/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/AbstractJacksonDataFormat.java
@@ -102,7 +102,7 @@ public abstract class AbstractJacksonDataFormat extends ServiceSupport
      *
      * @param unmarshalType the custom unmarshal type
      * @param jsonView      marker class to specify properties to be included during marshalling. See also
-     *                      https://github.com/FasterXML/JacksonJsonViews
+     *                      https://github.com/FasterXML/jackson-annotations/blob/master/src/main/java/com/fasterxml/jackson/annotation/JsonView.java
      */
     public AbstractJacksonDataFormat(Class<?> unmarshalType, Class<?> jsonView) {
         this.unmarshalType = unmarshalType;
@@ -125,7 +125,7 @@ public abstract class AbstractJacksonDataFormat extends ServiceSupport
      * @param mapper        the custom mapper
      * @param unmarshalType the custom unmarshal type
      * @param jsonView      marker class to specify properties to be included during marshalling. See also
-     *                      https://github.com/FasterXML/JacksonJsonViews
+     *                      https://github.com/FasterXML/jackson-annotations/blob/master/src/main/java/com/fasterxml/jackson/annotation/JsonView.java
      */
     public AbstractJacksonDataFormat(ObjectMapper mapper, Class<?> unmarshalType, Class<?> jsonView) {
         this.objectMapper = mapper;
diff --git a/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc b/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
index f1dc23f..2cb7d50 100644
--- a/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
+++ b/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
@@ -78,7 +78,7 @@ And then you can refer to this id in the route:
 
 When marshalling a POJO to XML you might want to exclude certain fields
 from the XML output. With Jackson you can
-use https://github.com/FasterXML/JacksonJsonViews[JSON views] to accomplish
+use https://github.com/FasterXML/jackson-annotations/blob/master/src/main/java/com/fasterxml/jackson/annotation/JsonView.java[JSON views] to accomplish
 this. First create one or more marker classes.
 
 Use the marker classes with the `@JsonView` annotation to
@@ -105,7 +105,7 @@ from("direct:inPojoAgeView").
   marshal(ageViewFormat);
 ---------------------------------------------------------------------------------------------------
 
-Directly specify your https://github.com/FasterXML/JacksonJsonViews[JSON
+Directly specify your https://github.com/FasterXML/jackson-annotations/blob/master/src/main/java/com/fasterxml/jackson/annotation/JsonView.java[JSON
 view] inside the Java DSL as:
 
 [source,java]
diff --git a/components/camel-jacksonxml/src/main/java/org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java b/components/camel-jacksonxml/src/main/java/org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java
index 141a5cc..b901186 100644
--- a/components/camel-jacksonxml/src/main/java/org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java
+++ b/components/camel-jacksonxml/src/main/java/org/apache/camel/component/jacksonxml/JacksonXMLDataFormat.java
@@ -102,7 +102,7 @@ public class JacksonXMLDataFormat extends ServiceSupport
      *
      * @param unmarshalType the custom unmarshal type
      * @param jsonView      marker class to specify properties to be included during marshalling. See also
-     *                      https://github.com/FasterXML/JacksonJsonViews
+     *                      https://github.com/FasterXML/jackson-annotations/blob/master/src/main/java/com/fasterxml/jackson/annotation/JsonView.java
      */
     public JacksonXMLDataFormat(Class<?> unmarshalType, Class<?> jsonView) {
         this(unmarshalType, jsonView, true);
@@ -113,7 +113,7 @@ public class JacksonXMLDataFormat extends ServiceSupport
      *
      * @param unmarshalType              the custom unmarshal type
      * @param jsonView                   marker class to specify properties to be included during marshalling. See also
-     *                                   https://github.com/FasterXML/JacksonJsonViews
+     *                                   https://github.com/FasterXML/jackson-annotations/blob/master/src/main/java/com/fasterxml/jackson/annotation/JsonView.java
      * @param enableJaxbAnnotationModule if it is true, will enable the JaxbAnnotationModule.
      */
     public JacksonXMLDataFormat(Class<?> unmarshalType, Class<?> jsonView, boolean enableJaxbAnnotationModule) {
@@ -138,7 +138,7 @@ public class JacksonXMLDataFormat extends ServiceSupport
      * @param mapper        the custom mapper
      * @param unmarshalType the custom unmarshal type
      * @param jsonView      marker class to specify properties to be included during marshalling. See also
-     *                      https://github.com/FasterXML/JacksonJsonViews
+     *                      https://github.com/FasterXML/jackson-annotations/blob/master/src/main/java/com/fasterxml/jackson/annotation/JsonView.java
      */
     public JacksonXMLDataFormat(XmlMapper mapper, Class<?> unmarshalType, Class<?> jsonView) {
         this.xmlMapper = mapper;

[camel] 06/06: CAMEL-11178: Fix wrong HTTP link to Woodstox

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 62147da2c25b72019375acfc469a4413ba18f1c9
Author: aldettinger <al...@gmail.com>
AuthorDate: Tue Nov 9 11:05:37 2021 +0100

    CAMEL-11178: Fix wrong HTTP link to Woodstox
---
 components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc b/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
index 2cb7d50..bcc1de7 100644
--- a/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
+++ b/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
@@ -29,7 +29,7 @@ https://github.com/FasterXML/jackson-dataformat-xml/blob/master/README.md[JAXB's
 "Code first" approach].
 
 This data format relies on
-https://github.com/FasterXML/WoodstoxHome[Woodstox] (especially for
+https://github.com/FasterXML/Woodstox[Woodstox] (especially for
 features like pretty printing), a fast and efficient XML processor.
 
 [source,java]