dependabot[bot] opened a new pull request, #13314:
URL: https://github.com/apache/iceberg/pull/13314

   Bumps `nessie` from 0.104.1 to 0.104.2.
   Updates `org.projectnessie.nessie:nessie-client` from 0.104.1 to 0.104.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/projectnessie/nessie/releases";>org.projectnessie.nessie:nessie-client's
 releases</a>.</em></p>
   <blockquote>
   <h2>Nessie 0.104.2</h2>
   <ul>
   <li>133 commits since 0.104.1</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.2";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.2</a></li>
   <li>Docker images: <a 
href="https://github.com/projectnessie/nessie/pkgs/container/nessie";>https://github.com/projectnessie/nessie/pkgs/container/nessie</a>
 and <a 
href="https://quay.io/repository/projectnessie/nessie?tab=tags";>https://quay.io/repository/projectnessie/nessie?tab=tags</a>
   It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): 
<code>docker pull ghcr.io/projectnessie/nessie:0.104.2-java</code></li>
   <li>PyPI: <a 
href="https://pypi.org/project/pynessie/";>https://pypi.org/project/pynessie/</a>
 (See <a 
href="https://github.com/projectnessie/pynessie/releases";>pynessie</a>)</li>
   <li>Helm Chart repo: <a 
href="https://charts.projectnessie.org/";>https://charts.projectnessie.org/</a></li>
   </ul>
   <h2>Try it</h2>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-quarkus-0.104.2-runner.jar";><code>nessie-quarkus-0.104.2-runner.jar</code></a>
 is a standalone uber-jar file that runs on Java 17 or newer and it is also 
available via <a 
href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.104.2";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>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
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-cli-0.104.2.jar";><code>nessie-cli-0.104.2.jar</code></a>,
 which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI 
is also available as a Docker image: <code>docker run --rm -it 
ghcr.io/projectnessie/nessie-cli:0.104.2</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-gc-0.104.2.jar";><code>nessie-gc-0.104.2.jar</code></a>,
 which is a standalone uber-jar file that runs on Java 11 or newer. Shell 
completion can be generated from the tool, check its <code>help</code> command. 
Nessie GC tool is also available as a Docker image: <code>docker run --rm 
ghcr.io/projectnessie/nessie-gc:0.104.2 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-server-admin-tool-0.104.2-runner.jar";><code>nessie-server-admin-tool-0.104.2-runner.jar</code></a>,
 which is a standalone uber-jar file that runs on Java 17 or newer. Shell 
completion can be generated from the tool, check its <code>help</code> command. 
Nessie Server Admin tool is also available as a Docker image: <code>docker run 
--rm ghcr.io/projectnessie/nessie-server-admin:0.104.2 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-helm-0.104.2.tgz";><code>nessie-helm-0.104.2.tgz</code></a>
 is a packaged Helm chart, which can be downloaded and installed via Helm. 
There is also the <a href="https://charts.projectnessie.org/";>Nessie Helm chart 
repo</a>, which can be added and used to install the Nessie Helm chart.</p>
   <h2>Changelog</h2>
   <h3>Changes</h3>
   <ul>
   <li>JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to 
its default, which is to fetch
   all rows when a <code>SELECT</code> 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 
<code>0</code> (not recommended).
   A corresponding, new command line option for Nessie GC has been introduced 
as well.</li>
   </ul>
   <h2>Full Changelog (minus renovate commits):</h2>
   <ul>
   <li>JDBC: Let JDBC fetch-size default to 100 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10933";>#10933</a>)</li>
   <li>Testing/object-storage-mock: fix content-length for HTTP range requests 
(<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10932";>#10932</a>)</li>
   <li>Fix error messages in <code>AssertRefSnapshotId</code> (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10860";>#10860</a>)</li>
   <li>feat(build): make archive builds reproducible (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10858";>#10858</a>)</li>
   <li>Java11-client: don't share the FJP, shutdown (if possible) (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10835";>#10835</a>)</li>
   <li>Add <code>public</code> workaround to some tests (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10836";>#10836</a>)</li>
   <li>Handle Iceberg NestedField.of() deprecation (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10829";>#10829</a>)</li>
   <li>Object-storage-mock: add start/stop log messages (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10832";>#10832</a>)</li>
   <li>Move secrets-manager <code>QuarkusTest</code>s to <code>src/test/</code> 
(<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10839";>#10839</a>)</li>
   <li>Testing: give Quarkus 4g (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10837";>#10837</a>)</li>
   <li>Update <code>AddressResolver</code>, prepare for Vertx 5 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10838";>#10838</a>)</li>
   <li>QUarkus: <code>RestAssured</code> may sometimes have the wrong port (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10840";>#10840</a>)</li>
   <li>Multi-env-test-engine cosmetics (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10828";>#10828</a>)</li>
   <li>Disable 
<code>ITOAuth2ClientAuthelia.testOAuth2AuthorizationCode()</code> (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10830";>#10830</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md";>org.projectnessie.nessie:nessie-client's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.104.2] Release (2025-06-12)</h2>
   <h3>Changes</h3>
   <ul>
   <li>JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to 
its default, which is to fetch
   all rows when a <code>SELECT</code> 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 
<code>0</code> (not recommended).
   A corresponding, new command line option for Nessie GC has been introduced 
as well.</li>
   </ul>
   <h2>[0.103.6] Release (2025-05-01)</h2>
   <h3>Changes</h3>
   <ul>
   <li>OpenAPI specs are no longer published to swaggerhub.</li>
   </ul>
   <h2>[0.103.5] Release (2025-04-26)</h2>
   <h3>New Features</h3>
   <ul>
   <li>Add PDB support to helm chart</li>
   </ul>
   <h2>[0.103.4] Release (2025-04-24)</h2>
   <h3>Changes</h3>
   <ul>
   <li>Change default of 
<code>nessie.version.store.persist.cache-enable-soft-references</code> to 
<code>false</code></li>
   </ul>
   <h2>[0.103.3] Release (2025-04-08)</h2>
   <h3>New Features</h3>
   <ul>
   <li>Introduces a hard objects-cache capacity limit to ensure that the cache 
does never consume more than
   the configured cache-capacity plus a configurable &quot;overshoot&quot; 
(defaults to 10%). New cache entries are
   admitted as long as the current cache size is less than the 
&quot;cache-capacity + overshoot&quot;.</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Nessie's REST API endpoints now accept &quot;truncated timestamps&quot; 
in relative-commit-specs, aka without the
   second-fraction.</li>
   </ul>
   <h2>[0.103.2] Release (2025-03-21)</h2>
   <h3>New Features</h3>
   <ul>
   <li>Catalog/S3/request-signing: Add a per-S3-bucket config option 
<code>url-signing-expire</code> to override the default
   3-hour lifetime of S3-URL-signing URLs.</li>
   </ul>
   <h2>[0.103.1] Release (2025-03-18)</h2>
   <h3>Highlights</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/cb1729f9fcd730d866c5c0d4710512d8308fff2a";><code>cb1729f</code></a>
 [release] release nessie-0.104.2</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/5ec59372fa5fa3db52a75ee588384cc2222c3462";><code>5ec5937</code></a>
 JDBC: Let JDBC fetch-size default to 100 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10933";>#10933</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/822c1d6de12b130f936db9b6b2cf9101e93b140a";><code>822c1d6</code></a>
 fix(deps): update dependency org.glassfish.jersey:jersey-bom to v3.1.10 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10904";>#10904</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/8e479b38b6bcec453a41440eb48744f3f22276f0";><code>8e479b3</code></a>
 Testing/object-storage-mock: fix content-length for HTTP range requests (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10932";>#10932</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/19fdcab76c270182e8ddb1c2068bf7619544960e";><code>19fdcab</code></a>
 fix(deps): update dependency org.junit:junit-bom to v5.13.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10900";>#10900</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/73effc9216254c15bafac87b4bf247496236818d";><code>73effc9</code></a>
 fix(deps): update googlecloudbigdataoss to v3.1.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10911";>#10911</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/71e37510b94c6a8bddd9abba8e183efa309b7a4e";><code>71e3751</code></a>
 fix(deps): update quarkus platform and group to v3.23.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10901";>#10901</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/22ca4b361a48a28edd8fefc009a2b6b781891f83";><code>22ca4b3</code></a>
 chore(config): migrate renovate config (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10931";>#10931</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/2670297bea370e520bf579dc9885934be3b9c1f4";><code>2670297</code></a>
 chore(deps): update docker.io/jaegertracing/all-in-one docker tag to v1.70.0 
...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/0165bcae09c9e4a538cc46a2d7744c54ca003211";><code>0165bca</code></a>
 chore(deps): update plugin smallrye-openapi to v4.1.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10924";>#10924</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.104.1...nessie-0.104.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.104.1 
to 0.104.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/projectnessie/nessie/releases";>org.projectnessie.nessie:nessie-jaxrs-testextension's
 releases</a>.</em></p>
   <blockquote>
   <h2>Nessie 0.104.2</h2>
   <ul>
   <li>133 commits since 0.104.1</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.2";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.2</a></li>
   <li>Docker images: <a 
href="https://github.com/projectnessie/nessie/pkgs/container/nessie";>https://github.com/projectnessie/nessie/pkgs/container/nessie</a>
 and <a 
href="https://quay.io/repository/projectnessie/nessie?tab=tags";>https://quay.io/repository/projectnessie/nessie?tab=tags</a>
   It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): 
<code>docker pull ghcr.io/projectnessie/nessie:0.104.2-java</code></li>
   <li>PyPI: <a 
href="https://pypi.org/project/pynessie/";>https://pypi.org/project/pynessie/</a>
 (See <a 
href="https://github.com/projectnessie/pynessie/releases";>pynessie</a>)</li>
   <li>Helm Chart repo: <a 
href="https://charts.projectnessie.org/";>https://charts.projectnessie.org/</a></li>
   </ul>
   <h2>Try it</h2>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-quarkus-0.104.2-runner.jar";><code>nessie-quarkus-0.104.2-runner.jar</code></a>
 is a standalone uber-jar file that runs on Java 17 or newer and it is also 
available via <a 
href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.104.2";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>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
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-cli-0.104.2.jar";><code>nessie-cli-0.104.2.jar</code></a>,
 which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI 
is also available as a Docker image: <code>docker run --rm -it 
ghcr.io/projectnessie/nessie-cli:0.104.2</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-gc-0.104.2.jar";><code>nessie-gc-0.104.2.jar</code></a>,
 which is a standalone uber-jar file that runs on Java 11 or newer. Shell 
completion can be generated from the tool, check its <code>help</code> command. 
Nessie GC tool is also available as a Docker image: <code>docker run --rm 
ghcr.io/projectnessie/nessie-gc:0.104.2 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-server-admin-tool-0.104.2-runner.jar";><code>nessie-server-admin-tool-0.104.2-runner.jar</code></a>,
 which is a standalone uber-jar file that runs on Java 17 or newer. Shell 
completion can be generated from the tool, check its <code>help</code> command. 
Nessie Server Admin tool is also available as a Docker image: <code>docker run 
--rm ghcr.io/projectnessie/nessie-server-admin:0.104.2 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-helm-0.104.2.tgz";><code>nessie-helm-0.104.2.tgz</code></a>
 is a packaged Helm chart, which can be downloaded and installed via Helm. 
There is also the <a href="https://charts.projectnessie.org/";>Nessie Helm chart 
repo</a>, which can be added and used to install the Nessie Helm chart.</p>
   <h2>Changelog</h2>
   <h3>Changes</h3>
   <ul>
   <li>JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to 
its default, which is to fetch
   all rows when a <code>SELECT</code> 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 
<code>0</code> (not recommended).
   A corresponding, new command line option for Nessie GC has been introduced 
as well.</li>
   </ul>
   <h2>Full Changelog (minus renovate commits):</h2>
   <ul>
   <li>JDBC: Let JDBC fetch-size default to 100 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10933";>#10933</a>)</li>
   <li>Testing/object-storage-mock: fix content-length for HTTP range requests 
(<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10932";>#10932</a>)</li>
   <li>Fix error messages in <code>AssertRefSnapshotId</code> (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10860";>#10860</a>)</li>
   <li>feat(build): make archive builds reproducible (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10858";>#10858</a>)</li>
   <li>Java11-client: don't share the FJP, shutdown (if possible) (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10835";>#10835</a>)</li>
   <li>Add <code>public</code> workaround to some tests (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10836";>#10836</a>)</li>
   <li>Handle Iceberg NestedField.of() deprecation (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10829";>#10829</a>)</li>
   <li>Object-storage-mock: add start/stop log messages (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10832";>#10832</a>)</li>
   <li>Move secrets-manager <code>QuarkusTest</code>s to <code>src/test/</code> 
(<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10839";>#10839</a>)</li>
   <li>Testing: give Quarkus 4g (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10837";>#10837</a>)</li>
   <li>Update <code>AddressResolver</code>, prepare for Vertx 5 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10838";>#10838</a>)</li>
   <li>QUarkus: <code>RestAssured</code> may sometimes have the wrong port (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10840";>#10840</a>)</li>
   <li>Multi-env-test-engine cosmetics (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10828";>#10828</a>)</li>
   <li>Disable 
<code>ITOAuth2ClientAuthelia.testOAuth2AuthorizationCode()</code> (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10830";>#10830</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md";>org.projectnessie.nessie:nessie-jaxrs-testextension's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.104.2] Release (2025-06-12)</h2>
   <h3>Changes</h3>
   <ul>
   <li>JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to 
its default, which is to fetch
   all rows when a <code>SELECT</code> 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 
<code>0</code> (not recommended).
   A corresponding, new command line option for Nessie GC has been introduced 
as well.</li>
   </ul>
   <h2>[0.103.6] Release (2025-05-01)</h2>
   <h3>Changes</h3>
   <ul>
   <li>OpenAPI specs are no longer published to swaggerhub.</li>
   </ul>
   <h2>[0.103.5] Release (2025-04-26)</h2>
   <h3>New Features</h3>
   <ul>
   <li>Add PDB support to helm chart</li>
   </ul>
   <h2>[0.103.4] Release (2025-04-24)</h2>
   <h3>Changes</h3>
   <ul>
   <li>Change default of 
<code>nessie.version.store.persist.cache-enable-soft-references</code> to 
<code>false</code></li>
   </ul>
   <h2>[0.103.3] Release (2025-04-08)</h2>
   <h3>New Features</h3>
   <ul>
   <li>Introduces a hard objects-cache capacity limit to ensure that the cache 
does never consume more than
   the configured cache-capacity plus a configurable &quot;overshoot&quot; 
(defaults to 10%). New cache entries are
   admitted as long as the current cache size is less than the 
&quot;cache-capacity + overshoot&quot;.</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Nessie's REST API endpoints now accept &quot;truncated timestamps&quot; 
in relative-commit-specs, aka without the
   second-fraction.</li>
   </ul>
   <h2>[0.103.2] Release (2025-03-21)</h2>
   <h3>New Features</h3>
   <ul>
   <li>Catalog/S3/request-signing: Add a per-S3-bucket config option 
<code>url-signing-expire</code> to override the default
   3-hour lifetime of S3-URL-signing URLs.</li>
   </ul>
   <h2>[0.103.1] Release (2025-03-18)</h2>
   <h3>Highlights</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/cb1729f9fcd730d866c5c0d4710512d8308fff2a";><code>cb1729f</code></a>
 [release] release nessie-0.104.2</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/5ec59372fa5fa3db52a75ee588384cc2222c3462";><code>5ec5937</code></a>
 JDBC: Let JDBC fetch-size default to 100 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10933";>#10933</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/822c1d6de12b130f936db9b6b2cf9101e93b140a";><code>822c1d6</code></a>
 fix(deps): update dependency org.glassfish.jersey:jersey-bom to v3.1.10 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10904";>#10904</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/8e479b38b6bcec453a41440eb48744f3f22276f0";><code>8e479b3</code></a>
 Testing/object-storage-mock: fix content-length for HTTP range requests (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10932";>#10932</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/19fdcab76c270182e8ddb1c2068bf7619544960e";><code>19fdcab</code></a>
 fix(deps): update dependency org.junit:junit-bom to v5.13.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10900";>#10900</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/73effc9216254c15bafac87b4bf247496236818d";><code>73effc9</code></a>
 fix(deps): update googlecloudbigdataoss to v3.1.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10911";>#10911</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/71e37510b94c6a8bddd9abba8e183efa309b7a4e";><code>71e3751</code></a>
 fix(deps): update quarkus platform and group to v3.23.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10901";>#10901</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/22ca4b361a48a28edd8fefc009a2b6b781891f83";><code>22ca4b3</code></a>
 chore(config): migrate renovate config (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10931";>#10931</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/2670297bea370e520bf579dc9885934be3b9c1f4";><code>2670297</code></a>
 chore(deps): update docker.io/jaegertracing/all-in-one docker tag to v1.70.0 
...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/0165bcae09c9e4a538cc46a2d7744c54ca003211";><code>0165bca</code></a>
 chore(deps): update plugin smallrye-openapi to v4.1.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10924";>#10924</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.104.1...nessie-0.104.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` 
from 0.104.1 to 0.104.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/projectnessie/nessie/releases";>org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests's
 releases</a>.</em></p>
   <blockquote>
   <h2>Nessie 0.104.2</h2>
   <ul>
   <li>133 commits since 0.104.1</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.2";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.2</a></li>
   <li>Docker images: <a 
href="https://github.com/projectnessie/nessie/pkgs/container/nessie";>https://github.com/projectnessie/nessie/pkgs/container/nessie</a>
 and <a 
href="https://quay.io/repository/projectnessie/nessie?tab=tags";>https://quay.io/repository/projectnessie/nessie?tab=tags</a>
   It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): 
<code>docker pull ghcr.io/projectnessie/nessie:0.104.2-java</code></li>
   <li>PyPI: <a 
href="https://pypi.org/project/pynessie/";>https://pypi.org/project/pynessie/</a>
 (See <a 
href="https://github.com/projectnessie/pynessie/releases";>pynessie</a>)</li>
   <li>Helm Chart repo: <a 
href="https://charts.projectnessie.org/";>https://charts.projectnessie.org/</a></li>
   </ul>
   <h2>Try it</h2>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-quarkus-0.104.2-runner.jar";><code>nessie-quarkus-0.104.2-runner.jar</code></a>
 is a standalone uber-jar file that runs on Java 17 or newer and it is also 
available via <a 
href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.104.2";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>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
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-cli-0.104.2.jar";><code>nessie-cli-0.104.2.jar</code></a>,
 which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI 
is also available as a Docker image: <code>docker run --rm -it 
ghcr.io/projectnessie/nessie-cli:0.104.2</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-gc-0.104.2.jar";><code>nessie-gc-0.104.2.jar</code></a>,
 which is a standalone uber-jar file that runs on Java 11 or newer. Shell 
completion can be generated from the tool, check its <code>help</code> command. 
Nessie GC tool is also available as a Docker image: <code>docker run --rm 
ghcr.io/projectnessie/nessie-gc:0.104.2 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-server-admin-tool-0.104.2-runner.jar";><code>nessie-server-admin-tool-0.104.2-runner.jar</code></a>,
 which is a standalone uber-jar file that runs on Java 17 or newer. Shell 
completion can be generated from the tool, check its <code>help</code> command. 
Nessie Server Admin tool is also available as a Docker image: <code>docker run 
--rm ghcr.io/projectnessie/nessie-server-admin:0.104.2 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-helm-0.104.2.tgz";><code>nessie-helm-0.104.2.tgz</code></a>
 is a packaged Helm chart, which can be downloaded and installed via Helm. 
There is also the <a href="https://charts.projectnessie.org/";>Nessie Helm chart 
repo</a>, which can be added and used to install the Nessie Helm chart.</p>
   <h2>Changelog</h2>
   <h3>Changes</h3>
   <ul>
   <li>JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to 
its default, which is to fetch
   all rows when a <code>SELECT</code> 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 
<code>0</code> (not recommended).
   A corresponding, new command line option for Nessie GC has been introduced 
as well.</li>
   </ul>
   <h2>Full Changelog (minus renovate commits):</h2>
   <ul>
   <li>JDBC: Let JDBC fetch-size default to 100 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10933";>#10933</a>)</li>
   <li>Testing/object-storage-mock: fix content-length for HTTP range requests 
(<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10932";>#10932</a>)</li>
   <li>Fix error messages in <code>AssertRefSnapshotId</code> (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10860";>#10860</a>)</li>
   <li>feat(build): make archive builds reproducible (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10858";>#10858</a>)</li>
   <li>Java11-client: don't share the FJP, shutdown (if possible) (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10835";>#10835</a>)</li>
   <li>Add <code>public</code> workaround to some tests (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10836";>#10836</a>)</li>
   <li>Handle Iceberg NestedField.of() deprecation (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10829";>#10829</a>)</li>
   <li>Object-storage-mock: add start/stop log messages (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10832";>#10832</a>)</li>
   <li>Move secrets-manager <code>QuarkusTest</code>s to <code>src/test/</code> 
(<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10839";>#10839</a>)</li>
   <li>Testing: give Quarkus 4g (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10837";>#10837</a>)</li>
   <li>Update <code>AddressResolver</code>, prepare for Vertx 5 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10838";>#10838</a>)</li>
   <li>QUarkus: <code>RestAssured</code> may sometimes have the wrong port (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10840";>#10840</a>)</li>
   <li>Multi-env-test-engine cosmetics (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10828";>#10828</a>)</li>
   <li>Disable 
<code>ITOAuth2ClientAuthelia.testOAuth2AuthorizationCode()</code> (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10830";>#10830</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md";>org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.104.2] Release (2025-06-12)</h2>
   <h3>Changes</h3>
   <ul>
   <li>JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to 
its default, which is to fetch
   all rows when a <code>SELECT</code> 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 
<code>0</code> (not recommended).
   A corresponding, new command line option for Nessie GC has been introduced 
as well.</li>
   </ul>
   <h2>[0.103.6] Release (2025-05-01)</h2>
   <h3>Changes</h3>
   <ul>
   <li>OpenAPI specs are no longer published to swaggerhub.</li>
   </ul>
   <h2>[0.103.5] Release (2025-04-26)</h2>
   <h3>New Features</h3>
   <ul>
   <li>Add PDB support to helm chart</li>
   </ul>
   <h2>[0.103.4] Release (2025-04-24)</h2>
   <h3>Changes</h3>
   <ul>
   <li>Change default of 
<code>nessie.version.store.persist.cache-enable-soft-references</code> to 
<code>false</code></li>
   </ul>
   <h2>[0.103.3] Release (2025-04-08)</h2>
   <h3>New Features</h3>
   <ul>
   <li>Introduces a hard objects-cache capacity limit to ensure that the cache 
does never consume more than
   the configured cache-capacity plus a configurable &quot;overshoot&quot; 
(defaults to 10%). New cache entries are
   admitted as long as the current cache size is less than the 
&quot;cache-capacity + overshoot&quot;.</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Nessie's REST API endpoints now accept &quot;truncated timestamps&quot; 
in relative-commit-specs, aka without the
   second-fraction.</li>
   </ul>
   <h2>[0.103.2] Release (2025-03-21)</h2>
   <h3>New Features</h3>
   <ul>
   <li>Catalog/S3/request-signing: Add a per-S3-bucket config option 
<code>url-signing-expire</code> to override the default
   3-hour lifetime of S3-URL-signing URLs.</li>
   </ul>
   <h2>[0.103.1] Release (2025-03-18)</h2>
   <h3>Highlights</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/cb1729f9fcd730d866c5c0d4710512d8308fff2a";><code>cb1729f</code></a>
 [release] release nessie-0.104.2</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/5ec59372fa5fa3db52a75ee588384cc2222c3462";><code>5ec5937</code></a>
 JDBC: Let JDBC fetch-size default to 100 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10933";>#10933</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/822c1d6de12b130f936db9b6b2cf9101e93b140a";><code>822c1d6</code></a>
 fix(deps): update dependency org.glassfish.jersey:jersey-bom to v3.1.10 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10904";>#10904</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/8e479b38b6bcec453a41440eb48744f3f22276f0";><code>8e479b3</code></a>
 Testing/object-storage-mock: fix content-length for HTTP range requests (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10932";>#10932</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/19fdcab76c270182e8ddb1c2068bf7619544960e";><code>19fdcab</code></a>
 fix(deps): update dependency org.junit:junit-bom to v5.13.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10900";>#10900</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/73effc9216254c15bafac87b4bf247496236818d";><code>73effc9</code></a>
 fix(deps): update googlecloudbigdataoss to v3.1.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10911";>#10911</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/71e37510b94c6a8bddd9abba8e183efa309b7a4e";><code>71e3751</code></a>
 fix(deps): update quarkus platform and group to v3.23.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10901";>#10901</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/22ca4b361a48a28edd8fefc009a2b6b781891f83";><code>22ca4b3</code></a>
 chore(config): migrate renovate config (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10931";>#10931</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/2670297bea370e520bf579dc9885934be3b9c1f4";><code>2670297</code></a>
 chore(deps): update docker.io/jaegertracing/all-in-one docker tag to v1.70.0 
...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/0165bcae09c9e4a538cc46a2d7744c54ca003211";><code>0165bca</code></a>
 chore(deps): update plugin smallrye-openapi to v4.1.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10924";>#10924</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.104.1...nessie-0.104.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` 
from 0.104.1 to 0.104.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/projectnessie/nessie/releases";>org.projectnessie.nessie:nessie-versioned-storage-testextension's
 releases</a>.</em></p>
   <blockquote>
   <h2>Nessie 0.104.2</h2>
   <ul>
   <li>133 commits since 0.104.1</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.2";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.2</a></li>
   <li>Docker images: <a 
href="https://github.com/projectnessie/nessie/pkgs/container/nessie";>https://github.com/projectnessie/nessie/pkgs/container/nessie</a>
 and <a 
href="https://quay.io/repository/projectnessie/nessie?tab=tags";>https://quay.io/repository/projectnessie/nessie?tab=tags</a>
   It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): 
<code>docker pull ghcr.io/projectnessie/nessie:0.104.2-java</code></li>
   <li>PyPI: <a 
href="https://pypi.org/project/pynessie/";>https://pypi.org/project/pynessie/</a>
 (See <a 
href="https://github.com/projectnessie/pynessie/releases";>pynessie</a>)</li>
   <li>Helm Chart repo: <a 
href="https://charts.projectnessie.org/";>https://charts.projectnessie.org/</a></li>
   </ul>
   <h2>Try it</h2>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-quarkus-0.104.2-runner.jar";><code>nessie-quarkus-0.104.2-runner.jar</code></a>
 is a standalone uber-jar file that runs on Java 17 or newer and it is also 
available via <a 
href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.104.2";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>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
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-cli-0.104.2.jar";><code>nessie-cli-0.104.2.jar</code></a>,
 which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI 
is also available as a Docker image: <code>docker run --rm -it 
ghcr.io/projectnessie/nessie-cli:0.104.2</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-gc-0.104.2.jar";><code>nessie-gc-0.104.2.jar</code></a>,
 which is a standalone uber-jar file that runs on Java 11 or newer. Shell 
completion can be generated from the tool, check its <code>help</code> command. 
Nessie GC tool is also available as a Docker image: <code>docker run --rm 
ghcr.io/projectnessie/nessie-gc:0.104.2 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-server-admin-tool-0.104.2-runner.jar";><code>nessie-server-admin-tool-0.104.2-runner.jar</code></a>,
 which is a standalone uber-jar file that runs on Java 17 or newer. Shell 
completion can be generated from the tool, check its <code>help</code> command. 
Nessie Server Admin tool is also available as a Docker image: <code>docker run 
--rm ghcr.io/projectnessie/nessie-server-admin:0.104.2 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.2/nessie-helm-0.104.2.tgz";><code>nessie-helm-0.104.2.tgz</code></a>
 is a packaged Helm chart, which can be downloaded and installed via Helm. 
There is also the <a href="https://charts.projectnessie.org/";>Nessie Helm chart 
repo</a>, which can be added and used to install the Nessie Helm chart.</p>
   <h2>Changelog</h2>
   <h3>Changes</h3>
   <ul>
   <li>JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to 
its default, which is to fetch
   all rows when a <code>SELECT</code> 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 
<code>0</code> (not recommended).
   A corresponding, new command line option for Nessie GC has been introduced 
as well.</li>
   </ul>
   <h2>Full Changelog (minus renovate commits):</h2>
   <ul>
   <li>JDBC: Let JDBC fetch-size default to 100 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10933";>#10933</a>)</li>
   <li>Testing/object-storage-mock: fix content-length for HTTP range requests 
(<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10932";>#10932</a>)</li>
   <li>Fix error messages in <code>AssertRefSnapshotId</code> (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10860";>#10860</a>)</li>
   <li>feat(build): make archive builds reproducible (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10858";>#10858</a>)</li>
   <li>Java11-client: don't share the FJP, shutdown (if possible) (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10835";>#10835</a>)</li>
   <li>Add <code>public</code> workaround to some tests (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10836";>#10836</a>)</li>
   <li>Handle Iceberg NestedField.of() deprecation (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10829";>#10829</a>)</li>
   <li>Object-storage-mock: add start/stop log messages (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10832";>#10832</a>)</li>
   <li>Move secrets-manager <code>QuarkusTest</code>s to <code>src/test/</code> 
(<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10839";>#10839</a>)</li>
   <li>Testing: give Quarkus 4g (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10837";>#10837</a>)</li>
   <li>Update <code>AddressResolver</code>, prepare for Vertx 5 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10838";>#10838</a>)</li>
   <li>QUarkus: <code>RestAssured</code> may sometimes have the wrong port (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10840";>#10840</a>)</li>
   <li>Multi-env-test-engine cosmetics (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10828";>#10828</a>)</li>
   <li>Disable 
<code>ITOAuth2ClientAuthelia.testOAuth2AuthorizationCode()</code> (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10830";>#10830</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md";>org.projectnessie.nessie:nessie-versioned-storage-testextension's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.104.2] Release (2025-06-12)</h2>
   <h3>Changes</h3>
   <ul>
   <li>JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to 
its default, which is to fetch
   all rows when a <code>SELECT</code> 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 
<code>0</code> (not recommended).
   A corresponding, new command line option for Nessie GC has been introduced 
as well.</li>
   </ul>
   <h2>[0.103.6] Release (2025-05-01)</h2>
   <h3>Changes</h3>
   <ul>
   <li>OpenAPI specs are no longer published to swaggerhub.</li>
   </ul>
   <h2>[0.103.5] Release (2025-04-26)</h2>
   <h3>New Features</h3>
   <ul>
   <li>Add PDB support to helm chart</li>
   </ul>
   <h2>[0.103.4] Release (2025-04-24)</h2>
   <h3>Changes</h3>
   <ul>
   <li>Change default of 
<code>nessie.version.store.persist.cache-enable-soft-references</code> to 
<code>false</code></li>
   </ul>
   <h2>[0.103.3] Release (2025-04-08)</h2>
   <h3>New Features</h3>
   <ul>
   <li>Introduces a hard objects-cache capacity limit to ensure that the cache 
does never consume more than
   the configured cache-capacity plus a configurable &quot;overshoot&quot; 
(defaults to 10%). New cache entries are
   admitted as long as the current cache size is less than the 
&quot;cache-capacity + overshoot&quot;.</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Nessie's REST API endpoints now accept &quot;truncated timestamps&quot; 
in relative-commit-specs, aka without the
   second-fraction.</li>
   </ul>
   <h2>[0.103.2] Release (2025-03-21)</h2>
   <h3>New Features</h3>
   <ul>
   <li>Catalog/S3/request-signing: Add a per-S3-bucket config option 
<code>url-signing-expire</code> to override the default
   3-hour lifetime of S3-URL-signing URLs.</li>
   </ul>
   <h2>[0.103.1] Release (2025-03-18)</h2>
   <h3>Highlights</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/cb1729f9fcd730d866c5c0d4710512d8308fff2a";><code>cb1729f</code></a>
 [release] release nessie-0.104.2</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/5ec59372fa5fa3db52a75ee588384cc2222c3462";><code>5ec5937</code></a>
 JDBC: Let JDBC fetch-size default to 100 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10933";>#10933</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/822c1d6de12b130f936db9b6b2cf9101e93b140a";><code>822c1d6</code></a>
 fix(deps): update dependency org.glassfish.jersey:jersey-bom to v3.1.10 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10904";>#10904</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/8e479b38b6bcec453a41440eb48744f3f22276f0";><code>8e479b3</code></a>
 Testing/object-storage-mock: fix content-length for HTTP range requests (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10932";>#10932</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/19fdcab76c270182e8ddb1c2068bf7619544960e";><code>19fdcab</code></a>
 fix(deps): update dependency org.junit:junit-bom to v5.13.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10900";>#10900</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/73effc9216254c15bafac87b4bf247496236818d";><code>73effc9</code></a>
 fix(deps): update googlecloudbigdataoss to v3.1.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10911";>#10911</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/71e37510b94c6a8bddd9abba8e183efa309b7a4e";><code>71e3751</code></a>
 fix(deps): update quarkus platform and group to v3.23.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10901";>#10901</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/22ca4b361a48a28edd8fefc009a2b6b781891f83";><code>22ca4b3</code></a>
 chore(config): migrate renovate config (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10931";>#10931</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/2670297bea370e520bf579dc9885934be3b9c1f4";><code>2670297</code></a>
 chore(deps): update docker.io/jaegertracing/all-in-one docker tag to v1.70.0 
...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/0165bcae09c9e4a538cc46a2d7744c54ca003211";><code>0165bca</code></a>
 chore(deps): update plugin smallrye-openapi to v4.1.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10924";>#10924</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.104.1...nessie-0.104.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org


Reply via email to