Switched from Properties to Hashtable to fix compilation issues. Where Properties is not of type Dictionary<String, ?>. This passes the right type to bundleContext.registerService. Also corrects the first argument, String -> String[], same issue wrong type passed.
This was need to allow it to build, I created a patch for the [Gentoo ebuild](https://github.com/Obsidian-StudiosInc/os-xtoo/tree/master/dev-java/jclouds-scriptbuilder) You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1033 -- Commit Summary -- * org/jclouds/scriptbuilder/functionloader/osgi/BundleFunctionLoader.java: -- File Changes -- M scriptbuilder/src/main/java/org/jclouds/scriptbuilder/functionloader/osgi/BundleFunctionLoader.java (10) -- Patch Links -- https://github.com/jclouds/jclouds/pull/1033.patch https://github.com/jclouds/jclouds/pull/1033.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1033
