Skip to content

chore: bump org.projectnessie.nessie:nessie-nessie-testcontainer from 0.104.1 to 0.108.4 - #67

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/org.projectnessie.nessie-nessie-nessie-testcontainer-0.108.4
Open

chore: bump org.projectnessie.nessie:nessie-nessie-testcontainer from 0.104.1 to 0.108.4#67
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/org.projectnessie.nessie-nessie-nessie-testcontainer-0.108.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps org.projectnessie.nessie:nessie-nessie-testcontainer from 0.104.1 to 0.108.4.

Release notes

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

Nessie 0.108.4

Try it

The attached nessie-quarkus-0.108.4-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.108.4/nessie-quarkus-0.108.4-runner.jar
java -jar nessie-quarkus-0.108.4-runner.jar

Nessie CLI is attached as nessie-cli-0.108.4.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.108.4.

Nessie GC tool is attached as nessie-gc-0.108.4.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.108.4 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.108.4-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.108.4 --help.

The attached nessie-helm-0.108.4.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

Fixes

  • GC: Nessie GC was missing an explicit dependency to Apache HTTP client v4, which is required for Iceberg. The AWSSDK update to 2.46.0 in 0.107.9 changed the default to Apache client v5, so v4 was missing.

Full Changelog (minus renovate commits):

  • Ensure that both Apache HTTP Client v4 and v5 are present (#12822)

Nessie 0.108.3

Try it

The attached nessie-quarkus-0.108.3-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.108.3/nessie-quarkus-0.108.3-runner.jar
java -jar nessie-quarkus-0.108.3-runner.jar

... (truncated)

Changelog

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

[0.108.4] Release (2026-07-31)

Fixes

  • GC: Nessie GC was missing an explicit dependency to Apache HTTP client v4, which is required for Iceberg. The AWSSDK update to 2.46.0 in 0.107.9 changed the default to Apache client v5, so v4 was missing.

[0.108.3] Release (2026-07-23)

Fixes

  • GC: Nessie GC no longer fails with Path must be relative when Iceberg content references files that are not located under the location declared in the table's metadata, for example data files written via write.data.path or files kept from a previous table location (#10817). Such files are now tracked by their absolute URIs: they are recognized as live while sweeping the content's base locations and are never deleted when they are outside all base locations.

[0.107.6] Release (2026-05-27)

New Features

  • Helm chart: support for startupProbe has been added.

[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.

... (truncated)

Commits
  • 41d6986 [release] release nessie-0.108.4
  • 8c7c455 Update dependency com.google.cloud:libraries-bom to v26.86.0 (#12831)
  • 3017477 Update dependency com.google.googlejavaformat:google-java-format to v1.36.1 (...
  • 2d1dd01 Update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.10 (#12824)
  • 37c5358 Update dependency com.google.cloud:google-cloud-secretmanager-bom to v2.95.0 ...
  • 0a47d4b Update docker.io/prom/prometheus Docker tag to v3.13.2 (#12826)
  • 141f0a8 Update registry.access.redhat.com/ubi9/openjdk-21-runtime Docker tag to v1.24...
  • c7eb837 Update dependency com.google.cloud:google-cloud-storage-bom to v2.71.0 (#12830)
  • 22a775f Update docker.io/floci/floci Docker tag to v1.5.34 (#12825)
  • 168fd92 Update dependency com.google.cloud:google-cloud-bigtable-bom to v2.81.0 (#12828)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [org.projectnessie.nessie:nessie-nessie-testcontainer](https://github.com/projectnessie/nessie) from 0.104.1 to 0.108.4.
- [Release notes](https://github.com/projectnessie/nessie/releases)
- [Changelog](https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md)
- [Commits](projectnessie/nessie@nessie-0.104.1...nessie-0.108.4)

---
updated-dependencies:
- dependency-name: org.projectnessie.nessie:nessie-nessie-testcontainer
  dependency-version: 0.108.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions

Copy link
Copy Markdown

Test Results

passed 342 passed
skipped 2 skipped

Details

tests 344 tests
clock not captured
tool gradle
build Build & Test arrow-right gradle link #248
pull-request chore: bump org.projectnessie.nessie:nessie-nessie-testcontainer from 0.104.1 to 0.108.4 link #67

Skipped Tests

kasanari.catalog.paimon.KasanariPaimonCatalogTest: registerTable()
kasanari.catalog.paimon.KasanariPaimonCatalogTest: authTableQuery()

gradle: Run #248

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Pending ⏳ Other ❓ Flaky 🍂 Duration ⏱️
344 342 0 2 0 0 0 not captured

🎉 All tests passed!

🎉 No failed tests in this run.

Github Test Reporter by CTRF 💚

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants