Tim Ward
Tim Ward
Signed-off-by: Tim Ward
This should also Fix FELIX-5974 Signed-off-by: Tim Ward
OSGi R7 adds a JSON(ish) configuration file format for the configurator. Bndtools should provide a nice experience for editing and validating these files.
If I am am working offline and create a bnd run configuration that references a bundle from an external repository (say felix fileinstall), and I have not already cached that...
The static `jakarta.json.Json` factory class has all of the usual OSGi problems. We should specify (at a minimum) that implementations register their `jakarta.json.spi.JsonProvider` instances as services, and provide usage examples.
Thoughts so far: * Jakarta namespace changes - Whiteboard service types should be a simple change - Injection of underlying types is harder (e.g. `@Context HttpServletRequest`). Do we require that...
Java Record types are currently not quite final (as of June 2020) and so we can't reference them in the OSGi specifications yet. This bug is being used to collect...
# Pull request summary I wanted to set up the EditorConfig-Action in my repository but found a couple of blocking issues: - The `.editorconfig` and code to check is in...
This relates to the issue encountered in #1411 If connections in the pool are "failed" by the remote database server then they get lazily evicted, however if *all* the connections...
I believe this will stop dependabot complaining about the version of Jackson used in the resolver verification tests.