Christoph Läubrich
Christoph Läubrich
I have recently seen https://github.com/eclipse/rdf4j/commit/eb239114cc33fab91baa67007ae06317ab9416cf (revert incompatible changes to interface) The version annotations, together with BND-Baseline plugin can be used to enforce [Semantic Versioning 2.0.0](https://semver.org), so maybe this would be...
> Export-Package: is the best way when using a bnd.bnd file. I'm currently [adding support for `@Export` and `@Version` to PDE](https://github.com/eclipse-pde/eclipse.pde/issues/69) so soon there will be no excuse not to...
It still might be useful to implement it anyways as its not much effort and will allow some kind of cross-window-kit way to give some hints about render quality.
@aslakhellesoy I'm currently doing some investigations on how this could be archived using LSP4J (java) but if someone else can do it better and faster (e.g. GO, C+++, ...) feel...
But isn't it the idea of Jackson and similar frameworks to have domain objects that could be (optionally) be serialized, just to prevent creating additional domain objects for serialization? The...
Would be helpfull for IDEs as well!
@zhicwu Is master not the correct branch to use here? It seems the develop has some conflicts now can you explain what master vs develop is? master for lats release?
@zhicwu I'll check this, I just picked up @stbischof work and got the feeling that multi-release *might* be dropped, but will check if we can keep this.
OSGi support multi-release: https://blog.osgi.org/2018/02/osgi-r7-highlights-java-9-support.html Having an extra module sounds a bit superfluous, as the idea is to *reuse* whats there instead of adding much more on-top. It is more that...
Is there any progress on this?