com-pas / compas-scl-data-service

Service to store and retrieve the SCL XML to a database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Message not correctly returned in Native Image

dlabordus opened this issue · comments

When a error is returned from a Native Image the body isn't complete. The Error Code and Error Message fields are missing.
It looks like the @reflection annotation is needed for these classes on the configuration class, because as far as known the jaxrs-common jar is configured in the application.properties for scan during native image build.

Also see