Java: Add change note for Struts 7.x package name support

This commit is contained in:
Mads Navntoft
2026-01-27 13:00:16 +01:00
parent 9a94d0474c
commit ede05b54ea

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added support for Struts 7.x package names in the Struts framework library. The library now recognizes both the legacy `com.opensymphony.xwork2` package names (Struts 2.x-6.x) and the new `org.apache.struts2` package names (Struts 7.x+), maintaining backward compatibility while enabling analysis of code using the latest Struts versions.