jackson-javax-json icon indicating copy to clipboard operation
jackson-javax-json copied to clipboard

Service provider definition missing

Open coladict opened this issue 8 years ago • 0 comments

The final jar is supposed to have a file named META-INF/services/javax.json.spi.JsonProvider containing only

com.github.pgelinas.jackson.javax.json.spi.JacksonProvider

I know you've described a way to do it manually in the main page, but you should just have it loaded, and it will override the default Glassfish implementation if loaded. That one becomes a fallback, in case another one isn't found.

coladict avatar Dec 15 '16 09:12 coladict