-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update maven search links #3045
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/test |
jackshirazi
approved these changes
Mar 6, 2023
1 task
SylvainJuge
added a commit
to elastic/kibana
that referenced
this pull request
Mar 20, 2023
## Summary The URL we provide to download the Java agent from maven central is not working as it used to. This is exactly the same issue that was solved here: elastic/apm-agent-java#3045 for more details. ### Checklist This is just changing an URL in APM agent setup instructions ### Risk Matrix This is just changing an URL in APM agent setup instructions, thus very low risk ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Mar 20, 2023
## Summary The URL we provide to download the Java agent from maven central is not working as it used to. This is exactly the same issue that was solved here: elastic/apm-agent-java#3045 for more details. ### Checklist This is just changing an URL in APM agent setup instructions ### Risk Matrix This is just changing an URL in APM agent setup instructions, thus very low risk ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) (cherry picked from commit 7d3f78c)
kibanamachine
added a commit
to elastic/kibana
that referenced
this pull request
Mar 20, 2023
# Backport This will backport the following commits from `main` to `8.7`: - [Fix javaagent download link (#153086)](#153086) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"SylvainJuge","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-03-20T12:07:34Z","message":"Fix javaagent download link (#153086)\n\n## Summary\r\n\r\nThe URL we provide to download the Java agent from maven central is not\r\nworking as it used to.\r\nThis is exactly the same issue that was solved here:\r\nhttps://github.com/elastic/apm-agent-java/pull/3045 for more details.\r\n\r\n\r\n### Checklist\r\n\r\nThis is just changing an URL in APM agent setup instructions\r\n\r\n### Risk Matrix\r\nThis is just changing an URL in APM agent setup instructions, thus very\r\nlow risk\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"7d3f78c81f2bf7ea6fedd53c547c9431f1c2c462","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:APM","release_note:skip","v8.7.0","v8.8.0"],"number":153086,"url":"https://github.com/elastic/kibana/pull/153086","mergeCommit":{"message":"Fix javaagent download link (#153086)\n\n## Summary\r\n\r\nThe URL we provide to download the Java agent from maven central is not\r\nworking as it used to.\r\nThis is exactly the same issue that was solved here:\r\nhttps://github.com/elastic/apm-agent-java/pull/3045 for more details.\r\n\r\n\r\n### Checklist\r\n\r\nThis is just changing an URL in APM agent setup instructions\r\n\r\n### Risk Matrix\r\nThis is just changing an URL in APM agent setup instructions, thus very\r\nlow risk\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"7d3f78c81f2bf7ea6fedd53c547c9431f1c2c462"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/153086","number":153086,"mergeCommit":{"message":"Fix javaagent download link (#153086)\n\n## Summary\r\n\r\nThe URL we provide to download the Java agent from maven central is not\r\nworking as it used to.\r\nThis is exactly the same issue that was solved here:\r\nhttps://github.com/elastic/apm-agent-java/pull/3045 for more details.\r\n\r\n\r\n### Checklist\r\n\r\nThis is just changing an URL in APM agent setup instructions\r\n\r\n### Risk Matrix\r\nThis is just changing an URL in APM agent setup instructions, thus very\r\nlow risk\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"7d3f78c81f2bf7ea6fedd53c547c9431f1c2c462"}}]}] BACKPORT--> Co-authored-by: SylvainJuge <[email protected]>
19 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Opening links to search.maven.org with a browser will show the a popup with the following message:
This PR updates all the links we have to
search.maven.org
to usecentral.sonatype.com
.Checklist
I have updated CHANGELOG.asciidocN/A1.x
branch with this change.