wavesoftware / plugs

[WIP] A safe, Java plugin system with easy management, and usage.
Apache License 2.0
2 stars 3 forks source link

Basic Felix OSGi container boots #1

Closed cardil closed 5 years ago

cardil commented 5 years ago

A bisic Spring configuration to boots a OSGi container

Should resolve #3 Should resolve #4

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@231c61a). Click here to learn what that means. The diff coverage is 94.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop       #1   +/-   ##
==========================================
  Coverage           ?   94.29%           
  Complexity         ?       82           
==========================================
  Files              ?       14           
  Lines              ?      263           
  Branches           ?       18           
==========================================
  Hits               ?      248           
  Misses             ?        3           
  Partials           ?       12
Impacted Files Coverage Δ Complexity Δ
...vesoftware/plugs/felix/FelixFrameworkProducer.java 100% <100%> (ø) 2 <2> (?)
.../pl/wavesoftware/plugs/testing/ansi/AnsiStyle.java 100% <100%> (ø) 3 <3> (?)
...wavesoftware/plugs/testing/ansi/AnsiComposite.java 100% <100%> (ø) 4 <4> (?)
.../pl/wavesoftware/plugs/testing/ansi/AnsiColor.java 100% <100%> (ø) 3 <3> (?)
...software/plugs/core/AbstractFrameworkProducer.java 100% <100%> (ø) 5 <5> (?)
...ava/pl/wavesoftware/plugs/spring/PlugsContext.java 100% <100%> (ø) 6 <6> (?)
...software/plugs/core/DefaultFrameworkOperation.java 100% <100%> (ø) 5 <5> (?)
...rc/main/java/pl/wavesoftware/plugs/core/Plugs.java 100% <100%> (ø) 1 <1> (?)
...avesoftware/plugs/testing/ansi/AnsiBackground.java 100% <100%> (ø) 3 <3> (?)
...ware/plugs/core/DefaultFrameworkConfiguration.java 100% <100%> (ø) 6 <6> (?)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 231c61a...7489db0. Read the comment docs.