qbicsoftware / core-utils-lib

Library containing core classes and utilities that are independent of a portal.
MIT License
0 stars 0 forks source link

OSGI #38

Closed jenniferboedker closed 3 years ago

jenniferboedker commented 3 years ago

Purpose of change Make the library OSGI ready to be included in the Liferay 7 version. Core-Utils-Lib should be deployed as OSGI dependency and still be included into stand-alone cli applications.

Changes Add profiles to the POM so that the dependencies can be set as provided for the OSGI version and set as compile for stand-alone cli applications. Furthermore, the dependencies itself may need to be OSGI-fied.

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (2d2d980) into development (3d88ec3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             development      #38   +/-   ##
==============================================
  Coverage          34.86%   34.86%           
  Complexity            12       12           
==============================================
  Files                 10       10           
  Lines                261      261           
  Branches              29       29           
==============================================
  Hits                  91       91           
  Misses               158      158           
  Partials              12       12           

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 bdc09d8...a589d1c. Read the comment docs.

jenniferboedker commented 3 years ago

port core-utils-lib to OSGI