Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version.lyo from 6.0.0-SNAPSHOT to 6.0.0.CR in /src #288

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2024

Bumps version.lyo from 6.0.0-SNAPSHOT to 6.0.0.CR.
Updates org.eclipse.lyo.oslc4j.core:oslc4j-core from 6.0.0-SNAPSHOT to 6.0.0.CR

Updates org.eclipse.lyo:oslc-domains from 6.0.0-SNAPSHOT to 6.0.0.CR

Release notes

Sourced from org.eclipse.lyo:oslc-domains's releases.

6.0.0.CR Release

Eclipse Lyo

This content is a duplicate of the Lyo Change Log

Added

  • 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

Changed

  • 🧨Migrated from Javax 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.
  • 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

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 Java EE and Jakarta EE 8 is removed.

Eclipse Lyo Designer

This content is a duplicate of the Lyo Designer Change Log

Added

  • Generate for JDK 17 or 11, depending on whether Lyo Version 6.x.x or below is chosen.

Changed

  • generate the necessary maven dependencies for domain models that (a) are imported into the adaptor model yet (b) the adaptor is configured to not generate code from imported models. In such scenario, the maven dependency for the domain is necessary.
  • Protect initServerProviders() method
  • (Breaking change🧨) Migrated from Javax to Jakarta packages
  • upgrade to Jersey 3.1.5

Removed

  • (Breaking change🧨) Removed support for JDK 11 (and all versions below 17) in the generated code. JDK 17 is the new baseline for Eclipse Lyo. The SDK and sample code has been tested using JDK 17, 20, and 21-ea.
  • (Breaking change🧨) Removed support for Java EE and Jakarta EE 8 in the generated code.
Changelog

Sourced from org.eclipse.lyo:oslc-domains's changelog.

Eclipse Lyo changelog

Commits

Updates org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider from 6.0.0-SNAPSHOT to 6.0.0.CR

Updates org.eclipse.lyo.oslc4j.core:oslc4j-json4j-provider from 6.0.0-SNAPSHOT to 6.0.0.CR

Updates org.eclipse.lyo.clients:oslc-client from 6.0.0-SNAPSHOT to 6.0.0.CR

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 21, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/src/version.lyo-6.0.0.CR branch from 5d31c9d to a243330 Compare September 21, 2024 14:35
@berezovskyi
Copy link
Member

@dependabot rebase

Bumps `version.lyo` from 6.0.0-SNAPSHOT to 6.0.0.CR.

Updates `org.eclipse.lyo.oslc4j.core:oslc4j-core` from 6.0.0-SNAPSHOT to 6.0.0.CR

Updates `org.eclipse.lyo:oslc-domains` from 6.0.0-SNAPSHOT to 6.0.0.CR
- [Release notes](https://github.com/eclipse/lyo/releases)
- [Changelog](https://github.com/eclipse/lyo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eclipse/lyo/commits/v6.0.0.CR)

Updates `org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider` from 6.0.0-SNAPSHOT to 6.0.0.CR

Updates `org.eclipse.lyo.oslc4j.core:oslc4j-json4j-provider` from 6.0.0-SNAPSHOT to 6.0.0.CR

Updates `org.eclipse.lyo.clients:oslc-client` from 6.0.0-SNAPSHOT to 6.0.0.CR

---
updated-dependencies:
- dependency-name: org.eclipse.lyo.oslc4j.core:oslc4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.lyo:oslc-domains
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.lyo.oslc4j.core:oslc4j-json4j-provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.lyo.clients:oslc-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/src/version.lyo-6.0.0.CR branch from a243330 to 0124f35 Compare September 21, 2024 14:51
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 29, 2024
@dependabot dependabot bot deleted the dependabot/maven/src/version.lyo-6.0.0.CR branch September 29, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant