Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2025

Bumps nessie from 0.104.2 to 0.104.3.
Updates org.projectnessie.nessie:nessie-client from 0.104.2 to 0.104.3

Release notes

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

Nessie 0.104.3

Try it

The attached nessie-quarkus-0.104.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.104.3/nessie-quarkus-0.104.3-runner.jar
java -jar nessie-quarkus-0.104.3-runner.jar

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

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

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

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

Changes

  • JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch all rows when a SELECT statement is executed. This is changed to default to a fetch-size of 100 rows. To revert to the old behavior, set the corresponding configuration option to 0 (not recommended). A corresponding, new command line option for Nessie GC has been introduced as well.

Full Changelog (minus renovate commits):

  • Switch Keycloak container to standard token exchange (#10963)
  • Respect idea.active in addition to idea.sync.active (#10980)
Changelog

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

Nessie Changelog

The Nessie changelog is used to give users and contributors more information than just the list of commits. Entries are grouped in sections like Highlights or Upgrade notes, the provided sections can be adjusted as necessary. Empty sections will not end in the release notes.

[Unreleased]

Highlights

Upgrade notes

Breaking changes

New Features

Changes

Deprecations

Fixes

Commits

Commits
  • 5529cf5 [release] release nessie-0.104.3
  • e33d05e fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-te...
  • 76b9792 chore(deps): update registry.access.redhat.com/ubi9/openjdk-21-runtime docker...
  • c66bf40 chore(deps): update docker.io/nagyesta/lowkey-vault docker tag to v3.3.8 (#11...
  • 363452d fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-cl...
  • ee2ae86 fix(deps): update dependency com.google.googlejavaformat:google-java-format t...
  • 5f28fb8 fix(deps): update errorprone to v2.40.0 (#11032)
  • 1c08309 fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to ...
  • 5c9c891 fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.1.0 (#11030)
  • 7b78272 fix(deps): update quarkus platform and group to v3.24.3 (#10977)
  • Additional commits viewable in compare view

Updates org.projectnessie.nessie:nessie-jaxrs-testextension from 0.104.2 to 0.104.3

Release notes

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

Nessie 0.104.3

Try it

The attached nessie-quarkus-0.104.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.104.3/nessie-quarkus-0.104.3-runner.jar
java -jar nessie-quarkus-0.104.3-runner.jar

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

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

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

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

Changes

  • JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch all rows when a SELECT statement is executed. This is changed to default to a fetch-size of 100 rows. To revert to the old behavior, set the corresponding configuration option to 0 (not recommended). A corresponding, new command line option for Nessie GC has been introduced as well.

Full Changelog (minus renovate commits):

  • Switch Keycloak container to standard token exchange (#10963)
  • Respect idea.active in addition to idea.sync.active (#10980)
Changelog

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

Nessie Changelog

The Nessie changelog is used to give users and contributors more information than just the list of commits. Entries are grouped in sections like Highlights or Upgrade notes, the provided sections can be adjusted as necessary. Empty sections will not end in the release notes.

[Unreleased]

Highlights

Upgrade notes

Breaking changes

New Features

Changes

Deprecations

Fixes

Commits

Commits
  • 5529cf5 [release] release nessie-0.104.3
  • e33d05e fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-te...
  • 76b9792 chore(deps): update registry.access.redhat.com/ubi9/openjdk-21-runtime docker...
  • c66bf40 chore(deps): update docker.io/nagyesta/lowkey-vault docker tag to v3.3.8 (#11...
  • 363452d fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-cl...
  • ee2ae86 fix(deps): update dependency com.google.googlejavaformat:google-java-format t...
  • 5f28fb8 fix(deps): update errorprone to v2.40.0 (#11032)
  • 1c08309 fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to ...
  • 5c9c891 fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.1.0 (#11030)
  • 7b78272 fix(deps): update quarkus platform and group to v3.24.3 (#10977)
  • Additional commits viewable in compare view

Updates org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests from 0.104.2 to 0.104.3

Release notes

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

Nessie 0.104.3

Try it

The attached nessie-quarkus-0.104.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.104.3/nessie-quarkus-0.104.3-runner.jar
java -jar nessie-quarkus-0.104.3-runner.jar

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

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

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

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

Changes

  • JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch all rows when a SELECT statement is executed. This is changed to default to a fetch-size of 100 rows. To revert to the old behavior, set the corresponding configuration option to 0 (not recommended). A corresponding, new command line option for Nessie GC has been introduced as well.

Full Changelog (minus renovate commits):

  • Switch Keycloak container to standard token exchange (#10963)
  • Respect idea.active in addition to idea.sync.active (#10980)
Changelog

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

Nessie Changelog

The Nessie changelog is used to give users and contributors more information than just the list of commits. Entries are grouped in sections like Highlights or Upgrade notes, the provided sections can be adjusted as necessary. Empty sections will not end in the release notes.

[Unreleased]

Highlights

Upgrade notes

Breaking changes

New Features

Changes

Deprecations

Fixes

Commits

Commits
  • 5529cf5 [release] release nessie-0.104.3
  • e33d05e fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-te...
  • 76b9792 chore(deps): update registry.access.redhat.com/ubi9/openjdk-21-runtime docker...
  • c66bf40 chore(deps): update docker.io/nagyesta/lowkey-vault docker tag to v3.3.8 (#11...
  • 363452d fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-cl...
  • ee2ae86 fix(deps): update dependency com.google.googlejavaformat:google-java-format t...
  • 5f28fb8 fix(deps): update errorprone to v2.40.0 (#11032)
  • 1c08309 fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to ...
  • 5c9c891 fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.1.0 (#11030)
  • 7b78272 fix(deps): update quarkus platform and group to v3.24.3 (#10977)
  • Additional commits viewable in compare view

Updates org.projectnessie.nessie:nessie-versioned-storage-testextension from 0.104.2 to 0.104.3

Release notes

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

Nessie 0.104.3

Try it

The attached nessie-quarkus-0.104.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.104.3/nessie-quarkus-0.104.3-runner.jar
java -jar nessie-quarkus-0.104.3-runner.jar

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

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

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

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

Changes

  • JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch all rows when a SELECT statement is executed. This is changed to default to a fetch-size of 100 rows. To revert to the old behavior, set the corresponding configuration option to 0 (not recommended). A corresponding, new command line option for Nessie GC has been introduced as well.

Full Changelog (minus renovate commits):

  • Switch Keycloak container to standard token exchange (#10963)
  • Respect idea.active in addition to idea.sync.active (#10980)
Changelog

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

Nessie Changelog

The Nessie changelog is used to give users and contributors more information than just the list of commits. Entries are grouped in sections like Highlights or Upgrade notes, the provided sections can be adjusted as necessary. Empty sections will not end in the release notes.

[Unreleased]

Highlights

Upgrade notes

Breaking changes

New Features

Changes

Deprecations

Fixes

Commits

Commits
  • 5529cf5 [release] release nessie-0.104.3
  • e33d05e fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-te...
  • 76b9792 chore(deps): update registry.access.redhat.com/ubi9/openjdk-21-runtime docker...
  • c66bf40 chore(deps): update docker.io/nagyesta/lowkey-vault docker tag to v3.3.8 (#11...
  • 363452d fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-cl...
  • ee2ae86 fix(deps): update dependency com.google.googlejavaformat:google-java-format t...
  • 5f28fb8 fix(deps): update errorprone to v2.40.0 (#11032)
  • 1c08309 fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to ...
  • 5c9c891 fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.1.0 (#11030)
  • 7b78272 fix(deps): update quarkus platform and group to v3.24.3 (#10977)
  • Additional commits viewable in compare view

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 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.104.2 to 0.104.3.

Updates `org.projectnessie.nessie:nessie-client` from 0.104.2 to 0.104.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.2...nessie-0.104.3)

Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.104.2 to 0.104.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.2...nessie-0.104.3)

Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.104.2 to 0.104.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.2...nessie-0.104.3)

Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.104.2 to 0.104.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.2...nessie-0.104.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 13, 2025
@nastra nastra merged commit 7c47931 into main Jul 14, 2025
42 checks passed
@nastra nastra deleted the dependabot/gradle/nessie-0.104.3 branch July 14, 2025 07:19
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