Skip to content

Build: Bump nessie from 0.104.1 to 0.104.2 #13314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 15, 2025

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

Release notes

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

Nessie 0.104.2

Try it

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

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

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

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

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

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

  • JDBC: Let JDBC fetch-size default to 100 (#10933)
  • Testing/object-storage-mock: fix content-length for HTTP range requests (#10932)
  • Fix error messages in AssertRefSnapshotId (#10860)
  • feat(build): make archive builds reproducible (#10858)
  • Java11-client: don't share the FJP, shutdown (if possible) (#10835)
  • Add public workaround to some tests (#10836)
  • Handle Iceberg NestedField.of() deprecation (#10829)
  • Object-storage-mock: add start/stop log messages (#10832)
  • Move secrets-manager QuarkusTests to src/test/ (#10839)
  • Testing: give Quarkus 4g (#10837)
  • Update AddressResolver, prepare for Vertx 5 (#10838)
  • QUarkus: RestAssured may sometimes have the wrong port (#10840)
  • Multi-env-test-engine cosmetics (#10828)
  • Disable ITOAuth2ClientAuthelia.testOAuth2AuthorizationCode() (#10830)
Changelog

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

[0.104.2] Release (2025-06-12)

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.

[0.103.6] Release (2025-05-01)

Changes

  • OpenAPI specs are no longer published to swaggerhub.

[0.103.5] Release (2025-04-26)

New Features

  • Add PDB support to helm chart

[0.103.4] Release (2025-04-24)

Changes

  • Change default of nessie.version.store.persist.cache-enable-soft-references to false

[0.103.3] Release (2025-04-08)

New Features

  • Introduces a hard objects-cache capacity limit to ensure that the cache does never consume more than the configured cache-capacity plus a configurable "overshoot" (defaults to 10%). New cache entries are admitted as long as the current cache size is less than the "cache-capacity + overshoot".

Changes

  • Nessie's REST API endpoints now accept "truncated timestamps" in relative-commit-specs, aka without the second-fraction.

[0.103.2] Release (2025-03-21)

New Features

  • Catalog/S3/request-signing: Add a per-S3-bucket config option url-signing-expire to override the default 3-hour lifetime of S3-URL-signing URLs.

[0.103.1] Release (2025-03-18)

Highlights

... (truncated)

Commits
  • cb1729f [release] release nessie-0.104.2
  • 5ec5937 JDBC: Let JDBC fetch-size default to 100 (#10933)
  • 822c1d6 fix(deps): update dependency org.glassfish.jersey:jersey-bom to v3.1.10 (#10904)
  • 8e479b3 Testing/object-storage-mock: fix content-length for HTTP range requests (#10932)
  • 19fdcab fix(deps): update dependency org.junit:junit-bom to v5.13.1 (#10900)
  • 73effc9 fix(deps): update googlecloudbigdataoss to v3.1.3 (#10911)
  • 71e3751 fix(deps): update quarkus platform and group to v3.23.3 (#10901)
  • 22ca4b3 chore(config): migrate renovate config (#10931)
  • 2670297 chore(deps): update docker.io/jaegertracing/all-in-one docker tag to v1.70.0 ...
  • 0165bca chore(deps): update plugin smallrye-openapi to v4.1.1 (#10924)
  • Additional commits viewable in compare view

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

Release notes

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

Nessie 0.104.2

Try it

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

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

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

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

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

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

  • JDBC: Let JDBC fetch-size default to 100 (#10933)
  • Testing/object-storage-mock: fix content-length for HTTP range requests (#10932)
  • Fix error messages in AssertRefSnapshotId (#10860)
  • feat(build): make archive builds reproducible (#10858)
  • Java11-client: don't share the FJP, shutdown (if possible) (#10835)
  • Add public workaround to some tests (#10836)
  • Handle Iceberg NestedField.of() deprecation (#10829)
  • Object-storage-mock: add start/stop log messages (#10832)
  • Move secrets-manager QuarkusTests to src/test/ (#10839)
  • Testing: give Quarkus 4g (#10837)
  • Update AddressResolver, prepare for Vertx 5 (#10838)
  • QUarkus: RestAssured may sometimes have the wrong port (#10840)
  • Multi-env-test-engine cosmetics (#10828)
  • Disable ITOAuth2ClientAuthelia.testOAuth2AuthorizationCode() (#10830)
Changelog

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

[0.104.2] Release (2025-06-12)

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.

[0.103.6] Release (2025-05-01)

Changes

  • OpenAPI specs are no longer published to swaggerhub.

[0.103.5] Release (2025-04-26)

New Features

  • Add PDB support to helm chart

[0.103.4] Release (2025-04-24)

Changes

  • Change default of nessie.version.store.persist.cache-enable-soft-references to false

[0.103.3] Release (2025-04-08)

New Features

  • Introduces a hard objects-cache capacity limit to ensure that the cache does never consume more than the configured cache-capacity plus a configurable "overshoot" (defaults to 10%). New cache entries are admitted as long as the current cache size is less than the "cache-capacity + overshoot".

Changes

  • Nessie's REST API endpoints now accept "truncated timestamps" in relative-commit-specs, aka without the second-fraction.

[0.103.2] Release (2025-03-21)

New Features

  • Catalog/S3/request-signing: Add a per-S3-bucket config option url-signing-expire to override the default 3-hour lifetime of S3-URL-signing URLs.

[0.103.1] Release (2025-03-18)

Highlights

... (truncated)

Commits
  • cb1729f [release] release nessie-0.104.2
  • 5ec5937 JDBC: Let JDBC fetch-size default to 100 (#10933)
  • 822c1d6 fix(deps): update dependency org.glassfish.jersey:jersey-bom to v3.1.10 (#10904)
  • 8e479b3 Testing/object-storage-mock: fix content-length for HTTP range requests (#10932)
  • 19fdcab fix(deps): update dependency org.junit:junit-bom to v5.13.1 (#10900)
  • 73effc9 fix(deps): update googlecloudbigdataoss to v3.1.3 (#10911)
  • 71e3751 fix(deps): update quarkus platform and group to v3.23.3 (#10901)
  • 22ca4b3 chore(config): migrate renovate config (#10931)
  • 2670297 chore(deps): update docker.io/jaegertracing/all-in-one docker tag to v1.70.0 ...
  • 0165bca chore(deps): update plugin smallrye-openapi to v4.1.1 (#10924)
  • Additional commits viewable in compare view

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

Release notes

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

Nessie 0.104.2

Try it

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

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

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

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

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

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

  • JDBC: Let JDBC fetch-size default to 100 (#10933)
  • Testing/object-storage-mock: fix content-length for HTTP range requests (#10932)
  • Fix error messages in AssertRefSnapshotId (#10860)
  • feat(build): make archive builds reproducible (#10858)
  • Java11-client: don't share the FJP, shutdown (if possible) (#10835)
  • Add public workaround to some tests (#10836)
  • Handle Iceberg NestedField.of() deprecation (#10829)
  • Object-storage-mock: add start/stop log messages (#10832)
  • Move secrets-manager QuarkusTests to src/test/ (#10839)
  • Testing: give Quarkus 4g (#10837)
  • Update AddressResolver, prepare for Vertx 5 (#10838)
  • QUarkus: RestAssured may sometimes have the wrong port (#10840)
  • Multi-env-test-engine cosmetics (#10828)
  • Disable ITOAuth2ClientAuthelia.testOAuth2AuthorizationCode() (#10830)
Changelog

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

[0.104.2] Release (2025-06-12)

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.

[0.103.6] Release (2025-05-01)

Changes

  • OpenAPI specs are no longer published to swaggerhub.

[0.103.5] Release (2025-04-26)

New Features

  • Add PDB support to helm chart

[0.103.4] Release (2025-04-24)

Changes

  • Change default of nessie.version.store.persist.cache-enable-soft-references to false

[0.103.3] Release (2025-04-08)

New Features

  • Introduces a hard objects-cache capacity limit to ensure that the cache does never consume more than the configured cache-capacity plus a configurable "overshoot" (defaults to 10%). New cache entries are admitted as long as the current cache size is less than the "cache-capacity + overshoot".

Changes

  • Nessie's REST API endpoints now accept "truncated timestamps" in relative-commit-specs, aka without the second-fraction.

[0.103.2] Release (2025-03-21)

New Features

  • Catalog/S3/request-signing: Add a per-S3-bucket config option url-signing-expire to override the default 3-hour lifetime of S3-URL-signing URLs.

[0.103.1] Release (2025-03-18)

Highlights

... (truncated)

Commits
  • cb1729f [release] release nessie-0.104.2
  • 5ec5937 JDBC: Let JDBC fetch-size default to 100 (#10933)
  • 822c1d6 fix(deps): update dependency org.glassfish.jersey:jersey-bom to v3.1.10 (#10904)
  • 8e479b3 Testing/object-storage-mock: fix content-length for HTTP range requests (#10932)
  • 19fdcab fix(deps): update dependency org.junit:junit-bom to v5.13.1 (#10900)
  • 73effc9 fix(deps): update googlecloudbigdataoss to v3.1.3 (#10911)
  • 71e3751 fix(deps): update quarkus platform and group to v3.23.3 (#10901)
  • 22ca4b3 chore(config): migrate renovate config (#10931)
  • 2670297 chore(deps): update docker.io/jaegertracing/all-in-one docker tag to v1.70.0 ...
  • 0165bca chore(deps): update plugin smallrye-openapi to v4.1.1 (#10924)
  • Additional commits viewable in compare view

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

Release notes

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

Nessie 0.104.2

Try it

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

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

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

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

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

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

  • JDBC: Let JDBC fetch-size default to 100 (#10933)
  • Testing/object-storage-mock: fix content-length for HTTP range requests (#10932)
  • Fix error messages in AssertRefSnapshotId (#10860)
  • feat(build): make archive builds reproducible (#10858)
  • Java11-client: don't share the FJP, shutdown (if possible) (#10835)
  • Add public workaround to some tests (#10836)
  • Handle Iceberg NestedField.of() deprecation (#10829)
  • Object-storage-mock: add start/stop log messages (#10832)
  • Move secrets-manager QuarkusTests to src/test/ (#10839)
  • Testing: give Quarkus 4g (#10837)
  • Update AddressResolver, prepare for Vertx 5 (#10838)
  • QUarkus: RestAssured may sometimes have the wrong port (#10840)
  • Multi-env-test-engine cosmetics (#10828)
  • Disable ITOAuth2ClientAuthelia.testOAuth2AuthorizationCode() (#10830)
Changelog

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

[0.104.2] Release (2025-06-12)

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.

[0.103.6] Release (2025-05-01)

Changes

  • OpenAPI specs are no longer published to swaggerhub.

[0.103.5] Release (2025-04-26)

New Features

  • Add PDB support to helm chart

[0.103.4] Release (2025-04-24)

Changes

  • Change default of nessie.version.store.persist.cache-enable-soft-references to false

[0.103.3] Release (2025-04-08)

New Features

  • Introduces a hard objects-cache capacity limit to ensure that the cache does never consume more than the configured cache-capacity plus a configurable "overshoot" (defaults to 10%). New cache entries are admitted as long as the current cache size is less than the "cache-capacity + overshoot".

Changes

  • Nessie's REST API endpoints now accept "truncated timestamps" in relative-commit-specs, aka without the second-fraction.

[0.103.2] Release (2025-03-21)

New Features

  • Catalog/S3/request-signing: Add a per-S3-bucket config option url-signing-expire to override the default 3-hour lifetime of S3-URL-signing URLs.

[0.103.1] Release (2025-03-18)

Highlights

... (truncated)

Commits
  • cb1729f [release] release nessie-0.104.2
  • 5ec5937 JDBC: Let JDBC fetch-size default to 100 (#10933)
  • 822c1d6 fix(deps): update dependency org.glassfish.jersey:jersey-bom to v3.1.10 (#10904)
  • 8e479b3 Testing/object-storage-mock: fix content-length for HTTP range requests (#10932)
  • 19fdcab fix(deps): update dependency org.junit:junit-bom to v5.13.1 (#10900)
  • 73effc9 fix(deps): update googlecloudbigdataoss to v3.1.3 (#10911)
  • 71e3751 fix(deps): update quarkus platform and group to v3.23.3 (#10901)
  • 22ca4b3 chore(config): migrate renovate config (#10931)
  • 2670297 chore(deps): update docker.io/jaegertracing/all-in-one docker tag to v1.70.0 ...
  • 0165bca chore(deps): update plugin smallrye-openapi to v4.1.1 (#10924)
  • 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.1 to 0.104.2.

Updates `org.projectnessie.nessie:nessie-client` from 0.104.1 to 0.104.2
- [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.104.2)

Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.104.1 to 0.104.2
- [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.104.2)

Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.104.1 to 0.104.2
- [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.104.2)

Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.104.1 to 0.104.2
- [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.104.2)

---
updated-dependencies:
- dependency-name: org.projectnessie.nessie:nessie-client
  dependency-version: 0.104.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.projectnessie.nessie:nessie-jaxrs-testextension
  dependency-version: 0.104.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests
  dependency-version: 0.104.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.projectnessie.nessie:nessie-versioned-storage-testextension
  dependency-version: 0.104.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 Jun 15, 2025
@manuzhang
Copy link
Collaborator

It looks nessie 0.104.2 requires at least jdk17 to compile https://github.com/projectnessie/nessie/releases/tag/nessie-0.104.2. @snazy Can you please confirm?

@snazy
Copy link
Member

snazy commented Jun 16, 2025

The client still requires 11, tests likely 17 or 21

@manuzhang
Copy link
Collaborator

manuzhang commented Jun 18, 2025

Then we are stuck at nessie 0.104.1 until JDK 11 support is dropped.

@snazy
Copy link
Member

snazy commented Jun 18, 2025

Then we are stuck at nessie 0.104.1 until JDK 11 support is dropped.

@manuzhang nothing has changed wrt Java requirements in Nessie for quite some releases. I suspect there's something else? Maybe check the dependencies?

@manuzhang
Copy link
Collaborator

manuzhang commented Jun 18, 2025

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