OSGI multi-module Maven example?

2022-09-16 Thread Will Hartung
Does anyone have an OSGI multi-module Maven example? Specifically I'm looking to a typical mutli-module maven project, where there's a "main" project, with "libraries", which are in the submodules. But the "libraries" are OSGI modules, and the "main" project basically uses the modules. I don't k

"java.xxx does not export yyy.zzz to unamed module" for NetBeans classes

2022-09-16 Thread Joseph Huber
Hello! I am in the process of converting my RCP app from NetBeans 8.2/Java 8 to NetBeans 15/Java 17. As I am debugging in NB15/J17, I am noticing a number of warnings such as below, this particular one being from a NetBeans module. In searching through the user list message archive, a couple

RE: problem with the Properties>Libraries window in NetBeans 15

2022-09-16 Thread Joseph Huber
Hi, I opened an issue. Unfortunately, resizing the window does not bring back the "+" signs. Thank You! Joe Huber Standard Refrigeration LLC 2005 Reverchon Dr Arlington, TX 76017 Desk: 608-855-5808 Mobile: 682-777-8374 Email: jhu...@stanref.com From: Neil C Smith Sent: Thursday, September 1

Re: Gradle plugin to merge @ServiceProvider namedservices

2022-09-16 Thread Ernie Rael
On 9/16/22 6:27 AM, Jaroslav Tulach wrote: Something like https://imperceptiblethoughts.com/shadow/configuration/merging/#merging-service-descriptor-files, right? -jt Yes. But narrowly targeted and considers the position metadata. See usage at: https://sourceforge.net/p/jvi/raelity-gradle/

Re: Gradle plugin to merge @ServiceProvider namedservices

2022-09-16 Thread Jaroslav Tulach
Something like https://imperceptiblethoughts.com/shadow/configuration/merging/#merging-service-descriptor-files, right? -jt > > 16. 9. 2022 v 3:35, Ernie Rael : > Slightly off topic. > > I work on a plain old java project that uses org.openide.util.lookup's > @ServiceProvider. I've converted