mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Update CHANGELOG
This commit is contained in:
parent
bc6009d6d3
commit
8f423b1354
1 changed files with 4 additions and 4 deletions
|
|
@ -14,10 +14,10 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
|
||||
## 0.5.0-SNAPSHOT
|
||||
|
||||
* **NOTE** Due to [issues with Jackson versioning](https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111/20), you might get errors after updating as [Cheshre still uses older version](https://github.com/dakrone/cheshire/pull/164). To resolve issues (with Leiningen), you can either:
|
||||
1) move `[metosin/reitit "0.5.0"]` as the first dependency (Lein will pick up the latest versions from there)
|
||||
2) add `[metosin/jsonista "0.2.5"]` as the first dependency
|
||||
3) add explicit dependencies to `[com.fasterxml.jackson.core/jackson-core "2.11.0"]` and `[com.fasterxml.jackson.core/jackson-databind "2.11.0"]` directly
|
||||
* **NOTE** Due to [issues with Jackson versioning](https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111/20), you might get errors after updating as [Cheshire still uses older version](https://github.com/dakrone/cheshire/pull/164) as is most likely as a transitive dependency via 3rd party libs. To resolve issues (with Leiningen), you can either:
|
||||
a) move `[metosin/reitit "0.5.0"]` as the first dependency (Lein will pick up the latest versions from there)
|
||||
b) add `[metosin/jsonista "0.2.5"]` as the first dependency
|
||||
c) add explicit dependencies to `[com.fasterxml.jackson.core/jackson-core "2.11.0"]` and `[com.fasterxml.jackson.core/jackson-databind "2.11.0"]` directly
|
||||
|
||||
* Updated deps:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue