You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.