Branch: refs/heads/gh-pages
Home: https://github.com/windup/windup
Commit: 698ce0e9d205a8b4d51e505454b90955cf37c965
https://github.com/windup/windup/commit/698ce0e9d205a8b4d51e505454b90955c...
Author: Sande Gilda <sgilda(a)redhat.com>
Date: 2015-06-16 (Tue, 16 Jun 2015)
Changed paths:
M docs/2.2.0.Final/html/WindupCoreDevelopmentGuide.html
M docs/2.2.0.Final/html/WindupRulesDevelopmentGuide.html
M docs/2.2.0.Final/html/WindupUserGuide.html
M docs/2.2.0.Final/pdf/WindupCoreDevelopmentGuide.pdf
M docs/2.2.0.Final/pdf/WindupRulesDevelopmentGuide.pdf
M docs/2.2.0.Final/pdf/WindupUserGuide.pdf
Log Message:
-----------
Update all the documentation to reflect changes in Windup commands and schemas. Add variables for links to the guides
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 9eda6762cd664667553f0507a0c3d850a7feb38f
https://github.com/windup/windup/commit/9eda6762cd664667553f0507a0c3d850a...
Author: Brad Davis <bradsdavis(a)gmail.com>
Date: 2015-06-15 (Mon, 15 Jun 2015)
Changed paths:
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/RenderFileReferenceDirective.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/AddClassFileMetadata.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/service/JavaClassService.java
Log Message:
-----------
WINDUP-642 - Fixed class name resolution to remove trailing "." from the Class Name, and updated Render File Reference to support no-Java Source Found situations.
Commit: 8959bcc34b067eb85f06191e413db82d888dfb76
https://github.com/windup/windup/commit/8959bcc34b067eb85f06191e413db82d8...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2015-06-16 (Tue, 16 Jun 2015)
Changed paths:
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/RenderFileReferenceDirective.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/service/JavaClassService.java
Log Message:
-----------
Merge pull request #602 from bradsdavis/WINDUP-642
WINDUP-642 - Fixed class name resolution to remove trailing "." from …
Compare: https://github.com/windup/windup/compare/9a7c86de605c...8959bcc34b06
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: b77f2bec7fbba84bba6d00cb75f190658791b471
https://github.com/windup/windup/commit/b77f2bec7fbba84bba6d00cb75f190658...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2015-06-15 (Mon, 15 Jun 2015)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FurnaceFreeMarkerTemplateLoader.java
Log Message:
-----------
Prevent lookups from stale addons
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: f64ec8e5ade5c32ba06d07540a192f795d1a98e7
https://github.com/windup/windup/commit/f64ec8e5ade5c32ba06d07540a192f795...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2015-06-15 (Mon, 15 Jun 2015)
Changed paths:
M rules-java/tests/src/test/resources/org/jboss/windup/rules/java/javaclass-withoutclassification.windup.xml
M rules-java/tests/src/test/resources/org/jboss/windup/rules/java/javaclass-withouthint.windup.xml
Log Message:
-----------
Fix a few more failing tests