Re: [osgi-dev] Correct processor types for ARM?

2020-04-13 Thread Markus Rathgeb via osgi-dev
This has been already done by someone here: https://stackoverflow.com/a/57893125 It seems os.arch is not really "stable" at all: https://bugs.openjdk.java.net/browse/JDK-8167584 ___ OSGi Developer Mail List osgi-dev@mail.osgi.org

Re: [osgi-dev] Correct processor types for ARM?

2020-04-13 Thread Markus Rathgeb via osgi-dev
IIRC a RPi3B can run an 32 and 64 bit Linux system. I can try to run some tests, but I assume we need a "specification" instead of just sume examples. ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] Regarding Transaction Control

2020-04-06 Thread Markus Rathgeb via osgi-dev
As I am using OSGi for a lot of projects on a pure Maven build with the help of all the bnd maven plugins. For easily testing I used bndrun files. I don't want to create the set of bundles that are allowed to be used at runtime all the time and so I started to create pom files that contains all

Re: [osgi-dev] JAX-RS Whiteboard Spec 1.0: Asynchronous Responses: SSE

2020-01-23 Thread Markus Rathgeb via osgi-dev
Hi Marc, thank you foryour response. I checked the specification I found here: https://download.oracle.com/otndocs/jcp/jaxrs-2_1-final-eval-spec/index.html Please allow me to add two further questions here. I agree that it is not really OSGi related, but I assume you can give me the answer. ;)

[osgi-dev] JAX-RS Whiteboard Spec 1.0: Asynchronous Responses: SSE

2020-01-23 Thread Markus Rathgeb via osgi-dev
Hi, I have a question about the Server Sent Events mechanism. I migrated a few projects from Jersey to the Aries JAX-RS Whiteboard implementation and there is now a question about the specification at all. There is an example in the specification that demonstrates the use of Server Sent Events

Re: [osgi-dev] serviceloader

2019-12-17 Thread Markus Rathgeb via osgi-dev
Hi guys, is this the wrong list for such question? Can you point me to a more suitable one? Best regards, Markus Am Fr., 18. Okt. 2019 um 10:55 Uhr schrieb Markus Rathgeb : > > Hello, > > I have question about the serviceloader specific manifest entries (WRT > to the example from >

[osgi-dev] serviceloader

2019-10-18 Thread Markus Rathgeb via osgi-dev
Hello, I have question about the serviceloader specific manifest entries (WRT to the example from https://blog.osgi.org/2013/02/javautilserviceloader-in-osgi.html): The bundle that provides an implementation by SPI should contain that manifest headers: Require-Capability: