Skip to content

Commit

Permalink
Add a line to the CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Apr 27, 2023
1 parent 32e1de4 commit ff419fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- 🧨 Jena is upgraded to 4.5.0 **(addresses [CVE-2022-28890](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28890))**
- Jena renamed `RDFReader/RDFWriter` to `RDFReaderI/RDFWriterI`
- 🧨 TRS now uses BigInteger instead of 32-bit ints for `trs:order` properties, in line with the spec.
- 🧨 `Property` class in Lyo Core now uses BigInteger instead of 32-bit ints for `oslc:maxSize` properties, in line with the spec.
- LyoStore: Ordering resources by their subject IDs when doing a query to store. This ordering can be disabled with a call to `OSLC4JUtils.setLyoStorePagingUnsafe(true)`
- LyoStore: `OSLC4JUtils.hasLyoStorePagingPreciseLimit()` will return true by default. Call `OSLC4JUtils.setLyoStorePagingPreciseLimit(false)` to restore the old behavior.
- `oslc4j-json4j-provider` uses `wink-json4j` version 1.4 instead of 1.2.1-incubating.
Expand Down

0 comments on commit ff419fe

Please sign in to comment.