Skip to content

Build: Bump nessie from 0.107.1 to 0.107.2#15323

Merged
huaxingao merged 1 commit intomainfrom
dependabot/gradle/nessie-0.107.2
Feb 15, 2026
Merged

Build: Bump nessie from 0.107.1 to 0.107.2#15323
huaxingao merged 1 commit intomainfrom
dependabot/gradle/nessie-0.107.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2026

Bumps nessie from 0.107.1 to 0.107.2.
Updates org.projectnessie.nessie:nessie-client from 0.107.1 to 0.107.2

Release notes

Sourced from org.projectnessie.nessie:nessie-client's releases.

Nessie 0.107.2

Try it

The attached nessie-quarkus-0.107.2-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):

wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.2/nessie-quarkus-0.107.2-runner.jar
java -jar nessie-quarkus-0.107.2-runner.jar

Nessie CLI is attached as nessie-cli-0.107.2.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.107.2.

Nessie GC tool is attached as nessie-gc-0.107.2.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.107.2 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.107.2-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.107.2 --help.

The attached nessie-helm-0.107.2.tgz is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.

Changelog

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure quarkus.google.cloud.secret-manager-enabled=true.

Full Changelog (minus renovate commits):

  • Update to Quarkus 3.31 (#11995)
  • Fix a few errors for errorprone 2.47.0 (#12038)
  • Tackle a JUnit deprecation (#12037)
  • Quarkus 3.31/Google Secrets Manager: disable by default (#12029)
  • Azurite testcontainer: use --skipApiVersionCheck (#12021)
Changelog

Sourced from org.projectnessie.nessie:nessie-client's changelog.

[0.107.2] Release (2026-02-09)

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure quarkus.google.cloud.secret-manager-enabled=true.

[0.107.0] Release (2026-01-28)

Upgrade notes

  • Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie versions. This follows Iceberg's recent change to drop support for Java 11.

Fixes

  • Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.

[0.106.0] Release (2025-12-05)

Fixes

  • Catalog/S3: Add a per-bucket configuration option chunked-encoding-enabled (defaults to true) so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading Nessie. Fixes #11441.

[0.105.7] Release (2025-11-06)

Fixes

  • Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.

[0.105.6] Release (2025-10-24)

Fixes

  • Fixes an issue where Iceberg batch deletions did not work with Nessie remote S3 signing.

[0.105.3] Release (2025-09-24)

Fixes

  • Iceberg REST: adapt the deprecation of lastColumnId in AddSchema table metadata update, fiel field is optional now

[0.105.2] Release (2025-09-19)

Highlights

  • Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).

... (truncated)

Commits

Updates org.projectnessie.nessie:nessie-jaxrs-testextension from 0.107.1 to 0.107.2

Release notes

Sourced from org.projectnessie.nessie:nessie-jaxrs-testextension's releases.

Nessie 0.107.2

Try it

The attached nessie-quarkus-0.107.2-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):

wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.2/nessie-quarkus-0.107.2-runner.jar
java -jar nessie-quarkus-0.107.2-runner.jar

Nessie CLI is attached as nessie-cli-0.107.2.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.107.2.

Nessie GC tool is attached as nessie-gc-0.107.2.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.107.2 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.107.2-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.107.2 --help.

The attached nessie-helm-0.107.2.tgz is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.

Changelog

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure quarkus.google.cloud.secret-manager-enabled=true.

Full Changelog (minus renovate commits):

  • Update to Quarkus 3.31 (#11995)
  • Fix a few errors for errorprone 2.47.0 (#12038)
  • Tackle a JUnit deprecation (#12037)
  • Quarkus 3.31/Google Secrets Manager: disable by default (#12029)
  • Azurite testcontainer: use --skipApiVersionCheck (#12021)
Changelog

Sourced from org.projectnessie.nessie:nessie-jaxrs-testextension's changelog.

[0.107.2] Release (2026-02-09)

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure quarkus.google.cloud.secret-manager-enabled=true.

[0.107.0] Release (2026-01-28)

Upgrade notes

  • Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie versions. This follows Iceberg's recent change to drop support for Java 11.

Fixes

  • Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.

[0.106.0] Release (2025-12-05)

Fixes

  • Catalog/S3: Add a per-bucket configuration option chunked-encoding-enabled (defaults to true) so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading Nessie. Fixes #11441.

[0.105.7] Release (2025-11-06)

Fixes

  • Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.

[0.105.6] Release (2025-10-24)

Fixes

  • Fixes an issue where Iceberg batch deletions did not work with Nessie remote S3 signing.

[0.105.3] Release (2025-09-24)

Fixes

  • Iceberg REST: adapt the deprecation of lastColumnId in AddSchema table metadata update, fiel field is optional now

[0.105.2] Release (2025-09-19)

Highlights

  • Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).

... (truncated)

Commits

Updates org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests from 0.107.1 to 0.107.2

Release notes

Sourced from org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests's releases.

Nessie 0.107.2

Try it

The attached nessie-quarkus-0.107.2-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):

wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.2/nessie-quarkus-0.107.2-runner.jar
java -jar nessie-quarkus-0.107.2-runner.jar

Nessie CLI is attached as nessie-cli-0.107.2.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.107.2.

Nessie GC tool is attached as nessie-gc-0.107.2.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.107.2 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.107.2-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.107.2 --help.

The attached nessie-helm-0.107.2.tgz is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.

Changelog

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure quarkus.google.cloud.secret-manager-enabled=true.

Full Changelog (minus renovate commits):

  • Update to Quarkus 3.31 (#11995)
  • Fix a few errors for errorprone 2.47.0 (#12038)
  • Tackle a JUnit deprecation (#12037)
  • Quarkus 3.31/Google Secrets Manager: disable by default (#12029)
  • Azurite testcontainer: use --skipApiVersionCheck (#12021)
Changelog

Sourced from org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests's changelog.

[0.107.2] Release (2026-02-09)

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure quarkus.google.cloud.secret-manager-enabled=true.

[0.107.0] Release (2026-01-28)

Upgrade notes

  • Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie versions. This follows Iceberg's recent change to drop support for Java 11.

Fixes

  • Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.

[0.106.0] Release (2025-12-05)

Fixes

  • Catalog/S3: Add a per-bucket configuration option chunked-encoding-enabled (defaults to true) so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading Nessie. Fixes #11441.

[0.105.7] Release (2025-11-06)

Fixes

  • Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.

[0.105.6] Release (2025-10-24)

Fixes

  • Fixes an issue where Iceberg batch deletions did not work with Nessie remote S3 signing.

[0.105.3] Release (2025-09-24)

Fixes

  • Iceberg REST: adapt the deprecation of lastColumnId in AddSchema table metadata update, fiel field is optional now

[0.105.2] Release (2025-09-19)

Highlights

  • Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).

... (truncated)

Commits

Updates org.projectnessie.nessie:nessie-versioned-storage-testextension from 0.107.1 to 0.107.2

Release notes

Sourced from org.projectnessie.nessie:nessie-versioned-storage-testextension's releases.

Nessie 0.107.2

Try it

The attached nessie-quarkus-0.107.2-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):

wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.2/nessie-quarkus-0.107.2-runner.jar
java -jar nessie-quarkus-0.107.2-runner.jar

Nessie CLI is attached as nessie-cli-0.107.2.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.107.2.

Nessie GC tool is attached as nessie-gc-0.107.2.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.107.2 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.107.2-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.107.2 --help.

The attached nessie-helm-0.107.2.tgz is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.

Changelog

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure quarkus.google.cloud.secret-manager-enabled=true.

Full Changelog (minus renovate commits):

  • Update to Quarkus 3.31 (#11995)
  • Fix a few errors for errorprone 2.47.0 (#12038)
  • Tackle a JUnit deprecation (#12037)
  • Quarkus 3.31/Google Secrets Manager: disable by default (#12029)
  • Azurite testcontainer: use --skipApiVersionCheck (#12021)
Changelog

Sourced from org.projectnessie.nessie:nessie-versioned-storage-testextension's changelog.

[0.107.2] Release (2026-02-09)

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure quarkus.google.cloud.secret-manager-enabled=true.

[0.107.0] Release (2026-01-28)

Upgrade notes

  • Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie versions. This follows Iceberg's recent change to drop support for Java 11.

Fixes

  • Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.

[0.106.0] Release (2025-12-05)

Fixes

  • Catalog/S3: Add a per-bucket configuration option chunked-encoding-enabled (defaults to true) so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading Nessie. Fixes #11441.

[0.105.7] Release (2025-11-06)

Fixes

  • Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.

[0.105.6] Release (2025-10-24)

Fixes

  • Fixes an issue where Iceberg batch deletions did not work with Nessie remote S3 signing.

[0.105.3] Release (2025-09-24)

Fixes

  • Iceberg REST: adapt the deprecation of lastColumnId in AddSchema table metadata update, fiel field is optional now

[0.105.2] Release (2025-09-19)

Highlights

  • Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `nessie` from 0.107.1 to 0.107.2.

Updates `org.projectnessie.nessie:nessie-client` from 0.107.1 to 0.107.2
- [Release notes](https://github.com/projectnessie/nessie/releases)
- [Changelog](https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md)
- [Commits](projectnessie/nessie@nessie-0.107.1...nessie-0.107.2)

Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.107.1 to 0.107.2
- [Release notes](https://github.com/projectnessie/nessie/releases)
- [Changelog](https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md)
- [Commits](projectnessie/nessie@nessie-0.107.1...nessie-0.107.2)

Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.107.1 to 0.107.2
- [Release notes](https://github.com/projectnessie/nessie/releases)
- [Changelog](https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md)
- [Commits](projectnessie/nessie@nessie-0.107.1...nessie-0.107.2)

Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.107.1 to 0.107.2
- [Release notes](https://github.com/projectnessie/nessie/releases)
- [Changelog](https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md)
- [Commits](projectnessie/nessie@nessie-0.107.1...nessie-0.107.2)

---
updated-dependencies:
- dependency-name: org.projectnessie.nessie:nessie-client
  dependency-version: 0.107.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.projectnessie.nessie:nessie-jaxrs-testextension
  dependency-version: 0.107.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests
  dependency-version: 0.107.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.projectnessie.nessie:nessie-versioned-storage-testextension
  dependency-version: 0.107.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 15, 2026
@huaxingao huaxingao merged commit cd6814e into main Feb 15, 2026
37 of 38 checks passed
@huaxingao huaxingao deleted the dependabot/gradle/nessie-0.107.2 branch February 15, 2026 19:29
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.

2 participants