From 46daf14c3d0502ac97b1b8bf0c8ffa07739ff315 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Sat, 21 Sep 2024 15:38:14 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c948002..daec5ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,30 +2,46 @@ ## [6.0.0-SNAPSHOT] +### Security + +This release does not contain security updates. + ### Added -- Introducing capability to set the servletUri to be used by the OAuthConfiguration +- Introducing capability to set the `servletUri` to be used by the `OAuthConfiguration` - OSLC PROMCODE domain model and generated POJOs -- Support for additional request headers to OslcQuery +- Support for additional request headers to `OslcQuery` ### Changed -- 🧨Migrated from Javax to Jakarta packages + +- 🧨 Migrated from Java EE (`javax.` namespace) to Jakarta packages - upgrade to Jersey 3.1.5 -- Kotlin 1.9.0 is used; `kotlin-stdlib-jdk8` dependency was replaced with `kotlin-stdlib` due to [Kotlin updates](https://kotlinlang.org/docs/whatsnew18.html#updated-jvm-compilation-target). -- Allow application to reset the oauth token cached within the server, when it deems that it is no longer valid -- 🧨Corrected cardinality and range of the oslc_config:acceptedBy property (from String[0..1] to Resource[0..*]) -- changed scope of dependencies in oauth-webapp to avoid inclusion multiple times during runtime. +- **JDK 17 is the new baseline for Eclipse Lyo.** The SDK and sample code has + been tested using JDK 17, 21, 23, and 24-ea. +- Kotlin 1.9.0 is used; `kotlin-stdlib-jdk8` dependency was replaced with + `kotlin-stdlib` due to + [Kotlin updates](https://kotlinlang.org/docs/whatsnew18.html#updated-jvm-compilation-target). +- Allow application to reset the oauth token cached within the server, when it + deems that it is no longer valid +- 🧨 Corrected cardinality and range of the oslc_config:acceptedBy property (from + String[0..1] to Resource[0..*]) +- changed scope of dependencies in oauth-webapp to avoid inclusion multiple times + during runtime. - Migrated from Javax to Jakarta packages, including upgrade to Jersey 3.1.5 ### Deprecated +This release does not introduce deprecations. + ### Removed -- 🧨 Support for JDK 11 (and all versions below 17) is removed. **JDK 17 is the new baseline for Eclipse Lyo.** The SDK and sample code has been tested using JDK 17, 20, and 21-ea. +- 🧨 Support for JDK 11 (and all versions below 17) is removed. - 🧨 Support for Java EE and Jakarta EE 8 is removed. ### Fixed +This release does not contain bug fixes. + ## [5.1.1] ### Added