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

Upgrade to OSGi R7 and Karaf 4.3.1 #2264

Merged
merged 1 commit into from
Apr 2, 2021
Merged

Conversation

wborn
Copy link
Member

@wborn wborn commented Mar 30, 2021

  • Aligns compile dependencies with OSGi R7
  • Aligns runtime dependencies with Karaf 4.3.1
  • Fixes issues due to dependency changes:
    • AudioServletTest never ending due to Jetty upgrade
    • Feature resolution failing due to Karaf activation-api no longer visible
  • Uses Pax Logging as runtime dependency instead of Felix Log
    This dependency change makes itests and Demo App behave more like the actual distro
    To change the log level in itests, change the value of org.ops4j.pax.logging.DefaultServiceLog.level in itest-include.bndrun
  • Adds --add-opens and nashorn.args in itest-include.bndrun to prevent some warnings being logged in itests

Related to openhab/openhab-distro#1167

* Aligns compile dependencies with OSGi R7
* Aligns runtime dependencies with Karaf 4.3.1
* Fixes issues due to dependency changes:
  * AudioServletTest never ending due to Jetty upgrade
  * Feature resolution failing due to Karaf activation-api no longer visible
* Uses Pax Logging as runtime dependency instead of Felix Log
  This dependency change makes itests and Demo App behave more like the actual distro
  To change the log level in itests, change the value of org.ops4j.pax.logging.DefaultServiceLog.level in itest-include.bndrun
* Adds --add-opens and nashorn.args in itest-include.bndrun to prevent some warnings being logged in itests

Related to openhab/openhab-distro#1167

Signed-off-by: Wouter Born <[email protected]>
@wborn wborn marked this pull request as ready for review April 2, 2021 10:10
@wborn wborn requested a review from a team as a code owner April 2, 2021 10:10
Copy link
Member

@kaikreuzer kaikreuzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm, many thanks!

@kaikreuzer kaikreuzer merged commit ef1b86c into openhab:main Apr 2, 2021
@kaikreuzer kaikreuzer added this to the 3.1 milestone Apr 2, 2021
@kaikreuzer kaikreuzer added the enhancement An enhancement or new feature of the Core label Apr 2, 2021
@wborn wborn deleted the karaf-4.3.1 branch April 2, 2021 18:31
@wborn wborn added the karaf label May 15, 2021
splatch pushed a commit to ConnectorIO/copybara-hab-core that referenced this pull request Jul 11, 2023
* Aligns compile dependencies with OSGi R7
* Aligns runtime dependencies with Karaf 4.3.1
* Fixes issues due to dependency changes:
  * AudioServletTest never ending due to Jetty upgrade
  * Feature resolution failing due to Karaf activation-api no longer visible
* Uses Pax Logging as runtime dependency instead of Felix Log
  This dependency change makes itests and Demo App behave more like the actual distro
  To change the log level in itests, change the value of org.ops4j.pax.logging.DefaultServiceLog.level in itest-include.bndrun
* Adds --add-opens and nashorn.args in itest-include.bndrun to prevent some warnings being logged in itests

Related to openhab/openhab-distro#1167

Signed-off-by: Wouter Born <[email protected]>
GitOrigin-RevId: ef1b86c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature of the Core karaf
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants