Branch: refs/heads/master
Home:
https://github.com/windup/windup
Commit: 35ef912f525c2971e7f9f42447c6d08b26de3507
https://github.com/windup/windup/commit/35ef912f525c2971e7f9f42447c6d08b2...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2015-02-24 (Tue, 24 Feb 2015)
Changed paths:
M
rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverFilesAndTypesRuleProvider.java
M
rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverMavenProjectsRuleProvider.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java
Log Message:
-----------
Fixes an issue in which an archive can be set with two different project models. This
can produce strange results that are difficult to debug. Also, made it so that only the
input directory is scanned, so we don't end up with user rules directories being
scanned during Windup execution.
Commit: fdb22e1f82087df76261f0156938ef3db24cd02b
https://github.com/windup/windup/commit/fdb22e1f82087df76261f0156938ef3db...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2015-02-24 (Tue, 24 Feb 2015)
Changed paths:
M
rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverFilesAndTypesRuleProvider.java
M
rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverMavenProjectsRuleProvider.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java
Log Message:
-----------
Merge pull request #480 from jsight/reporting_fix
Fixes an issue in which an archive can be set with two different project...
Compare:
https://github.com/windup/windup/compare/6615b6590ea7...fdb22e1f8208