Re: Issues Upgrading Struts to 6.7.0 from 6.4.0 | Unable to Find AnnotationUtils Replacement
Greg Huber <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <[email protected]> |
Not all packages have/will be migrated. Will need to wait for v7. It should work as is. On 03/12/2024 06:55, Lokesh Rajawat wrote: > Hello Team, > > I attempted to upgrade to Struts 6.7.0, the latest General Availability > version, and noticed significant changes due to the deprecation of > org.opensymphony.xwork2 APIs. > While replacements have been introduced in the org.apache.struts2 package, > I couldn’t find a substitute for the following functionality: > > import com.opensymphony.xwork2.util.AnnotationUtils; > > Could you please assist me in identifying the corresponding package or > replacement for this class? >