Richard Eckart de Castilho
Richard Eckart de Castilho
Just found this: https://github.com/bndtools/bndtools/issues/1059 Honestly - maybe add this `-runsystemcapabilities: ${native_capability}` by default?
Or at least add a helpful hint in the error message that this option exists?
Btw. I see that this option was added to some templates. I based by bndrun files off this tutorial: https://github.com/rotty3000/osgi-test-example-mvn Since there can be many reasons for people not starting...
What eventually put me on the track to google for something that produced a link to https://github.com/bndtools/bndtools/issues/1059 was a message in the build that said: ``` [INFO] --- bnd-resolver-maven-plugin:6.4.0-SNAPSHOT:resolve (resolve-test)...
Hard to tell. I have been using this approach for years so that I can avoid having to declare versions any dependencies (be it reactor dependencies or external dependencies) by...
Declaring `${project.version}` leads to other problems: if a module in another reactor inherits such a dependency, then `${project.version}` will be looked up in the inheriting module and not in the...
If I disable dependency management resolution in bnd, I run into the problem that I have to add all the bundles I need as a test platform to the individual...
I stumbled into this in a pretty large proprietary code base that unfortunately, I cannot share. I tried with Maven 3.6.x and 3.8.x to try to exclude a Maven bug....
For auto config to work properly, auto configuration classes must be registered via a `META-INF/spring.factories` file (in `src/main/resources`). They must not be detected via package scanning (otherwise they would be...
@obtic-scai At the moment, the easiest would probably be to hook up a custom regex recommender via the external recommender mechanism: https://github.com/inception-project/inception-external-recommender