[FOLIO-3179] ui-inventory-es: align dependency versions affected by Inventory's Optimistic Locking Created: 01/Jun/21 Updated: 23/Aug/21 Resolved: 23/Aug/21 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Story | Priority: | P2 |
| Reporter: | Jakub Skoczen | Assignee: | Mikhail Fokanov |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||||||
| Sprint: | CP: sprint 115, CP: sprint 117, CP: sprint 118, CP: sprint 121 | ||||||||||||||||||||
| Story Points: | 1 | ||||||||||||||||||||
| Development Team: | Core: Platform | ||||||||||||||||||||
| Description |
|
According to Okapi dependency graph: this module depends on one of the Inventory's interfaces that requires a major version change due to introduction of Optimistic Locking (see
The new dependency should support both version: previous and new one. |
| Comments |
| Comment by Charlotte Whitt [ 07/Jul/21 ] |
|
Hi Jakub Skoczen - Inventory ES is only a prototype and is to be deprecated when we swap the current search in Inventory to be Elasticsearch -
So I think we can close
|
| Comment by Julian Ladisch [ 07/Jul/21 ] |
|
ui-inventory-es is included into platform-complete https://github.com/folio-org/platform-complete/blob/master/package.json#L32 and deployed in the reference environments. Either
|
| Comment by Julian Ladisch [ 20/Aug/21 ] |
|
https://github.com/folio-org/ui-inventory-es/blob/master/package.json declares these required interfaces: "okapiInterfaces": { "inventory": "10.0", "instance-storage": "7.0", "holdings-storage": "3.0 4.4", "item-storage": "8.0", These are the old interfaces without optimistic locking. The new interfaces with optimistic locking needs to be added to this okapiInterfaces section, otherwise the build will fail and ui-inventory-es will not be included into platform-complete reference environments. |