Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the prod-deps group with 3 updates in the / directory: org.folio:folio-spring-base, org.folio:folio-spring-cql and org.apache.commons:commons-compress.

Updates org.folio:folio-spring-base from 8.3.0-SNAPSHOT to 9.1.0

Release notes

Sourced from org.folio:folio-spring-base's releases.

v9.0.1

cql submodule

  • FOLSPRINGS-185 Implement case insensitive accents ignoring CQL queries - backport, opt in only. To opt in call Cql2JpaCriteria.setCaseAccentsHandlingEnabled(true). Then a CQL search in a String field ignores case (= is case insensitive) and ignores accents by default; this is for consistency with RMB based modules. Use the annotations @RespectCase and/or @RespectAccents in the entity class to change this new default.

When enabling case insensitive and/or accents ignoring CQL queries you need to update database indices accordingly, for example:

DROP INDEX IF EXISTS idx_medreq_requester_barcode;
CREATE INDEX idx_medreq_requester_barcode ON ${database.defaultSchemaName}.mediated_request(lower(f_unaccent(requester_barcode)));

For test code that executes SQL you may need to add f_unaccent database method. Example: jpa-cql-general-it-schema.sql, @​Sql

v9.0.0

folio-spring-system-user

  • FOLSPRINGS-180 Token expiration off by 1 minute in test
  • FOLSPRINGS-183 Improve resiliency of system user operations; auto-reactivate inactive system users; automatically refresh system user tokens on RTR expiration

Upgrade instructions

In the module descriptor add users.item.put to the modulePermissions list of the POST /_/tenant endpoint (FOLSPRINGS-183).

Changelog

Sourced from org.folio:folio-spring-base's changelog.

9.1.0 2025-04-23

Replacing OkHttpClient by ApacheHttpClient, adding configuration

9.0.0 2025-02-28

folio-spring-system-user

  • FOLSPRINGS-180 Token expiration off by 1 minute in test
  • FOLSPRINGS-183 Improve resiliency of system user operations; auto-reactivate inactive system users; automatically refresh system user tokens on RTR expiration

Upgrade instructions

In the module descriptor add users.item.put to the modulePermissions list of the POST /_/tenant endpoint (FOLSPRINGS-183).

8.2.1 2024-10-23

Testing submodule

  • FOLSPRINGS-172 Bump to postgres:16-alpine, suggest adding .github/workflows/postgres.yml

folio-spring-system-user

  • FOLSPRINGS-179 Fix error message: Cannot retrieve okapi token for tenant: <username>

8.2.0 2024-10-11

Testing submodule

folio-spring-system-user

  • FOLSPRINGS-157 Add missing property to authn client, to allow for fail-on-unknown-properties in consuming modules

i18n submodule

  • FOLSPRINGB-160 Make translation service accept multiple keys
  • FOLSPRINGS-163 Wrong Locale in TranslationService and TranslationMap
  • FOLSPRINGS-169 Add additional convenience methods for providing locales, timezones, and using non-predefined templates

8.1.0 2024-02-29

8.0.0 2024-01-19

... (truncated)

Commits

Updates org.folio:folio-spring-cql from 8.3.0-SNAPSHOT to 9.1.0

Release notes

Sourced from org.folio:folio-spring-cql's releases.

v9.0.1

cql submodule

  • FOLSPRINGS-185 Implement case insensitive accents ignoring CQL queries - backport, opt in only. To opt in call Cql2JpaCriteria.setCaseAccentsHandlingEnabled(true). Then a CQL search in a String field ignores case (= is case insensitive) and ignores accents by default; this is for consistency with RMB based modules. Use the annotations @RespectCase and/or @RespectAccents in the entity class to change this new default.

When enabling case insensitive and/or accents ignoring CQL queries you need to update database indices accordingly, for example:

DROP INDEX IF EXISTS idx_medreq_requester_barcode;
CREATE INDEX idx_medreq_requester_barcode ON ${database.defaultSchemaName}.mediated_request(lower(f_unaccent(requester_barcode)));

For test code that executes SQL you may need to add f_unaccent database method. Example: jpa-cql-general-it-schema.sql, @​Sql

v9.0.0

folio-spring-system-user

  • FOLSPRINGS-180 Token expiration off by 1 minute in test
  • FOLSPRINGS-183 Improve resiliency of system user operations; auto-reactivate inactive system users; automatically refresh system user tokens on RTR expiration

Upgrade instructions

In the module descriptor add users.item.put to the modulePermissions list of the POST /_/tenant endpoint (FOLSPRINGS-183).

Changelog

Sourced from org.folio:folio-spring-cql's changelog.

9.1.0 2025-04-23

Replacing OkHttpClient by ApacheHttpClient, adding configuration

9.0.0 2025-02-28

folio-spring-system-user

  • FOLSPRINGS-180 Token expiration off by 1 minute in test
  • FOLSPRINGS-183 Improve resiliency of system user operations; auto-reactivate inactive system users; automatically refresh system user tokens on RTR expiration

Upgrade instructions

In the module descriptor add users.item.put to the modulePermissions list of the POST /_/tenant endpoint (FOLSPRINGS-183).

8.2.1 2024-10-23

Testing submodule

  • FOLSPRINGS-172 Bump to postgres:16-alpine, suggest adding .github/workflows/postgres.yml

folio-spring-system-user

  • FOLSPRINGS-179 Fix error message: Cannot retrieve okapi token for tenant: <username>

8.2.0 2024-10-11

Testing submodule

folio-spring-system-user

  • FOLSPRINGS-157 Add missing property to authn client, to allow for fail-on-unknown-properties in consuming modules

i18n submodule

  • FOLSPRINGB-160 Make translation service accept multiple keys
  • FOLSPRINGS-163 Wrong Locale in TranslationService and TranslationMap
  • FOLSPRINGS-169 Add additional convenience methods for providing locales, timezones, and using non-predefined templates

8.1.0 2024-02-29

8.0.0 2024-01-19

... (truncated)

Commits

Updates org.folio:folio-spring-cql from 8.3.0-SNAPSHOT to 9.1.0

Release notes

Sourced from org.folio:folio-spring-cql's releases.

v9.0.1

cql submodule

  • FOLSPRINGS-185 Implement case insensitive accents ignoring CQL queries - backport, opt in only. To opt in call Cql2JpaCriteria.setCaseAccentsHandlingEnabled(true). Then a CQL search in a String field ignores case (= is case insensitive) and ignores accents by default; this is for consistency with RMB based modules. Use the annotations @RespectCase and/or @RespectAccents in the entity class to change this new default.

When enabling case insensitive and/or accents ignoring CQL queries you need to update database indices accordingly, for example:

DROP INDEX IF EXISTS idx_medreq_requester_barcode;
CREATE INDEX idx_medreq_requester_barcode ON ${database.defaultSchemaName}.mediated_request(lower(f_unaccent(requester_barcode)));

For test code that executes SQL you may need to add f_unaccent database method. Example: jpa-cql-general-it-schema.sql, @​Sql

v9.0.0

folio-spring-system-user

  • FOLSPRINGS-180 Token expiration off by 1 minute in test
  • FOLSPRINGS-183 Improve resiliency of system user operations; auto-reactivate inactive system users; automatically refresh system user tokens on RTR expiration

Upgrade instructions

In the module descriptor add users.item.put to the modulePermissions list of the POST /_/tenant endpoint (FOLSPRINGS-183).

Changelog

Sourced from org.folio:folio-spring-cql's changelog.

9.1.0 2025-04-23

Replacing OkHttpClient by ApacheHttpClient, adding configuration

9.0.0 2025-02-28

folio-spring-system-user

  • FOLSPRINGS-180 Token expiration off by 1 minute in test
  • FOLSPRINGS-183 Improve resiliency of system user operations; auto-reactivate inactive system users; automatically refresh system user tokens on RTR expiration

Upgrade instructions

In the module descriptor add users.item.put to the modulePermissions list of the POST /_/tenant endpoint (FOLSPRINGS-183).

8.2.1 2024-10-23

Testing submodule

  • FOLSPRINGS-172 Bump to postgres:16-alpine, suggest adding .github/workflows/postgres.yml

folio-spring-system-user

  • FOLSPRINGS-179 Fix error message: Cannot retrieve okapi token for tenant: <username>

8.2.0 2024-10-11

Testing submodule

folio-spring-system-user

  • FOLSPRINGS-157 Add missing property to authn client, to allow for fail-on-unknown-properties in consuming modules

i18n submodule

  • FOLSPRINGB-160 Make translation service accept multiple keys
  • FOLSPRINGS-163 Wrong Locale in TranslationService and TranslationMap
  • FOLSPRINGS-169 Add additional convenience methods for providing locales, timezones, and using non-predefined templates

8.1.0 2024-02-29

8.0.0 2024-01-19

... (truncated)

Commits

Updates org.apache.commons:commons-compress from 1.26.2 to 1.28.0

Changelog

Sourced from org.apache.commons:commons-compress's changelog.

Apache Commons Compress 1.28.0 Release Notes

The Apache Commons Compress team is pleased to announce the release of Apache Commons Compress 1.28.0.

Apache Commons Compress defines an API for working with compression and archive formats. These include bzip2, gzip, pack200, LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.

This is a feature and maintenance release. Java 8 or later is required.

This release updates Apache Commons Lang to 3.18.0 to pick up the fix for CVE-2025-48924 (https://nvd.nist.gov/vuln/detail/CVE-2025-48924), but is not affected by it.

Changes in this version

Changes in this version include the following.

New Features

  •        Add GzipParameters.getModificationInstant(). Thanks to Gary Gregory. 
    
  •        Add GzipParameters.setModificationInstant(Instant). Thanks to Gary Gregory. 
    
  •        Add GzipParameters.OS, setOS(OS), getOS(). Thanks to Gary Gregory. 
    
  •        Add GzipParameters.toString(). Thanks to Gary Gregory. 
    
  • COMPRESS-638: Add GzipParameters.setFileNameCharset(Charset) and getFileNameCharset() to override the default ISO-8859-1 Charset #602. Thanks to vincexjl, Gary Gregory, Piotr P. Karwasz.
  •        Add support for gzip extra subfields, see GzipParameters.setExtra(HeaderExtraField) [#604](https://github.com/apache/commons-compress/issues/604). Thanks to ddeschenes-1, Gary Gregory. 
    
  •        Add CompressFilterOutputStream and refactor to use. Thanks to Gary Gregory. 
    
  •        Add ZipFile.stream(). Thanks to Gary Gregory. 
    
  •        GzipCompressorInputStream reads the modification time (MTIME) and stores its value incorrectly multiplied by 1,000. Thanks to Danny Deschenes, Gary Gregory. 
    
  •        GzipCompressorInputStream writes the modification time (MTIME) the value incorrectly divided by 1,000. Thanks to Danny Deschenes, Gary Gregory. 
    
  •        Add optional FHCRC to GZIP header [#627](https://github.com/apache/commons-compress/issues/627). Thanks to Danny Deschenes, Gary Gregory. 
    
  •        Add GzipCompressorInputStream.Builder allowing to customize the file name and comment Charsets. Thanks to Gary Gregory. 
    
  •        Add GzipCompressorInputStream.Builder.setOnMemberStart(IOConsumer) to monitor member parsing. Thanks to Gary Gregory. 
    
  •        Add GzipCompressorInputStream.Builder.setOnMemberEnd(IOConsumer) to monitor member parsing. Thanks to Gary Gregory. 
    
  •        Add PMD check to default Maven goal. Thanks to Gary Gregory. 
    
  •        Add SevenZFile.Builder.setMaxMemoryLimitKiB(int). Thanks to Gary Gregory. 
    
  •        Add MemoryLimitException.MemoryLimitException(long, int, Throwable) and deprecate MemoryLimitException.MemoryLimitException(long, int, Exception). Thanks to Gary Gregory. 
    
  • COMPRESS-692: Add support for zstd compression in zip archives. Thanks to Mehmet Karaman, Andrey Loskutov, Gary Gregory.
  •        Add support for XZ compression in ZIP archives. Thanks to Gary Gregory. 
    
  • COMPRESS-695: Add ZipArchiveInputStream.createZstdInputStream(InputStream) to provide a different InputStream implementation for Zstandard (Zstd) #649. Thanks to Gary Gregory.
  •        Add org.apache.commons.compress.harmony.pack200.Pack200Exception.Pack200Exception(String, Throwable). Thanks to Gary Gregory. 
    
  • COMPRESS-697: Move BitStream.nextBit() method to BitInputStream #663. Thanks to Fredrik Kjellberg, Gary Gregory.
  •        Add org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream.builder/Builder(). Thanks to Gary Gregory. 
    
  •        Add org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream.builder/Builder(). Thanks to Gary Gregory. 
    
  •        Add org.apache.commons.compress.compressors.xz.XZCompressorInputStream.builder/Builder(). Thanks to Gary Gregory. 
    
  •        Add org.apache.commons.compress.compressors.xz.XZCompressorOutputStream.builder/Builder(). Thanks to Gary Gregory. 
    
  •        Add org.apache.commons.compress.compressors.xz.ZstdCompressorOutputStream.builder/Builder() [#666](https://github.com/apache/commons-compress/issues/666). Thanks to Gary Gregory, David Walluck, Piotr P. Karwasz. 
    
  •        Add org.apache.commons.compress.compressors.xz.ZstdConstants [#666](https://github.com/apache/commons-compress/issues/666). Thanks to Gary Gregory, David Walluck, Piotr P. Karwasz. 
    

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 20, 2025
kaladay added a commit that referenced this pull request Oct 29, 2025
Sync with aggies sprint 10.
@dependabot dependabot bot force-pushed the dependabot/maven/prod-deps-2d6250c55e branch from 32c3f19 to cef0b7a Compare November 3, 2025 19:08
@dependabot dependabot bot force-pushed the dependabot/maven/prod-deps-2d6250c55e branch from cef0b7a to 27e4526 Compare December 1, 2025 21:44
Bumps the prod-deps group with 3 updates in the / directory: [org.folio:folio-spring-base](https://github.com/folio-org/folio-spring-support), [org.folio:folio-spring-cql](https://github.com/folio-org/folio-spring-support) and [org.apache.commons:commons-compress](https://github.com/apache/commons-compress).


Updates `org.folio:folio-spring-base` from 8.3.0-SNAPSHOT to 9.1.0
- [Release notes](https://github.com/folio-org/folio-spring-support/releases)
- [Changelog](https://github.com/folio-org/folio-spring-support/blob/v9.1.0/NEWS.md)
- [Commits](https://github.com/folio-org/folio-spring-support/commits/v9.1.0)

Updates `org.folio:folio-spring-cql` from 8.3.0-SNAPSHOT to 9.1.0
- [Release notes](https://github.com/folio-org/folio-spring-support/releases)
- [Changelog](https://github.com/folio-org/folio-spring-support/blob/v9.1.0/NEWS.md)
- [Commits](https://github.com/folio-org/folio-spring-support/commits/v9.1.0)

Updates `org.folio:folio-spring-cql` from 8.3.0-SNAPSHOT to 9.1.0
- [Release notes](https://github.com/folio-org/folio-spring-support/releases)
- [Changelog](https://github.com/folio-org/folio-spring-support/blob/v9.1.0/NEWS.md)
- [Commits](https://github.com/folio-org/folio-spring-support/commits/v9.1.0)

Updates `org.apache.commons:commons-compress` from 1.26.2 to 1.28.0
- [Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-compress@rel/commons-compress-1.26.2...rel/commons-compress-1.28.0)

---
updated-dependencies:
- dependency-name: org.folio:folio-spring-base
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: org.folio:folio-spring-cql
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: org.folio:folio-spring-cql
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: org.apache.commons:commons-compress
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/prod-deps-2d6250c55e branch from 27e4526 to 709d482 Compare December 8, 2025 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant