Nessie 0.49.0 release
- 55 commits since 0.48.2
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.49.0
- Docker Hub: https://hub.docker.com/r/projectnessie/nessie
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull projectnessie/nessie:0.49.0-java - Image with native amd64 binary:
docker pull projectnessie/nessie:0.49.0-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.49.0/
- Helm Chart repo: https://charts.projectnessie.org/
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
@Injecttojavax.Inject(#6093) - Add Jakarta's
@RequestScopedtojavax.enterprise.context.RequestScoped(#6092) - Add Jakarta's
@Nullabletojavax.annotation.Nullable(#6088) - Add Jakarta's
@Nonnulltojavax.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.*andjakarta.*dependencies (#6064) - Remove
@ThreadSafeannotation, nojakarta.*counterpart (#6063) - Remove
@CheckForNullannotation, nojakarta.*counterpart (#6062) - Tests: let tests in nessie-compatibility-common use soft-assertions (#6061)