You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/17 11:27:47 UTC

[camel] branch camel-3.0.x updated (27a2a30 -> 2a2816b)

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

acosentino pushed a change to branch camel-3.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 27a2a30  Add XML schema references for release 3.0.1
     new 3cf99cf  CAMEL-14412 - Maven central now requires HTTPS
     new 13f65b9  CAMEL-14412 - Maven central now requires HTTPS
     new 182e358  CAMEL-14412 - Maven central now requires HTTPS
     new 2a2816b  CAMEL-14412 - Maven central now requires HTTPS

The 4 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:
 .../camel-hl7/src/main/docs/hl7-dataformat.adoc    | 22 +++++++++++-----------
 .../modules/ROOT/pages/hl7-dataformat.adoc         | 22 +++++++++++-----------
 .../modules/ROOT/pages/camel-maven-archetypes.adoc |  2 +-
 ...-contexttestsupport-class-in-my-unit-tests.adoc |  4 ++--
 platforms/karaf/features/pom.xml                   |  2 +-
 .../camel/itest/springboot/util/BOMResolver.java   |  2 +-
 .../src/test/resources/application-pom-sb1.xml     |  2 +-
 .../src/test/resources/application-pom-sb2.xml     |  2 +-
 8 files changed, 29 insertions(+), 29 deletions(-)


[camel] 01/04: CAMEL-14412 - Maven central now requires HTTPS

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

acosentino pushed a commit to branch camel-3.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3cf99cfd99a4fa8778ac7a665ef571ee3f274eb0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 17 12:06:10 2020 +0100

    CAMEL-14412 - Maven central now requires HTTPS
---
 .../camel-hl7/src/main/docs/hl7-dataformat.adoc    | 22 +++++++++++-----------
 .../modules/ROOT/pages/hl7-dataformat.adoc         | 22 +++++++++++-----------
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
index 3e9d2a8..a7cfc17 100644
--- a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
+++ b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
@@ -376,28 +376,28 @@ To use HL7 in your Camel routes you'll need to add a dependency on
 *camel-hl7* listed above, which implements this data format.
 
 The HAPI library is split into a
-http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-base[base library] and
+https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-base[base library] and
 several structure libraries, one for each HL7v2 message version:
 
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v21[v2.1
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v21[v2.1
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v22[v2.2
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v22[v2.2
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v23[v2.3
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v23[v2.3
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v231[v2.3.1
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v231[v2.3.1
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v24[v2.4
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v24[v2.4
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v25[v2.5
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v25[v2.5
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v251[v2.5.1
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v251[v2.5.1
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v26[v2.6
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v26[v2.6
 structures library]
 
 By default `camel-hl7` only references the HAPI
-http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-base[base library].
+https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-base[base library].
 Applications are responsible for including structure libraries
 themselves. For example, if an application works with HL7v2 message
 versions 2.4 and 2.5 then the following dependencies must be added:
@@ -421,7 +421,7 @@ versions 2.4 and 2.5 then the following dependencies must be added:
 Alternatively, an OSGi bundle containing the base library, all
 structures libraries and required dependencies (on the bundle classpath)
 can be downloaded from the
-http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-osgi-base[central Maven
+https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-osgi-base[central Maven
 repository].
 
 [source,xml]
diff --git a/docs/components/modules/ROOT/pages/hl7-dataformat.adoc b/docs/components/modules/ROOT/pages/hl7-dataformat.adoc
index b842035..66d0632 100644
--- a/docs/components/modules/ROOT/pages/hl7-dataformat.adoc
+++ b/docs/components/modules/ROOT/pages/hl7-dataformat.adoc
@@ -377,28 +377,28 @@ To use HL7 in your Camel routes you'll need to add a dependency on
 *camel-hl7* listed above, which implements this data format.
 
 The HAPI library is split into a
-http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-base[base library] and
+https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-base[base library] and
 several structure libraries, one for each HL7v2 message version:
 
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v21[v2.1
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v21[v2.1
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v22[v2.2
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v22[v2.2
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v23[v2.3
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v23[v2.3
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v231[v2.3.1
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v231[v2.3.1
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v24[v2.4
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v24[v2.4
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v25[v2.5
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v25[v2.5
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v251[v2.5.1
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v251[v2.5.1
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v26[v2.6
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v26[v2.6
 structures library]
 
 By default `camel-hl7` only references the HAPI
-http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-base[base library].
+https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-base[base library].
 Applications are responsible for including structure libraries
 themselves. For example, if an application works with HL7v2 message
 versions 2.4 and 2.5 then the following dependencies must be added:
@@ -422,7 +422,7 @@ versions 2.4 and 2.5 then the following dependencies must be added:
 Alternatively, an OSGi bundle containing the base library, all
 structures libraries and required dependencies (on the bundle classpath)
 can be downloaded from the
-http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-osgi-base[central Maven
+https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-osgi-base[central Maven
 repository].
 
 [source,xml]


[camel] 03/04: CAMEL-14412 - Maven central now requires HTTPS

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

acosentino pushed a commit to branch camel-3.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 182e35865bce85426683d1596f2802af2917401d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 17 12:10:01 2020 +0100

    CAMEL-14412 - Maven central now requires HTTPS
---
 platforms/karaf/features/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml
index 8a69981..1e33e46 100644
--- a/platforms/karaf/features/pom.xml
+++ b/platforms/karaf/features/pom.xml
@@ -36,7 +36,7 @@
     </properties>
 
     <!-- The validate plugin will export these provided dependencies bundles export packages first -->
-    <!-- some of the bundles is located at: http://repo1.maven.org/maven2/org/apache/servicemix/bundles/ -->
+    <!-- some of the bundles is located at: https://repo1.maven.org/maven2/org/apache/servicemix/bundles/ -->
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>


[camel] 04/04: CAMEL-14412 - Maven central now requires HTTPS

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

acosentino pushed a commit to branch camel-3.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2a2816b44a1899a5eea9f31932c3840a87facc64
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 17 12:21:16 2020 +0100

    CAMEL-14412 - Maven central now requires HTTPS
---
 .../test/java/org/apache/camel/itest/springboot/util/BOMResolver.java   | 2 +-
 .../camel-itest-spring-boot/src/test/resources/application-pom-sb1.xml  | 2 +-
 .../camel-itest-spring-boot/src/test/resources/application-pom-sb2.xml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/util/BOMResolver.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/util/BOMResolver.java
index 422acc9..9ff8b95 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/util/BOMResolver.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/util/BOMResolver.java
@@ -137,7 +137,7 @@ public final class BOMResolver {
             system.deploy(session, deployRequest);
         }
 
-        RemoteRepository mavenCentral = new RemoteRepository.Builder("central", "default", "http://repo1.maven.org/maven2/").build();
+        RemoteRepository mavenCentral = new RemoteRepository.Builder("central", "default", "https://repo1.maven.org/maven2/").build();
         RemoteRepository apacheSnapshots = new RemoteRepository.Builder("apache-snapshots", "default", "http://repository.apache.org/snapshots/").build();
         RemoteRepository springMilestones = new RemoteRepository.Builder("spring-milestones", "default", "https://repo.spring.io/libs-milestone/").build();
 
diff --git a/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb1.xml b/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb1.xml
index 2e34f8b..c5cea31 100644
--- a/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb1.xml
+++ b/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb1.xml
@@ -77,7 +77,7 @@
         <repository>
             <id>central</id>
             <name>Maven Central</name>
-            <url>http://repo1.maven.org/maven2/</url>
+            <url>https://repo1.maven.org/maven2/</url>
             <releases>
                 <enabled>true</enabled>
             </releases>
diff --git a/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb2.xml b/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb2.xml
index 2d88840..83c95ac 100644
--- a/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb2.xml
+++ b/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb2.xml
@@ -77,7 +77,7 @@
         <repository>
             <id>central</id>
             <name>Maven Central</name>
-            <url>http://repo1.maven.org/maven2/</url>
+            <url>https://repo1.maven.org/maven2/</url>
             <releases>
                 <enabled>true</enabled>
             </releases>


[camel] 02/04: CAMEL-14412 - Maven central now requires HTTPS

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

acosentino pushed a commit to branch camel-3.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 13f65b9e644ce591f547ddcebdc9f0bfb07052a9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 17 12:09:01 2020 +0100

    CAMEL-14412 - Maven central now requires HTTPS
---
 docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc       | 2 +-
 .../how-do-i-reuse-the-contexttestsupport-class-in-my-unit-tests.adoc | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc b/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
index 3d08522..ad19983 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
@@ -95,7 +95,7 @@ mvn archetype:generate \
 
 Notice that archetypes will now be downloaded from
 https://repository.apache.org/content/groups/snapshots-group[Apache's
-snapshot repo] instead of http://repo1.maven.org/maven2[Maven central].
+snapshot repo] instead of https://repo1.maven.org/maven2[Maven central].
 
 When the project is created, you may need to add another repository to
 the pom.xml file. This is to load a SNAPSHOT version of the
diff --git a/docs/user-manual/modules/ROOT/pages/faq/how-do-i-reuse-the-contexttestsupport-class-in-my-unit-tests.adoc b/docs/user-manual/modules/ROOT/pages/faq/how-do-i-reuse-the-contexttestsupport-class-in-my-unit-tests.adoc
index aaff7d9..991f430 100644
--- a/docs/user-manual/modules/ROOT/pages/faq/how-do-i-reuse-the-contexttestsupport-class-in-my-unit-tests.adoc
+++ b/docs/user-manual/modules/ROOT/pages/faq/how-do-i-reuse-the-contexttestsupport-class-in-my-unit-tests.adoc
@@ -39,5 +39,5 @@ If you use maven2 then here you go:
 
 If you don't use maven:
 
-http://repo1.maven.org/maven2/org/apache/camel/camel-core/2.22.1/camel-core-2.22.1-tests.jar
-http://repo1.maven.org/maven2/org/apache/camel/camel-test-spring/2.22.1/camel-test-spring-2.22.1.jar
+https://repo1.maven.org/maven2/org/apache/camel/camel-core/2.22.1/camel-core-2.22.1-tests.jar
+https://repo1.maven.org/maven2/org/apache/camel/camel-test-spring/2.22.1/camel-test-spring-2.22.1.jar