Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Sep 21, 2024
1 parent 1f2e784 commit 46daf14
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46daf14

Please sign in to comment.