Stefan Bischof

Results 205 comments of Stefan Bischof

Sorry, i got an conflict. I must cancel the meeting

@keeganwitt, there are slim images in the AdoptOpenJDK namespace. Github: https://github.com/AdoptOpenJDK/openjdk-docker/blob/master/12/jdk/alpine/Dockerfile.hotspot.releases.slim Docker: https://hub.docker.com/r/adoptopenjdk/openjdk12 you are looking in the officialImages Namespace

@dinogun any wished? Readme - [ ] wait until java 12 releases are pushed - [ ] wait until jre releases are pushed - [ ] add MB to size...

We also are interested in doing some Spec work on this topic.

I tryied to asked this i the last call but could not remember the answers correctly. When looking an campatible librarys i saw that jetty with Jakarta namespace exists only...

An better solution would be to use additional Annotations as an marker for the unbind and updated method. The tooling could then double-check that the referenced methods exists. ``` @Reference(name=foo)...

related openJDK issues: https://bugs.openjdk.java.net/browse/JDK-8262102

Hi, maybe we can do this together. i wanted to do such an example wist OSGI-JDBC. Currently the TCK just test one compatible implementation insote the project. But most code...

This shows how I added the TCK to one of my projects. * add tck jar to project * add bndrun * have all dependencies in repos -> resolve https://github.com/de-jena/MDO/commit/1efe94d9758cb83593c36802fce8f16546bab9ba...