-
Notifications
You must be signed in to change notification settings - Fork 5
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
Post release 1.2.5 #134
Closed
Closed
Post release 1.2.5 #134
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
* MODDCB-143 Adding missed interface dependency in module descriptor (#117) * Update news * [maven-release-plugin] prepare release v1.2.1 * [maven-release-plugin] prepare for next development iteration
* MODDCB-145 Fixing space issue in servicePointName (#119) * Fixing servicePoint fetching issue * Fixing test case * Update news * [maven-release-plugin] prepare release v1.2.2 * [maven-release-plugin] prepare for next development iteration
(cherry picked from commit 137f270)
(cherry picked from commit 70c5f5e)
(cherry picked from commit 62094fa)
(cherry picked from commit c4c8a66)
(cherry picked from commit 121427f)
(cherry picked from commit 287d750)
(cherry picked from commit 25ceb19)
(cherry picked from commit 3ad3189)
(cherry picked from commit 0020e52)
(cherry picked from commit 38a34b5)
(cherry picked from commit 0fef6f2)
(cherry picked from commit c386a75)
(cherry picked from commit a67298d)
…sServiceImpl.java Co-authored-by: Roman Barannyk <[email protected]> (cherry picked from commit 29e9d8e)
(cherry picked from commit f2958bc)
(cherry picked from commit da347fe)
(cherry picked from commit 0f45a09)
(cherry picked from commit 4663816)
(cherry picked from commit 4483ace)
(cherry picked from commit 33d7ae0)
(cherry picked from commit 357a1dc)
(cherry picked from commit fff2f75)
(cherry picked from commit bcdc3a4)
…action) (#82) * MODDCB-105 Accept existing circulation request ID (borrowing transaction) * MODDCB-105 Accept existing circulation request ID (borrowing transaction) * MODDCB-105 Accept existing circulation request ID (borrowing transaction) * MODDCB-105 Accept existing circulation request ID (borrowing transaction) * MODDCB-105 Accept existing circulation request ID (borrowing transaction) (cherry picked from commit 1b5a8e9)
* Lender transaction CREATED -> OPEN * MODDCB-111 Remove redundant test case (cherry picked from commit f399502)
(cherry picked from commit 13a6f72)
(cherry picked from commit 4b22c5e)
(cherry picked from commit 53423e7)
(cherry picked from commit 7c6bd06)
(cherry picked from commit b74b95a)
(cherry picked from commit ac0d88c)
(cherry picked from commit 209dfb5)
(cherry picked from commit 9f41d8f)
(cherry picked from commit 0cafe09)
(cherry picked from commit 77722bc)
Bugfix release 1.2.3
* MODDCB-147 Add support for Intermediate phase * MODDCB-147 Add PICKUP transaction support * MODDCB-152 Add tests * MODDCB-152 Refactor * MODDCB-152 Revert string format * MODDCB-152 Revert throw (cherry picked from commit fd30651)
* MODDCB-152 Add borrowing pickup role * MODDCB-152 Add tests (cherry picked from commit b29c260)
MODDCB-157 Release 1.2.4
UXPROD 5001 Support DCB re-requests
UXPROD-5054 - Support DCB Requests on Unavailable Items
UXPROD 5001 Support DCB re-requests
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.
Purpose
Describe the purpose of the pull request. Include background information if necessary.
Approach
How does this change fulfill the purpose?
TODOS and Open Questions
Learning
Describe the research stage. Add links to blog posts, patterns, libraries or addons used to solve this problem.