Skip to:
Purpose
Migrate to folio-spring-support v7.0.0 as it was split to 2 separate modules:
folio-spring-cql - facilitates CQL querying
folio-spring-base - provides fundamental functionality for developing FOLIO modules using the Spring framework.
Approach
If the module is not required to have CQL support then just update folio-spring-base dependency to v7.0.0
If the module is required to have CQL support:1. update folio-spring-base dependency to v7.0.0 2. add new dependency
3. Change usage of `findByCQL` method to `findByCql`
Purpose
Migrate to folio-spring-support v7.0.0 as it was split to 2 separate modules:
folio-spring-cql - facilitates CQL querying
folio-spring-base - provides fundamental functionality for developing FOLIO modules using the Spring framework.
Approach
If the module is not required to have CQL support then just update folio-spring-base dependency to v7.0.0
If the module is required to have CQL support:
1. update folio-spring-base dependency to v7.0.0
2. add new dependency
3. Change usage of `findByCQL` method to `findByCql`