[windup/windup] a298f5: WINDUP-825: Make Tattletale and Compatible files r...
by Jesse Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: a298f5376e5e6996ad92f34b651aef7d98a118ad
https://github.com/windup/windup/commit/a298f5376e5e6996ad92f34b651aef7d9...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M exec/api/src/main/java/org/jboss/windup/exec/configuration/options/TargetOption.java
M graph/impl/src/main/java/org/jboss/windup/graph/GraphContextImpl.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateCompatibleFileReportRuleProvider.java
A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/EnableCompatibleFilesReportOption.java
R rules-tattletale/addon/src/main/java/org/jboss/windup/rules/apps/tattletale/CreateTattletaleReportLinkRuleProvider.java
A rules-tattletale/addon/src/main/java/org/jboss/windup/rules/apps/tattletale/EnableTattletaleReportOption.java
M rules-tattletale/addon/src/main/java/org/jboss/windup/rules/apps/tattletale/TattletaleRuleProvider.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSmallBinaryModeTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java
Log Message:
-----------
WINDUP-825: Make Tattletale and Compatible files report optional
Commit: 1fb30c581f355cc70cb5b79a92ca131b1b48f1ae
https://github.com/windup/windup/commit/1fb30c581f355cc70cb5b79a92ca131b1...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M exec/api/src/main/java/org/jboss/windup/exec/configuration/options/TargetOption.java
M graph/impl/src/main/java/org/jboss/windup/graph/GraphContextImpl.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateCompatibleFileReportRuleProvider.java
A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/EnableCompatibleFilesReportOption.java
R rules-tattletale/addon/src/main/java/org/jboss/windup/rules/apps/tattletale/CreateTattletaleReportLinkRuleProvider.java
A rules-tattletale/addon/src/main/java/org/jboss/windup/rules/apps/tattletale/EnableTattletaleReportOption.java
M rules-tattletale/addon/src/main/java/org/jboss/windup/rules/apps/tattletale/TattletaleRuleProvider.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSmallBinaryModeTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java
Log Message:
-----------
Merge pull request #764 from jsight/WINDUP-825
WINDUP-825: Make Tattletale and Compatible files report optional
Compare: https://github.com/windup/windup/compare/f077b4c4059b...1fb30c581f35
5 years, 3 months
[windup/windup] 16712f: Updated to latest Furnace (2.22.7.Final) and also ...
by Jesse Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 16712f86ffa1f828a1816ba1fc522270dcebb403
https://github.com/windup/windup/commit/16712f86ffa1f828a1816ba1fc522270d...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M bom/pom.xml
M config/tests/src/test/java/org/jboss/windup/config/iteration/IterationAutomicCommitTest.java
M forks/frames/pom.xml
M graph/addon/pom.xml
A graph/addon/src/main/resources/META-INF/services/org.jboss.forge.furnace.container.simple.Service
A graph/addon/src/main/resources/META-INF/services/org.jboss.forge.furnace.container.simple.SingletonService
M graph/api/pom.xml
M graph/api/src/main/java/org/jboss/windup/graph/GraphApiCompositeClassLoaderProvider.java
M graph/api/src/main/java/org/jboss/windup/graph/GraphContext.java
A graph/api/src/main/java/org/jboss/windup/graph/GraphModelScanner.java
M graph/api/src/main/java/org/jboss/windup/graph/GraphTypeManager.java
R graph/api/src/main/java/org/jboss/windup/graph/GraphTypeRegistry.java
M graph/api/src/main/java/org/jboss/windup/graph/service/GraphService.java
A graph/api/src/main/resources/META-INF/services/org.jboss.forge.furnace.container.simple.Service
A graph/api/src/main/resources/META-INF/services/org.jboss.forge.furnace.container.simple.SingletonService
M graph/impl/pom.xml
M graph/impl/src/main/java/org/jboss/windup/graph/GraphContextFactoryImpl.java
M graph/impl/src/main/java/org/jboss/windup/graph/GraphContextImpl.java
A graph/impl/src/main/resources/META-INF/services/org.jboss.forge.furnace.container.simple.SingletonService
M graph/tests/pom.xml
M pom.xml
M ui/tests/pom.xml
M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupCommandTest.java
Log Message:
-----------
Updated to latest Furnace (2.22.7.Final) and also changed the graph api to use container simple as this allows it to use its own Guava version
Commit: f077b4c4059b13ff355576313b17d5d093ddf6eb
https://github.com/windup/windup/commit/f077b4c4059b13ff355576313b17d5d09...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M bom/pom.xml
M config/tests/src/test/java/org/jboss/windup/config/iteration/IterationAutomicCommitTest.java
M forks/frames/pom.xml
M graph/addon/pom.xml
A graph/addon/src/main/resources/META-INF/services/org.jboss.forge.furnace.container.simple.Service
A graph/addon/src/main/resources/META-INF/services/org.jboss.forge.furnace.container.simple.SingletonService
M graph/api/pom.xml
M graph/api/src/main/java/org/jboss/windup/graph/GraphApiCompositeClassLoaderProvider.java
M graph/api/src/main/java/org/jboss/windup/graph/GraphContext.java
A graph/api/src/main/java/org/jboss/windup/graph/GraphModelScanner.java
M graph/api/src/main/java/org/jboss/windup/graph/GraphTypeManager.java
R graph/api/src/main/java/org/jboss/windup/graph/GraphTypeRegistry.java
M graph/api/src/main/java/org/jboss/windup/graph/service/GraphService.java
A graph/api/src/main/resources/META-INF/services/org.jboss.forge.furnace.container.simple.Service
A graph/api/src/main/resources/META-INF/services/org.jboss.forge.furnace.container.simple.SingletonService
M graph/impl/pom.xml
M graph/impl/src/main/java/org/jboss/windup/graph/GraphContextFactoryImpl.java
M graph/impl/src/main/java/org/jboss/windup/graph/GraphContextImpl.java
A graph/impl/src/main/resources/META-INF/services/org.jboss.forge.furnace.container.simple.SingletonService
M graph/tests/pom.xml
M pom.xml
M ui/tests/pom.xml
M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupCommandTest.java
Log Message:
-----------
Merge pull request #754 from jsight/furnace_upgrade
Updated to latest Furnace (2.22.7.Final) and also changed the graph a…
Compare: https://github.com/windup/windup/compare/051444a57996...f077b4c4059b
5 years, 3 months
[windup/windup] 051444: [maven-release-plugin] prepare for next developmen...
by Jess Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 051444a57996c0b7b6736c873325de4cdb5f714a
https://github.com/windup/windup/commit/051444a57996c0b7b6736c873325de4cd...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2015-11-12 (Thu, 12 Nov 2015)
Changed paths:
M bom/pom.xml
M bootstrap/pom.xml
M config-groovy/addon/pom.xml
M config-groovy/pom.xml
M config-groovy/tests/pom.xml
M config-xml/addon/pom.xml
M config-xml/pom.xml
M config-xml/tests/pom.xml
M config/addon/pom.xml
M config/api/pom.xml
M config/impl/pom.xml
M config/pom.xml
M config/tests/pom.xml
M decompiler/api/pom.xml
M decompiler/impl-fernflower/pom.xml
M decompiler/impl-procyon/pom.xml
M decompiler/pom.xml
M exec/addon/pom.xml
M exec/api/pom.xml
M exec/impl/pom.xml
M exec/pom.xml
M exec/tests/pom.xml
M forks/fernflower/pom.xml
M forks/frames/pom.xml
M forks/jdt/pom.xml
M forks/procyon/Procyon.CompilerTools/pom.xml
M forks/procyon/Procyon.Core/pom.xml
M forks/procyon/Procyon.Expressions/pom.xml
M forks/procyon/Procyon.Reflection/pom.xml
M forks/procyon/pom.xml
M graph/addon/pom.xml
M graph/api/pom.xml
M graph/impl/pom.xml
M graph/pom.xml
M graph/tests/pom.xml
M java-ast/addon/pom.xml
M java-ast/pom.xml
M java-ast/tests/pom.xml
M pom.xml
M reporting/addon/pom.xml
M reporting/api/pom.xml
M reporting/impl/pom.xml
M reporting/pom.xml
M reporting/tests/pom.xml
M rexster/addon/pom.xml
M rexster/pom.xml
M rexster/tests/pom.xml
M rules-base/addon/pom.xml
M rules-base/api/pom.xml
M rules-base/impl/pom.xml
M rules-base/pom.xml
M rules-base/tests/pom.xml
M rules-java-archives/addon/pom.xml
M rules-java-archives/pom.xml
M rules-java-archives/tests/pom.xml
M rules-java-ee/addon/pom.xml
M rules-java-ee/pom.xml
M rules-java-ee/tests/pom.xml
M rules-java-project/addon/pom.xml
M rules-java-project/pom.xml
M rules-java-project/tests/pom.xml
M rules-java/addon/pom.xml
M rules-java/api/pom.xml
M rules-java/impl/pom.xml
M rules-java/pom.xml
M rules-java/tests/pom.xml
M rules-tattletale/addon/pom.xml
M rules-tattletale/pom.xml
M rules-tattletale/tests/pom.xml
M rules-xml/addon/pom.xml
M rules-xml/pom.xml
M rules-xml/tests/pom.xml
M test-util/pom.xml
M tests/pom.xml
M tooling/addon/pom.xml
M tooling/api/pom.xml
M tooling/impl/pom.xml
M tooling/pom.xml
M tooling/tests/pom.xml
M ui/addon/pom.xml
M ui/pom.xml
M ui/tests/pom.xml
M utils/pom.xml
M windup-test-harness/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
5 years, 3 months