> > > Same refactor would be nice for Struts internal CDI by > > > finding all references of @Inject and refactoring them [1]. This changes > > > isn't backward compatible so no need for deprecation I think. > > > > FIX: This change (finding all references of @Inject and refactoring them > > e.g. setContainer to injectContainer) is backward compatible so no need > > for deprecation for this one I think. > > Yes, this should be doable. > > I finished implementing new interfaces and just wonder if I should > change `ValidationAware` as well - I thought about splitting it into > three smaller interfaces that can be used separately - > ValidationErrorsAware, ValidationMessagesAware and > ValidationFieldErrorsAware
Not sure about this one. When we were using ValidationAware in our apps we usually needed all three methods. Regards, Christoph