Migrate from Struts 2.3.33 to Struts 2.5.12 LocalizedTextUtil is removed

前端 未结 2 1737
天命终不由人
天命终不由人 2021-01-26 00:41

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

2条回答
  •  攒了一身酷
    2021-01-26 01:26

    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

提交回复
热议问题