Windup 2.6.0 is now available on the Windup website
<
https://windup.jboss.org/>.
There are two major improvements in this release:
*Mavenize an application*: Windup 2.6 can create a basic Maven project
structure for your application. When you execute Windup with the --mavenize
flag, Windup analyzes the structure of your application and creates POM
files with the appropriate dependencies for each of your application
modules.
*Shared archives*: Windup 2.6 recognizes when archives appear in multiple
places in your input applications, and adjusts incident counts and effort
estimates to avoid double-counting. If you analyze multiple applications
together, Windup bundles information about the shared archives to present
you with information on the common libraries shared across your
applications.
Other changes in this release include:
- Improvements to existing rulesets from user contributions
- New rules to recognize Windows filesystem paths
- Fixed several display issues in reports
- Fixed some edge cases where rules triggered inappropriately or failed to
trigger
If you have any feature requests or encounter any issues, please let us
know on the Windup JIRA <
https://issues.jboss.org/projects/WINDUP/issues>,
on freenode IRC #windup, or by replying to windup-users(a)lists.jboss.org.
Much thanks to everyone who contributed to the release!
- the Windup team