datastax / cassandra-quarkus

An Apache Cassandra(R) extension for Quarkus
Apache License 2.0
39 stars 28 forks source link

Include application.conf in the native image #188

Closed adutra closed 3 years ago

adutra commented 3 years ago

Currently we don't include application.conf (nor application.json) in the native image. The user is responsible for that and they must specify the following:

quarkus.native.resources.includes=application.conf

We could do that automatically for both application.conf and application.json resources.

Note however that this wouldn't preclude users from having to manually register for reflection any class in that file that is not among the ones that the extension registers automatically for reflection.

┆Issue is synchronized with this Jiraserver Task by Unito