generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 94
Update Maven snapshots publishing endpoint and credential retrieval #780
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
Merged
cwperks
merged 1 commit into
opensearch-project:main
from
zelinh:update-maven-snapshot-publish
Jun 23, 2025
Merged
Update Maven snapshots publishing endpoint and credential retrieval #780
cwperks
merged 1 commit into
opensearch-project:main
from
zelinh:update-maven-snapshot-publish
Jun 23, 2025
Conversation
This file contains hidden or 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
Signed-off-by: Zelin Hao <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #780 +/- ##
=========================================
Coverage 37.67% 37.67%
Complexity 135 135
=========================================
Files 22 22
Lines 1189 1189
Branches 109 109
=========================================
Hits 448 448
Misses 704 704
Partials 37 37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Wait until June 24th for OpenSearch 3.1.0 release to move forward with this PR. |
cwperks
approved these changes
Jun 23, 2025
5 tasks
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Jun 30, 2025
…780) Signed-off-by: Zelin Hao <[email protected]> (cherry picked from commit f940ebe) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Jeremydupras
pushed a commit
to Jeremydupras/job-scheduler
that referenced
this pull request
Jun 30, 2025
…pensearch-project#780) Signed-off-by: Zelin Hao <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]>
cwperks
pushed a commit
that referenced
this pull request
Jul 1, 2025
…780) (#788) (cherry picked from commit f940ebe) Signed-off-by: Zelin Hao <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
cwperks
added a commit
that referenced
this pull request
Jul 2, 2025
* remove guava dependency (#773) * remove guava dependency Signed-off-by: Jing Zhang <[email protected]> * remove more unused dependencies Signed-off-by: Jing Zhang <[email protected]> --------- Signed-off-by: Jing Zhang <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]> * added Request API, Action API and Test Signed-off-by: Jeremy Dupras <[email protected]> * changing file names Signed-off-by: Jeremy Dupras <[email protected]> * need to resolve permission issues/ changes to gather all scheduled job information Signed-off-by: Jeremy Dupras <[email protected]> * adding to RestGetSchedulingAction Signed-off-by: Jeremy Dupras <[email protected]> * adding additionl tests Signed-off-by: Jeremy Dupras <[email protected]> * Added IT test for ScheduleInfo Signed-off-by: Jeremy Dupras <[email protected]> * updating progres - verified API calls in terminal Signed-off-by: Jeremy Dupras <[email protected]> * adding new values to prepare request Signed-off-by: Jeremy Dupras <[email protected]> * removing unneeded code Signed-off-by: Jeremy Dupras <[email protected]> * adding transport level API Signed-off-by: Jeremy Dupras <[email protected]> * adding job type and refactoring json output Signed-off-by: Jeremy Dupras <[email protected]> * adding node selection, duplicate filtering and total job count Signed-off-by: Jeremy Dupras <[email protected]> * removing node specific API Signed-off-by: Jeremy Dupras <[email protected]> * adding integration tests Signed-off-by: Jeremy Dupras <[email protected]> * updating Scheduled JobInfoIT Signed-off-by: Jeremy Dupras <[email protected]> * removing comments Signed-off-by: Jeremy Dupras <[email protected]> * Adding comments Signed-off-by: Jeremy Dupras <[email protected]> * removing unnessessary tests Signed-off-by: Jeremy Dupras <[email protected]> * Add a CHANGELOG and changelog_verifier workflow (#778) * Add a CHANGELOG and changelog_verifier workflow Signed-off-by: Craig Perkins <[email protected]> * spotless Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]> * Add 3.1.0 release notes (#779) Signed-off-by: Prudhvi Godithi <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]> * Update Maven snapshots publishing endpoint and credential retrieval (#780) Signed-off-by: Zelin Hao <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]> * Increment version to 3.2.0 (#783) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]> * removing .idea files Signed-off-by: Jeremy Dupras <[email protected]> * fixing formatting issues Signed-off-by: Jeremy Dupras <[email protected]> * adding license header Signed-off-by: Jeremy Dupras <[email protected]> * change api call, add testing functionality Signed-off-by: Jeremy Dupras <[email protected]> * stop tracking .idea/* Signed-off-by: Jeremy Dupras <[email protected]> * changing constant calls Signed-off-by: Jeremy Dupras <[email protected]> * adding additional testing fields Signed-off-by: Jeremy Dupras <[email protected]> * changing permissions Signed-off-by: Jeremy Dupras <[email protected]> * removing file Signed-off-by: Jeremy Dupras <[email protected]> * adding files -s Signed-off-by: Jeremy Dupras <[email protected]> * reset Signed-off-by: Jeremy Dupras <[email protected]> * adding to reset Signed-off-by: Jeremy Dupras <[email protected]> * deleting comment Signed-off-by: Jeremy Dupras <[email protected]> * adding .idea files Signed-off-by: Jeremy Dupras <[email protected]> --------- Signed-off-by: Jing Zhang <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Prudhvi Godithi <[email protected]> Signed-off-by: Zelin Hao <[email protected]> Signed-off-by: Jeremydupras <[email protected]> Co-authored-by: Jing Zhang <[email protected]> Co-authored-by: Jeremy Dupras <[email protected]> Co-authored-by: Craig Perkins <[email protected]> Co-authored-by: Prudhvi Godithi <[email protected]> Co-authored-by: Zelin Hao <[email protected]>
Closed
5 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.
Description
Update the Maven Snapshots publish URL in accordance with the recent Sonatype migration.
https://central.sonatype.org/publish/publish-portal-snapshots/
We have stored the
onepassword
token in this repo secrets and new credentials for Sonatypes username & password have been stored inonepassword
. These credentials will be exported as env variables which used by maven publish.Related Issues
Part of a campaign issue opensearch-project/opensearch-build#5551
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.