FasterXML / jackson-jakarta-rs-providers

Multi-module project that contains Jackson-based "new" Jakarta-RS (nee "JAX-RS" -- ones under `jakarta.ws.rs`) providers for JSON, XML, YAML, Smile, CBOR formats
Apache License 2.0
14 stars 11 forks source link

provide services to the right namespace when running in -jar mode #2

Closed GedMarc closed 3 years ago

GedMarc commented 3 years ago

When running in JAR's / Classpath mode the service loader still references the services/ path,

e.g. in JDK 16

java --enable-preview -cp ./dependency-jars/*.jar;my_app-0.0.0_0-SNAPSHOT.jar test.MyApp