github projectnessie/nessie nessie-0.49.0
Nessie 0.49.0

2 years ago

Nessie 0.49.0 release

Try it

The attached executable file nessie-quarkus-0.49.0-runner is a x86-64 native binary image and only works on compatible Linux environments.

The attached nessie-quarkus-0.49.0-runner.jar is a standalone uber-jar file that runs on Java 11 or newer and it is also available via Maven Central. Download and run it (requires Java 11):

wget https://github.com/projectnessie/nessie/releases/download/nessie-0.49.0/nessie-quarkus-0.49.0-runner.jar
java -jar nessie-quarkus-0.49.0-runner.jar

Nessie GC tool is attached as nessie-gc, which is an executable. Can also be run using , because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.

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

Full Changelog (minus dependabot/renovate commits):

  • Update GH WFs to publish Java images for many platforms (#6110)
  • GH uploaded artifacts retention (#6115)
  • Test: Update the validation to unblock query-engine-integration-tests (#6117)
  • GH workflows: prevent running a bunch of stuff on forks (#6116)
  • Revert changes to Chart.yaml maintainers section (#6113)
  • Fail test discovery in MultiEnvTestEngine if no environments are defined (#6108)
  • Disable :nessie-compatibility-common tests on macOS (#6106)
  • Disable NPM tests on Windows (#6107)
  • Simplify Quarkus build configuration (#6103)
  • Automatically generate Helm chart documentation (#6095)
  • Add Jakarta's ws-rs to javax.ws.rs.* (#6067)
  • Add Jakarta's validation constraints to javax.validation.constraints.* (#6096)
  • Add Jakarta's @Inject to javax.Inject (#6093)
  • Add Jakarta's @RequestScoped to javax.enterprise.context.RequestScoped (#6092)
  • Add Jakarta's @Nullable to javax.annotation.Nullable (#6088)
  • Add Jakarta's @Nonnull to javax.annotation.Nonnull (#6066)
  • Ability to configure PVC selector labels (#6074)
  • Gatling simulation for a mixed workload (#6068)
  • Split ws-rs-api implementors into javax and jakarta (#6065)
  • Add API v2 test for commit parents (#6073)
  • Nit: replace Jetbrains not-null annotation import (#6072)
  • CI: Fix PR integrations workflow (#6071)
  • Make Nessie build with javax.* and jakarta.* dependencies (#6064)
  • Remove @ThreadSafe annotation, no jakarta.* counterpart (#6063)
  • Remove @CheckForNull annotation, no jakarta.* counterpart (#6062)
  • Tests: let tests in nessie-compatibility-common use soft-assertions (#6061)

Don't miss a new nessie release

NewReleases is sending notifications on new releases.