dhumeniuk
dhumeniuk
I notice this change puts a limit on the number of total source directories? We currently have a few projects with more than two source directories. Often we create a...
I guess we've been using Bnd in an unsupported way. I guess this makes sense from what I have seen in Bndtools when looking at exported packages, but we have...
The issue I'm talking about is when I invoke a method of some component like this: ``` SomeService someService = ServiceUtils.getService(SomeService.class); someService.doSomethingAsync(); // this method will fire an event within...