eclipse / microprofile-samples

Micro Profile Samples
Apache License 2.0
117 stars 63 forks source link

Don't list classes in JAX-RS Application #5

Closed johnament closed 7 years ago

johnament commented 8 years ago

The usage of classes within the JAX-RS applications is implementation specific. Since CDI integration is per implementation (and not spec mandated), some JAX-RS runtimes (e.g. CXF) treat this as non-CDI aware classes.

I would suggest removing the getClasses() methods in both application classes.

johnament commented 7 years ago

Done.