We tried to migrate from Struts 2.33 to Struts 2.5.12.
We used LocalizedTextUtil
in our application directly.
I found that the LocalizedTextU
You should use StrutsLocalizedTextProvider or GlobalLocalizedTextProvider. They have some util api, however it's marked as deprecated. Happily, it's documented in the javadoc.
I'm referencing source code from the repo because I was unable to find these classes in javadoc for Struts 2 Core 2.5.11-SNAPSHOT API