forked from folio-org/mod-ncip
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pr 2026 d #41
Merged
Merged
Pr 2026 d #41
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
V1.15.0 branch
https://folio-org.atlassian.net/browse/MODNCIP-71 In MainVerticleTest.java: Replace the deprecated deployVerticle method that will be removed in Vert.x 5: Don't use the callback method, use the Future returning method instead: https://github.com/eclipse-vertx/vert.x/wiki/Vert.x-5#callback-sanitization https://github.com/folio-org/raml-module-builder/blob/master/doc/futurisation.md Replace the custom success method with Vert.x' ctx.asyncAssertSuccess that provides the same functionality: https://vertx.io/docs/vertx-unit/java/#_asynchronous_assertions
…es-ramsons MODNCIP-71: Upgrade dependencies for Ramsons
* Update NEWS * [maven-release-plugin] prepare release v1.15.1 * [maven-release-plugin] prepare for next development iteration
* Update NEWS.md file * [maven-release-plugin] prepare release v1.15.2 * [maven-release-plugin] prepare for next development iteration * Fix user UUID mismatch * [maven-release-plugin] prepare release v1.15.2 * [maven-release-plugin] prepare for next development iteration
* Update NEWS.md release prep * Update README.md - adding email config example * Update README.md permission name typo * Update ModuleDescriptor-template.json adding module permissions * Update README.md mentioning new services
* Update README.md permissions * Update README.md permissions * Update ModuleDescriptor-template.json adding post permissions
* Update NEWS.md update date in news.md * Update NEWS.md note - updated modulePermissions * [maven-release-plugin] prepare release v1.15.3 * [maven-release-plugin] prepare for next development iteration
# Conflicts: # README.md # src/main/java/org/folio/ncip/Constants.java # src/main/java/org/folio/ncip/FolioNcipHelper.java # src/main/java/org/folio/ncip/FolioRemoteServiceManager.java # src/main/java/org/folio/ncip/services/FolioCancelRequestItemService.java # src/main/java/org/folio/ncip/services/FolioCheckInItemService.java # src/main/java/org/folio/ncip/services/FolioCheckOutItemService.java # src/main/java/org/folio/ncip/services/FolioDeleteItemService.java # src/main/java/org/folio/ncip/services/FolioLookupUserService.java # src/main/java/org/folio/ncip/services/FolioRequestItemService.java # src/main/resources/ncip.properties # src/test/java/org/folio/ncip/CancelRequestItem.java # src/test/java/org/folio/ncip/DeleteItem.java # src/test/java/org/folio/ncip/MockServer.java # src/test/java/org/folio/ncip/RequestItem.java # src/test/resources/mockdata/ncip-acceptItem-blocked.xml
Quality Gate passedIssues Measures |
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.
No description provided.