[
https://issues.apache.org/jira/browse/CAMEL-23389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18080263#comment-18080263
]
Aurélien Pupier edited comment on CAMEL-23389 at 5/12/26 9:52 AM:
------------------------------------------------------------------
note that there is a 301 (redirection), we ca notice it in dependabot logs fopr
instance:
{noformat}
2026-05-12T09:18:38.9418885Z proxy | 2026/05/12 09:18:38 [578] GET
https://packages.atlassian.com:443/maven-external/com/atlassian/jira/jira-rest-java-client-api/maven-metadata.xml
2026-05-12T09:18:38.9456895Z proxy | 2026/05/12 09:18:38 [578] 301
https://packages.atlassian.com:443/maven-external/com/atlassian/jira/jira-rest-java-client-api/maven-metadata.xml
2026-05-12T09:18:39.0358917Z proxy | 2026/05/12 09:18:39 [580] GET
https://maven.artifacts.atlassian.com:443/com/atlassian/jira/jira-rest-java-client-api/maven-metadata.xml
2026-05-12T09:18:39.0396479Z proxy | 2026/05/12 09:18:39 [580] 200
https://maven.artifacts.atlassian.com:443/com/atlassian/jira/jira-rest-java-client-api/maven-metadata.xml
{noformat}
was (Author: apupier):
note that there is a 301 (redirection):
2026-05-12T09:18:38.9418885Z proxy | 2026/05/12 09:18:38 [578] GET
https://packages.atlassian.com:443/maven-external/com/atlassian/jira/jira-rest-java-client-api/maven-metadata.xml
2026-05-12T09:18:38.9456895Z proxy | 2026/05/12 09:18:38 [578] 301
https://packages.atlassian.com:443/maven-external/com/atlassian/jira/jira-rest-java-client-api/maven-metadata.xml
2026-05-12T09:18:39.0358917Z proxy | 2026/05/12 09:18:39 [580] GET
https://maven.artifacts.atlassian.com:443/com/atlassian/jira/jira-rest-java-client-api/maven-metadata.xml
2026-05-12T09:18:39.0396479Z proxy | 2026/05/12 09:18:39 [580] 200
https://maven.artifacts.atlassian.com:443/com/atlassian/jira/jira-rest-java-client-api/maven-metadata.xml
> Remove usage of deprecated https://packages.atlassian.com/maven-external/
> maven repository
> ------------------------------------------------------------------------------------------
>
> Key: CAMEL-23389
> URL: https://issues.apache.org/jira/browse/CAMEL-23389
> Project: Camel
> Issue Type: Task
> Components: build system
> Affects Versions: 4.20.0
> Reporter: Aurélien Pupier
> Priority: Minor
>
> it is marked as deprecated on
> https://developer.atlassian.com/server/framework/atlassian-sdk/atlassian-maven-repositories-2818705/#atlassian-maven-proxy-repository
> when trying it, it redirects to https://maven.artifacts.atlassian.com/ but it
> is not clear in the documentation if this repository is exactly the same,
> like do they also mirror third party dependcy like ibiblio or codehaus?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)