FYI, this is probably the last 2.x release before we release major
upgrade as 3.0 with big new features ;)
-------- Forwarded Message --------
Subject: Windup 2.6 now available!
Date: Fri, 24 Jun 2016 12:17:43 -0400
From: Dan Smith <dansmit(a)redhat.com>
Windup (JBoss Migration Toolkit) 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 jboss-migration(a)redhat.com
<mailto:jboss-migration@redhat.com>.
Much thanks to everyone who contributed to the release!
- the JBoss Migration team