mageddo / dns-proxy-server

Solve your DNS hosts from your docker containers, then from your local configuration, then from internet
http://mageddo.github.io/dns-proxy-server/
Apache License 2.0
764 stars 76 forks source link

Run the automated tests over the native image #480

Open mageddo opened 2 weeks ago

mageddo commented 2 weeks ago

What is Happening

Automated tests are ran only over the jar version

What is Expected

Run the automated tests over the native image

Changes (Optional)

Use the latest nativecompile plugin feature called nativeTest

mageddo commented 2 days ago

also see "Build a Native Executable with Resources Autodetection", looks like the plugin is capable to generate the reflection resources automatically at build time, maybe by instrumenting the app while the automated tests are running?