Reputation: 25
I am migrating my project from Struts 2.3.28.1 to 2.5 and could not find the below 3 jar files in Struts 2.5 bundle , which were present in Struts 2.3.28.1 bundle release.Can anyone let me know if Struts 2.5 still supports these 3 jars and if not, then any possible solution----xwork-core-2.3.28.1 , oro-2.0.8 , commons-validator-1.3.1.
Upvotes: 2
Views: 4326
Reputation: 3310
xwork-core
has been folded into struts2-core
, thus there will no artifact for it with version 2.5.x
.
XWork source was merged into Struts Core source, it means that there be no more xwork artifact nor dedicated jar
Check the release notes here
Upvotes: 5