I have a restful service (post) that consumes (application/json) and produces (application/json). The single param for this service is an annotated java object.
I am
I am using all libraries included (maven project), but still when running as standalone application, generated by maven-assembly-plugin, I got same error, but when running from IDE it works without problem.
I also had problem with log4j2 logging as it was completely broken when running as standalone fat jar application (in IDE works perfectly), so I first focus on solving this:
Log4j2 configuration not found when running standalone application builded by shade plugin
So I solved problem with missing provider and log4j2 by migrating from maven-assembly-plugin to maven-shade-plugin