- FOLSPRINGB-140 Add Testing Submodule for Test Management
- Upgrade to spring-boot 3.2.0
- FOLSPRINGB-115 Add submodule for creating and utilizing system-user
- FOLSPRINGB-118 Implement refresh token rotation method for edge module
- FOLSPRINGB-96 Add executeWithinContext method
- FOLSPRINGB-106 Implementation for store/restore of FolioExecutionContext
- FOLSPRINGB-108 Upgrade dependencies for Poppy, fix vulnerabilities
- FOLSPRINGB-104 Split CQL support into a separate artifact
- FOLSPRINGB-95 non-public beginFolioExecutionContext avoids wrong tenant/user
- FOLSPRINGB-99 Add support for filtering by date range in JpaCqlRepository
- FOLSPRINGB-94 Broken queryByLike masking, SQL injection
- #bb353da Fix issue with the race condition with CqlParser shared object
- FOLSPRINGB-89 postgresql 42.5.3 (SocketException: Too many open files)
- FOLSPRINGB-45 Improve logging
- FOLSPRINGB-81 Migration to Spring Boot v3.0.2
- Support for async execution using correct instance of FolioExecutionContext
- Update to Java 17
- FOLSPRINGB-58 Async FolioExecutionContext helper
- FOLSPRINGB-72 Fixed fails if limit <= number of results on CQL-search
Breaking change: Replace calls to FolioExecutionScopeExecutionContextManager.beginFolioExecutionContext
and FolioExecutionScopeExecutionContextManager.endFolioExecutionContext
with FolioExecutionContextSetter
usage.
- FOLSPRINGB-52 Spring Boot 2.7.x for Morning Glory R2 2022
- FOLSPRINGB-53 Upgrade rhino and plexus-utils (CVE-2017-1000487)
- FOLSPRINGB-42 Spring Boot 2.6.3, log4j-core 2.17.1 (CVE-2021-44832)
- FOLSPRINGB-41 Added event methods to allow custom module logic on
/_/tenant
- FOLSPRINGB-17 Migrate to Tenant API v2.0
- FOLSPRINGB-32 Upgrade to Spring Boot v2.6.2
- FOLSPRINGB-19 Setup default logging
- FOLSPRINGB-21 Add CQL support
- FOLSPRINGB-23 Remove deprecated method getUserName() from FolioExecutionContext
- FOLSPRINGB-25 Upgrade Spring Boot to v2.5.2
- FOLSPRINGB-15 Use x-okapi-user-id header to populate userId
- FOLSPRINGB-14 Fetch userId and userName from
x-okapi-token
- FOLSPRINGB-13 Don't require x-okapi-tenant for admin endpoints
- FOLSPRINGB-11 Fix issue with unsatisfied dependency
- Fix spring data source adviser for proxy classes
- Correct handling for Constraint Violation exceptions
- Add equals()/hashCode()/toString() to OffsetRequest
- Spring boot log4j2 dependency
- Initial module setup