Skip to content

chore: bump org.projectnessie.nessie:nessie-nessie-testcontainer from 0.104.1 to 0.108.3 - #56

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

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

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

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

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

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

Full Changelog (minus renovate commits):

  • Make nessie-protobuf-relocated produce a "proper" runtime-elements (#12735)
  • GC: handle Iceberg files outside the table's declared location (#12765)
  • Remove usage of project.extra for Gradle config-cache (#12785)
  • Make git-info injection into built jars config-cache compatible (#12786)
  • Jackson 3 slice - CEL usages (#12760)
  • Jackson 3 slice - object-storage-mock (#12759)
  • Jackson 3 slice - versioned/spi (#12776)
  • Jackson 3 slice - tasks/service (#12775)
  • Jackson 3 slice - servers/quarkus-authn + authz (#12774)
  • Jackson 3 slice - catalog/format/iceberg* - prefer Jackson 3 (#12773)
  • Jackson 3 slice - servers/runtime-common (#12772)
  • Jackson 3 slice - servers/services-bench + servers/store (#12771)
  • test: replace azurite and fake gcs helpers with floci (#12770)
  • Jackson 3 slice - some more migrations (#12777)

... (truncated)

Changelog

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

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

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

... (truncated)

Commits
  • b715f43 [release] release nessie-0.108.3
  • 76eaedb Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.6.1 (#12791)
  • 76e8681 Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v577 (#1...
  • 9d2dd7d Make nessie-protobuf-relocated produce a "proper" runtime-elements (#12735)
  • 14aa9fb Update docker.io/grafana/grafana Docker tag to v13.1.1 (#12788)
  • fce0f9a Update docker.io/redocly/cli Docker tag to v2.40.0 (#12789)
  • 578748d GC: handle Iceberg files outside the table's declared location (#12765)
  • 36283dc Remove usage of project.extra for Gradle config-cache (#12785)
  • db31b9b Make git-info injection into built jars config-cache compatible (#12786)
  • 52cf66f Update actions/checkout action to v7.0.1 (#12787)
  • Additional commits viewable in compare view

@github-actions

Copy link
Copy Markdown

Test Results

passed 227 passed
skipped 2 skipped

Details

tests 229 tests
clock not captured
tool gradle
build Build & Test arrow-right gradle link #218
pull-request chore: bump org.projectnessie.nessie:nessie-nessie-testcontainer from 0.104.1 to 0.108.3 link #56

Skipped Tests

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

gradle: Run #218

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

🎉 All tests passed!

🎉 No failed tests in this run.

Github Test Reporter by CTRF 💚

Bumps [org.projectnessie.nessie:nessie-nessie-testcontainer](https://github.com/projectnessie/nessie) from 0.104.1 to 0.108.3.
- [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.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/org.projectnessie.nessie-nessie-nessie-testcontainer-0.108.3 branch from 0814a08 to 746b5f6 Compare July 28, 2026 01:27
@github-actions

Copy link
Copy Markdown

Test Results

passed 118 passed
skipped 2 skipped

Details

tests 120 tests
clock not captured
tool gradle
build Build & Test arrow-right gradle link #221
pull-request chore: bump org.projectnessie.nessie:nessie-nessie-testcontainer from 0.104.1 to 0.108.3 link #56

Skipped Tests

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

gradle: Run #221

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

🎉 All tests passed!

🎉 No failed tests in this run.

Github Test Reporter by CTRF 💚

@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #67.

@dependabot dependabot Bot closed this Aug 17, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/org.projectnessie.nessie-nessie-nessie-testcontainer-0.108.3 branch August 17, 2026 01:11
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