|
I tend to disagree. This INFO message is primarily a bootstrap performance tip intended for users so that they can perform an action, e.g. upgrade a library if possible. I understand that a lot of integration code depends on CDI 1.0. On the other hand, a user should be able to identify similar code. Also a CDI 1.1+ bean archive may also define empty beans.xml. BTW it's ok to use annotations from CDI 1.1 in a CDI 1.0 environment (annotations are simply ignored). This is what we did in RESTEasy: https://github.com/resteasy/Resteasy/commit/ea718417dc3d8c6ffc786857ebb85009697516d7
|