Hey Steve Ebersole, no sweat. So, technically, we can support "split" packages (exporting a package from multiple bundles), as long as those packages don't expose two of the same class name. It's mainly a matter of an additional instruction in the manifest. However, I'd highly advise skipping that if at all possible, as it tends to start a rabbit hole of problems. Especially if ORM 6.0 will be soonish and will natively support Java 8, I'd vote to punt on this. Just my $.02. If you guys think there's "enough" of a reason to support this in 5.x, I can play with it... |