From c4dc83a883f9881288d91bafb8b9696b666f0c89 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sat, 2 Oct 2021 23:20:35 +0200 Subject: [PATCH] Update to Java 17 LTS --- .github/workflows/maven-publish.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index c689396..29bc4ae 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -27,11 +27,11 @@ jobs: export REVISION=${{ github.run_number }} echo "REVISION=$REVISION" >> $GITHUB_ENV - - name: Set up JDK 16 + - name: Set up JDK 17 if: github.ref == 'refs/heads/master' uses: actions/setup-java@v1 with: - java-version: 16 + java-version: 17 server-id: mchv-release-distribution server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD diff --git a/README.md b/README.md index 4adcaf4..0cc1b21 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Maven Package](https://github.com/Cavallium/CavalliumDBEngine/workflows/Maven%20Package/badge.svg) -[Reactive](https://www.reactive-streams.org/) database engine written in Java using [Project Reactor](https://github.com/reactor/reactor-core). +[Reactive](https://www.reactive-streams.org/) database engine written in Java (17+) using [Project Reactor](https://github.com/reactor/reactor-core). This library provides a basic reactive abstraction and implementation of a **key-value store** and a **search engine**.