Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
org.apache.felix.dependencymanager-r9
-
None
Description
since FELIX-5228, dm has been updated with bndlib 3.3.0. but at this point a refactoring has been made and junit/hamcrest jars were moved from cnf/buildrepo to cnf/non-osgirepo.
the problem is: the release/build.gradle script has not been updated in order to include the cnf/non-osgirepo in the dm-deps zip, leading to a fatal compile error.
notice that using latest bndtools, it could be possible to manage to avoid using a dm-deps zip, because we'll do this later.