protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

OSGi version range for Guava imports are too narrow

Open guw opened this issue 9 months ago • 0 comments

The OSGi version imports for Guava are very narrow. For example, they tightly couple the utils bundle to just one particular Guava release and prevent it from running with latests.

I would recommend setting only a minimum version for Guava but no upper bound.

It could be achieved by adding the following attribute to util_bundle:

    bundle_additional_imports = ["com.google.common.*;version=\"${@}\""],

guw avatar Apr 08 '25 13:04 guw