Marco Descher

Results 128 comments of Marco Descher

> `jakarta.ws.rs` should be `3.1.0`. Please check if it's not mistyped in your report or in the app (which is the worst case). Corrected, it is in fact jakarta.ws.rs-api 3.1.0

It might well be the case that it works in other OSGi environments, but I wonder on how the SPI implementation is detected. It did work with jakarta.ws.rs-api 2.1.6 where...

I made some progress here, and found out that every medal has two sites - lets sum it up 1. Spifly does dynamically modify [java.util.Serviceloader](https://aries.apache.org/documentation/modules/spi-fly.html#specconf) 2. To have spifly intervene...

thanks @senivam for your feedback, this stuff keeps constantly confusing me, because somehow the patch there fixed the problem for me. So to set this straight * https://github.com/jakartaee/jax-ws-api = `jakarta.xml.ws-api`...

@senivam To help you understand the interconnection I did a little demo on the behaviour of JAXB in https://github.com/col-panic/os-development-spifly-demo - please have a look at it, it should make things...

Just found out, that the same problem exists for `jakarta.websocket-api` see https://stackoverflow.com/questions/39740531/jetty-websocket-java-lang-runtimeexception-cannot-load-platform-configurator where as a solution the same approache is provided. The respective project is https://github.com/jakartaee/websocket

Luckily the implementation of the respective Configurator by Jetty 12 already has the required `META-INF/MANIFEST.MF` entries after build - see https://github.com/jetty/jetty.project/blob/61f773643ee366a52097d02a486696496560f820/jetty-ee10/jetty-ee10-websocket/jetty-ee10-websocket-jakarta-server/pom.xml#L58

Current findings: The following code suffices, and removing the `resolution:=optional` will make manually starting the bundle unnecessary. ``` org.apache.felix maven-bundle-plugin true ${jakarta.annotation.osgi.version}, * true ``` Here the explanation for the...

@jansupol did you take a look at https://github.com/col-panic/os-development-spifly-demo ? I'd have to fix an example based on this one to show the required functionality. Not sure on how to provide...

@sberyozkin thanks a lot for the clarification! Ok, so in order to solve my scenario I added a custom mapper to keycloak, which allows me to combine realm roles and...