kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Fixed crash when using CDI without JAX-RS #187

Closed urbim closed 3 years ago

urbim commented 3 years ago

Last Jersey upgrade caused application crash when running KumuluzEE with CDI and without JAX-RS. This PR fixes it.