For the past 2 days (2023-10-25), the Atlassian's repositories for the jira-rest-java-client-core are throwing 429 errors.
Does anyone else have this issue? i switched my build.gradle and updated to the latest version (5.2.7) and last night was able to continue the build, however tonight the issue is happening again with the maven-public repository this time
//no longer works
//maven { url "https://packages.atlassian.com/mvn/maven-atlassian-external/" }
//seems to work
maven { url "https://packages.atlassian.com/maven-public/" }
here is the exception:
FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':jira:shadowJar'. > Could not resolve all dependencies for configuration ':jira:runtimeClasspath'. > Could not resolve com.atlassian.jira:jira-rest-java-client-core:5.2.7. Required by: project :jira > Could not resolve com.atlassian.jira:jira-rest-java-client-core:5.2.7. > Could not get resource 'https://packages.atlassian.com/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.2.7/jira-rest-java-client-core-5.2.7.pom'. > Could not GET 'https://packages.atlassian.com/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.2.7/jira-rest-java-client-core-5.2.7.pom'. Received status code 429 from server: Too Many Requests
this morning both sites are up and serving their repositories.
anyone know who the webmasters are for those repositories?
Posted in the developer community as well - https://community.developer.atlassian.com/t/atlassian-maven-repositories-consistently-throwing-429-errors/74211
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.