BJ Hargrave

Results 394 comments of BJ Hargrave

> So you would duplicate all classes from the other versions that are not overriden in this version in each fragment in the chain? Why would you need to do...

> Yes That is in insane design. Good luck building such a jar and keeping it operational in all the versions of java... And how do you build all the...

I think we need to stop fixing this in this bug. This is sounding more than Bnd can address alone. Changes are need in the Core spec to address this....

We don't make the source file. We just generate the class file. So I don't see that we will add source generation for module-info.

@juergen-albert Can you fix by Sep 15 (or defer to 6.1)?

I think if the user selects a JRE on the JRE tab, we must honor that. We can warn if the selected JRE is incompatible with -runee (if present). When...

I will also note that -runee is for configuring the system bundle's resource for resolve operations. It really has no meaning at runtime or necessarily in selecting a runtime. It...

> I had the idea for `BundleEngine` to have lifecycle callbacks, similar to what `JupiterEngine` has. Are you proposing some new annotations to supplement the (Before|After)(Each|All) annotations? That is, providing...

> However, I am not proposing using annotations for this How will the BundleEngine discover these callbacks? Must a bundle run an activator to register them as OSGi services? This...