eclipse / microprofile-conference

Microprofile.io Demo Code - Web Services Conference Application
http://microprofile.io/
Apache License 2.0
117 stars 116 forks source link

Make the loading of the app data more tolerant to the class loading #174

Closed starksm64 closed 6 years ago

starksm64 commented 6 years ago

by falling back to the BootstrapDataProducer.class.getResource(String) method if TCCL fails.

Signed-off-by: Scott Stark starksm64@gmail.com