mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
require java11
This commit is contained in:
parent
fa24dcd29a
commit
7432ef9bb9
3 changed files with 3 additions and 2 deletions
2
.github/workflows/testsuite.yml
vendored
2
.github/workflows/testsuite.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# Supported Java versions: LTS releases 8 and 11 and the latest release
|
# Supported Java versions: LTS releases 8 and 11 and the latest release
|
||||||
jdk: [8, 11, 15]
|
jdk: [11, 15]
|
||||||
|
|
||||||
name: Clojure (Java ${{ matrix.jdk }})
|
name: Clojure (Java ${{ matrix.jdk }})
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
||||||
|
|
||||||
## UNRELEASED
|
## UNRELEASED
|
||||||
|
|
||||||
|
* **BREAKING** reitit requires Java11
|
||||||
* Handlers can be vars [#585](https://github.com/metosin/reitit/pull/585)
|
* Handlers can be vars [#585](https://github.com/metosin/reitit/pull/585)
|
||||||
* Fetch OpenAPI content types from Muuntaja [#636](https://github.com/metosin/reitit/issues/636)
|
* Fetch OpenAPI content types from Muuntaja [#636](https://github.com/metosin/reitit/issues/636)
|
||||||
* **BREAKING** OpenAPI support is now clj only
|
* **BREAKING** OpenAPI support is now clj only
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ All main modules bundled:
|
||||||
|
|
||||||
Optionally, the parts can be required separately.
|
Optionally, the parts can be required separately.
|
||||||
|
|
||||||
Reitit requires Clojure 1.11.
|
Reitit requires Java 11 and Clojure 1.11.
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue