Mark Hoffmann
Mark Hoffmann
bndtools version 6.3.1 Pressing the export button in the bndtools export button only exports a jar with the launcher in it, but no other jars from the bndrun. The export...
Initial importing a bnd maven projects does not show the Maven Workspace category in repository view
When initially importing a bnd maven project in Eclipse as a Maven Project initially only shows the **Maven Dependencies** category node in the repository view. The **Maven Workspace** node does...
Opening the Project Buildpath Dialog takes more than 10 seconds. Every time I click it. In addition to that, during this time the UI is blocked. OS: Linux Ubuntu 20.04,...
I have a simple component that is immediate. It acts as a whiteboard: ``` @Component(name = "DefaultActivationComponent", immediate = true) public class TaskComponent implements TaskService { ... } ``` I...
Because the package **org.glassfish.jersey.media.sse.internal** is not exported in the jersey-media-sse bundle,e.g. the JaxRs client is not able to load the default SSE builder. This is a constellation that will never...
After some thinking, I came to the decision that it is hard to decide, wether or or no resolving is required. So the best way seems to present a meaningful...
- added PACKAGE as target Tested successfully creation of multiple service providers at a package-info.java
This is a suggestion that worked. The export also triggers this MavenRunProvider. I am unsure about, if it is neccessary to verify the export configuration in the pom.xml before exporting?
Whereas all the other SPI annotation are allows on PACKAGE as well. This makes in confortable to place the annotations in a package-info.java
Example Project: https://github.com/geckoprojects-org/org.gecko.playground/tree/bndissue/maven Branch: bndissue When I just want to resolve a bndrun using the IDE by pressing the resolve button, I always need the resolve execution in maven. When...