Jan S. Rellermeyer
Jan S. Rellermeyer
Sounds good to me. —Jan. On Oct 28, 2016, at 3:17 PM, Jochen Hiller wrote: @rellermeyerhttps://github.com/rellermeyer @tverbelehttps://github.com/tverbele Coming back to my proposal to introduce pax-exam I would like to do:...
Hi Hüseyin, I have an idea where the problem is coming from and just committed an attempted fix. Could you please test it and let me know if it works?...
This should be set by the build tool but I think currently it is not. For now, I will hardcode it to 5.1.0-SNAPSHOT and look into ways to have it...
Could you tell me what ` System.getProperty("java.specification.version")` returns on your VM?
Okay, thanks. I pushed a change that hopefully addresses the issue. Could you please check it out? You can find the CI build here: https://ci.eclipse.org/concierge/job/Master_Build/296/
Should be sufficient to swap out your existing concierge*.jar with framework/org.eclipse.concierge-5.1.0.SNAPSHOT-20181031093316-nodebug.jar from the build.
It might possibly involve some assembly but I would think that the majority is in C.
Well, we cannot use code from glibc or alike that because of license issues but we can take code from musl-libc (http://www.musl-libc.org) which is under MIT license. However, for the...
Yes, if we want certain functionality from it we can pull it in. Just make sure that all copyright headers are left in place to correctly attribute the authorship of...
Read as the IO call? I don't think we will have this any time soon, it requires an IO subsystem. I would think that in the first phase you can...