You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/01/16 17:30:22 UTC

[GitHub] [camel-quarkus] lburgazzoli opened a new issue #628: Upgrade to Apache Camel 3.0.1

lburgazzoli opened a new issue #628: Upgrade to Apache Camel 3.0.1
URL: https://github.com/apache/camel-quarkus/issues/628
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] oscerd commented on issue #628: Upgrade to Apache Camel 3.0.1

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #628: Upgrade to Apache Camel 3.0.1
URL: https://github.com/apache/camel-quarkus/issues/628#issuecomment-575516477
 
 
   It seems to be definitely a caching problem
   
   https://repo.maven.apache.org/maven2/org/apache/camel/camel-util-json/3.0.1/camel-util-json-3.0.1.pom?anyparameter 
   
   it works.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] lburgazzoli closed issue #628: Upgrade to Apache Camel 3.0.1

Posted by GitBox <gi...@apache.org>.
lburgazzoli closed issue #628: Upgrade to Apache Camel 3.0.1
URL: https://github.com/apache/camel-quarkus/issues/628
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] lburgazzoli commented on issue #628: Upgrade to Apache Camel 3.0.1

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #628: Upgrade to Apache Camel 3.0.1
URL: https://github.com/apache/camel-quarkus/issues/628#issuecomment-575501861
 
 
   Looks like maven central is having some issues:
   
   ```
   Downloading from central: https://repo.maven.apache.org/maven2/org/apache/camel/tooling/3.0.1/tooling-3.0.1.pom
   Downloading from central: https://repo.maven.apache.org/maven2/org/apache/camel/camel-util-json/3.0.1/camel-util-json-3.0.1.pom
   [WARNING] The POM for org.apache.camel:camel-util-json:jar:3.0.1 is missing, no dependency information available
   ```
   
   ```
   $ wget https://repo.maven.apache.org/maven2/org/apache/camel/camel-util-json/3.0.1/camel-util-json-3.0.1.pom
   --2020-01-17 08:03:06--  https://repo.maven.apache.org/maven2/org/apache/camel/camel-util-json/3.0.1/camel-util-json-3.0.1.pom
   Resolving repo.maven.apache.org (repo.maven.apache.org)... 151.101.240.215
   Connecting to repo.maven.apache.org (repo.maven.apache.org)|151.101.240.215|:443... connected.
   HTTP request sent, awaiting response... 404 Not Found
   2020-01-17 08:03:06 ERROR 404: Not Found.
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services