Highlights
- 63 commits since 0.6.0
- Gradle plugin improvements
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie
- Docker Hub: https://hub.docker.com/r/projectnessie/nessie
- PyPI: https://pypi.org/project/pynessie/
Try it
The attached executable file nessie-quarkus-0.6.1-runner is a native binary image and only works on compatible Linux environments.
The attached uber-jar nessie-quarkus-0.6.1-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.6.1/nessie-quarkus-0.6.1-runner.jar
java -jar nessie-quarkus-0.6.1-runner.jar
Full Changelog (minus dependabot commits):
- release-workflow: Handle unfinished checks (
.conclusion== null) (#1311) - Attach quarkus-server-uber-runner-jar to github releases (#1276)
- Handle
NessieConflictExceptionin Delta clients + handling of multiple-branches (#1249) - Bump Node from v12.16.2 to v16.2.0 (#1293)
- Remove Nullable on Contents#getId() (#1256)
- Bump the version in
ui/package*.jsonin the release-create workflow (#1289) - Introduce AssertJ for better test code readability (#1271)
- Some more fixes to site's spark.md (#1296)
- Clean up + adjust tools/spark.md (#1275)
- Fix typo in dependabot.yml (#1274)
- [site] Add links to Nessie demos (#1246)
- Add NPM ecosystem to dependabot configuration (#1273)
- Describe how to configure the Checkstyle formatter rules for Intellij IDEA (#1272)
- Auto-release on Sonatype (#1247)
- Re-enable status-checks for release-create workflow (#1255)
- Step name cleanup (#1248)
- Add a BOM artifact for Nessie (#1234)
- Enable Java11 for Quarkus modules (#1245)
- Gradle plugin: proper fix to run multiple gradle test tasks + support "reducing the log level" (#1243)
- Mention new Jupyter NB Demos (#1244)
- Fix input-parameter for
release-publish.yml - Fix quotes for
release-publish.ymlstep-conditions