From jesse.sightler at gmail.com Tue Aug 4 18:07:52 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Tue, 04 Aug 2015 15:07:52 -0700 Subject: [Windup-commits] [windup/windup] 500917: WINDUP-701 Fix automatic rulesets updating Message-ID: <55c137b81a744_54343f98a1d572c061338@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 500917fb1917732a904563065f7669ef4a081b38 https://github.com/windup/windup/commit/500917fb1917732a904563065f7669ef4a081b38 Author: OndraZizka Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M bootstrap/pom.xml M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/BootstrapCommand.java M exec/addon/pom.xml M exec/api/pom.xml A exec/api/src/main/java/org/jboss/windup/exec/configuration/options/UpdateRulesetsOption.java A exec/api/src/main/java/org/jboss/windup/exec/updater/RulesetsUpdater.java M ui/addon/pom.xml A ui/addon/src/main/java/org/jboss/windup/ui/DistributionUpdater.java M ui/addon/src/main/java/org/jboss/windup/ui/RulesetUpdateChecker.java M ui/addon/src/main/java/org/jboss/windup/ui/WindupUpdateDistributionCommand.java M ui/addon/src/main/java/org/jboss/windup/ui/WindupUpdateRulesetCommand.java M ui/tests/pom.xml M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateDistributionCommandTest.java M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateRulesetCommandTest.java A ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateRulesetTest.java M utils/src/main/java/org/jboss/windup/util/PathUtil.java Log Message: ----------- WINDUP-701 Fix automatic rulesets updating WINDUP-705 Fix automatic distribution updating - partial (shares some code with 701) Commit: 9472cbb3d1164e97fb92eb0a5af9e3ea1339af76 https://github.com/windup/windup/commit/9472cbb3d1164e97fb92eb0a5af9e3ea1339af76 Author: Lincoln Baxter, III Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M bootstrap/pom.xml M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java R bootstrap/src/main/java/org/jboss/windup/bootstrap/BootstrapCommand.java R bootstrap/src/main/java/org/jboss/windup/bootstrap/BootstrapFurnaceService.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/ConsoleProgressMonitor.java R bootstrap/src/main/java/org/jboss/windup/bootstrap/GreetingListener.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/AbstractListCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/Command.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/CommandPhase.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/CommandResult.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/FurnaceDependent.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/AbstractAddonCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/AddAddonDirectoryCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/AddImmutableAddonDirectoryCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/InstallAddonCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/ListAddonsCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/RemoveAddonCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DisplayHelpCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DisplayVersionCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/GenerateCompletionDataCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListSourceTechnologiesCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListTagsCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListTargetTechnologiesCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/UpdateRulesetsCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/listener/GreetingListener.java M config/api/src/main/java/org/jboss/windup/config/Variables.java R exec/api/src/main/java/org/jboss/windup/exec/configuration/options/UpdateRulesetsOption.java M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateDistributionCommandTest.java M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateRulesetCommandTest.java M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateRulesetTest.java M utils/src/main/java/org/jboss/windup/util/PathUtil.java M utils/src/main/java/org/jboss/windup/util/ZipUtil.java Log Message: ----------- Refactored bootstrap Commit: 643b3f1d8c42a3fcdd3262bb018fd147dac29dee https://github.com/windup/windup/commit/643b3f1d8c42a3fcdd3262bb018fd147dac29dee Author: Jesse Sightler Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M bootstrap/pom.xml M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java R bootstrap/src/main/java/org/jboss/windup/bootstrap/BootstrapCommand.java R bootstrap/src/main/java/org/jboss/windup/bootstrap/BootstrapFurnaceService.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/ConsoleProgressMonitor.java R bootstrap/src/main/java/org/jboss/windup/bootstrap/GreetingListener.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/AbstractListCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/Command.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/CommandPhase.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/CommandResult.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/FurnaceDependent.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/AbstractAddonCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/AddAddonDirectoryCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/AddImmutableAddonDirectoryCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/InstallAddonCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/ListAddonsCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/RemoveAddonCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DisplayHelpCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DisplayVersionCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/GenerateCompletionDataCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListSourceTechnologiesCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListTagsCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListTargetTechnologiesCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/UpdateRulesetsCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/listener/GreetingListener.java M config/api/src/main/java/org/jboss/windup/config/Variables.java M exec/addon/pom.xml M exec/api/pom.xml A exec/api/src/main/java/org/jboss/windup/exec/updater/RulesetsUpdater.java M ui/addon/pom.xml A ui/addon/src/main/java/org/jboss/windup/ui/DistributionUpdater.java M ui/addon/src/main/java/org/jboss/windup/ui/RulesetUpdateChecker.java M ui/addon/src/main/java/org/jboss/windup/ui/WindupUpdateDistributionCommand.java M ui/addon/src/main/java/org/jboss/windup/ui/WindupUpdateRulesetCommand.java M ui/tests/pom.xml M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateDistributionCommandTest.java M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateRulesetCommandTest.java A ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateRulesetTest.java M utils/src/main/java/org/jboss/windup/util/PathUtil.java M utils/src/main/java/org/jboss/windup/util/ZipUtil.java Log Message: ----------- Merge pull request #651 from lincolnthree/OndraZizka-fixUpdateRulesets-WINDUP-701 Merge of OndraZizka WINDUP-701 & Bootstrap Refactor Compare: https://github.com/windup/windup/compare/1304f41f5ad9...643b3f1d8c42 From jesse.sightler at gmail.com Tue Aug 4 18:13:26 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Tue, 04 Aug 2015 15:13:26 -0700 Subject: [Windup-commits] [windup/windup] 58b39d: Fixed an issue that caused it to be impossible to ... Message-ID: <55c139066a7d_239f3fa9dcf972a0246a5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 58b39d8ad3bffa859f19cb5533cda996ab66912a https://github.com/windup/windup/commit/58b39d8ad3bffa859f19cb5533cda996ab66912a Author: Jess Sightler Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerIterationOperation.java M reporting/impl/src/main/java/org/jboss/windup/reporting/xml/HintHandler.java M reporting/impl/src/main/resources/reports/templates/source.ftl Log Message: ----------- Fixed an issue that caused it to be impossible to indent sample source code Commit: f51482e38caf95d31c4d527c6f879e34390b3d2e https://github.com/windup/windup/commit/f51482e38caf95d31c4d527c6f879e34390b3d2e Author: Jesse Sightler Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerIterationOperation.java M reporting/impl/src/main/java/org/jboss/windup/reporting/xml/HintHandler.java M reporting/impl/src/main/resources/reports/templates/source.ftl Log Message: ----------- Merge pull request #653 from jsight/hinthandlerfix Fixed an issue that caused it to be impossible to indent sample sourc? Compare: https://github.com/windup/windup/compare/643b3f1d8c42...f51482e38caf From Lincoln.Baxter at lists.jboss.org Wed Aug 5 11:52:26 2015 From: Lincoln.Baxter at lists.jboss.org (Lincoln.Baxter at lists.jboss.org) Date: Wed, 05 Aug 2015 08:52:26 -0700 Subject: [Windup-commits] [windup/windup] a4efe8: WINDUP-708 - Fixed tag matching rather that matchi... Message-ID: <55c2313ad91a0_51043fb1d14072bc645a3@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: a4efe89a8f3627f48d42c73b352c33ea5eddc0a9 https://github.com/windup/windup/commit/a4efe89a8f3627f48d42c73b352c33ea5eddc0a9 Author: Brad Davis Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbConfigurationXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverWebXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/GenerateJBossWebDescriptorRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebsphereWebXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/service/EnvironmentReferenceService.java Log Message: ----------- WINDUP-708 - Fixed tag matching rather that matching by tag type. This should avoid issues where two environment references in two different descriptors share the same name and type, but different tag types. Commit: 16c4e677512c604dea5a172495d6c47b937c016f https://github.com/windup/windup/commit/16c4e677512c604dea5a172495d6c47b937c016f Author: Lincoln Baxter, III Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbConfigurationXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverWebXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/GenerateJBossWebDescriptorRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebsphereWebXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/service/EnvironmentReferenceService.java Log Message: ----------- Merge pull request #652 from bradsdavis/WINDUP-708 WINDUP-708 - Fixed tag matching rather that matching by tag type. Th? Compare: https://github.com/windup/windup/compare/f51482e38caf...16c4e677512c From sgilda at redhat.com Thu Aug 6 11:12:06 2015 From: sgilda at redhat.com (Sande Gilda) Date: Thu, 06 Aug 2015 08:12:06 -0700 Subject: [Windup-commits] [windup/windup] 7f6710: WINDUP-712: Fix instructions to execute Windup Message-ID: <55c37946d5f4f_66473f88cc5f929c69431@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/gh-pages Home: https://github.com/windup/windup Commit: 7f67107ff1116b95214ebe1107e0d4674d43fc8c https://github.com/windup/windup/commit/7f67107ff1116b95214ebe1107e0d4674d43fc8c Author: Sande Gilda Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M docs/2.3.0.Final/html/WindupCoreDevelopmentGuide.html M docs/2.3.0.Final/html/WindupRulesDevelopmentGuide.html M docs/2.3.0.Final/html/WindupUserGuide.html M docs/2.3.0.Final/pdf/WindupCoreDevelopmentGuide.pdf M docs/2.3.0.Final/pdf/WindupRulesDevelopmentGuide.pdf M docs/2.3.0.Final/pdf/WindupUserGuide.pdf Log Message: ----------- WINDUP-712: Fix instructions to execute Windup From Lincoln.Baxter at lists.jboss.org Thu Aug 6 12:16:24 2015 From: Lincoln.Baxter at lists.jboss.org (Lincoln.Baxter at lists.jboss.org) Date: Thu, 06 Aug 2015 09:16:24 -0700 Subject: [Windup-commits] [windup/windup] ceb5e4: WINDUP-707 - UI Enhancements for Partner Presentat... Message-ID: <55c388583dc09_67cf3fdff5f5b29c48227@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: ceb5e409fc0c968c39b474e637eefcaa61b817e3 https://github.com/windup/windup/commit/ceb5e409fc0c968c39b474e637eefcaa61b817e3 Author: Brad Davis Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/RenderRuleLinkDirective.java M reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateProblemCentricReportRuleProvider.java M reporting/impl/src/main/resources/reports/resources/css/windup.css M reporting/impl/src/main/resources/reports/templates/include/navbar.ftl M reporting/impl/src/main/resources/reports/templates/include/userfeedback.ftl M reporting/impl/src/main/resources/reports/templates/problem-centric-report.ftl M reporting/impl/src/main/resources/reports/templates/source.ftl M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebsphereEjbBindingXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebsphereWebXmlRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateCompatibleFileReportRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverArchiveManifestFilesRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverPropertiesFilesRuleProvider.java Log Message: ----------- WINDUP-707 - UI Enhancements for Partner Presentation Commit: d4b49f475d91b7f0565ec7c8b729510479e4d2eb https://github.com/windup/windup/commit/d4b49f475d91b7f0565ec7c8b729510479e4d2eb Author: Brad Davis Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M config/api/src/main/java/org/jboss/windup/config/Variables.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/PropertiesModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverArchiveManifestFilesRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverPropertiesFilesRuleProvider.java Log Message: ----------- WINDUP-707 - Fixed properties file to layer on top instead of reference the underlying file. Fixed import statement in Variables. Set Manifest and Properties to generate source. Commit: 2195de136b5f6d7205ab1bf417517ccba49499e5 https://github.com/windup/windup/commit/2195de136b5f6d7205ab1bf417517ccba49499e5 Author: Lincoln Baxter, III Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M config/api/src/main/java/org/jboss/windup/config/Variables.java M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/RenderRuleLinkDirective.java M reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateProblemCentricReportRuleProvider.java M reporting/impl/src/main/resources/reports/resources/css/windup.css M reporting/impl/src/main/resources/reports/templates/include/navbar.ftl M reporting/impl/src/main/resources/reports/templates/include/userfeedback.ftl M reporting/impl/src/main/resources/reports/templates/problem-centric-report.ftl M reporting/impl/src/main/resources/reports/templates/source.ftl M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebsphereEjbBindingXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebsphereWebXmlRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/PropertiesModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateCompatibleFileReportRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverArchiveManifestFilesRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverPropertiesFilesRuleProvider.java Log Message: ----------- Merge branch 'WINDUP-707' of git://github.com/bradsdavis/windup into bradsdavis-WINDUP-707 Commit: 70722f9d8aa94e8317f7dbc7cf6906c5f495586d https://github.com/windup/windup/commit/70722f9d8aa94e8317f7dbc7cf6906c5f495586d Author: OndraZizka Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M bootstrap/pom.xml M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/BootstrapCommand.java M exec/addon/pom.xml M exec/api/pom.xml A exec/api/src/main/java/org/jboss/windup/exec/configuration/options/UpdateRulesetsOption.java A exec/api/src/main/java/org/jboss/windup/exec/updater/RulesetsUpdater.java M ui/addon/pom.xml A ui/addon/src/main/java/org/jboss/windup/ui/DistributionUpdater.java M ui/addon/src/main/java/org/jboss/windup/ui/RulesetUpdateChecker.java M ui/addon/src/main/java/org/jboss/windup/ui/WindupUpdateDistributionCommand.java M ui/addon/src/main/java/org/jboss/windup/ui/WindupUpdateRulesetCommand.java M ui/tests/pom.xml M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateDistributionCommandTest.java M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateRulesetCommandTest.java A ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateRulesetTest.java M utils/src/main/java/org/jboss/windup/util/PathUtil.java Log Message: ----------- WINDUP-701 Fix automatic rulesets updating WINDUP-705 Fix automatic distribution updating - partial (shares some code with 701) Commit: 954c14fa16b65cebb62f36a1ea2f9aa603f8ad0d https://github.com/windup/windup/commit/954c14fa16b65cebb62f36a1ea2f9aa603f8ad0d Author: Lincoln Baxter, III Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M bootstrap/pom.xml M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java R bootstrap/src/main/java/org/jboss/windup/bootstrap/BootstrapCommand.java R bootstrap/src/main/java/org/jboss/windup/bootstrap/BootstrapFurnaceService.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/ConsoleProgressMonitor.java R bootstrap/src/main/java/org/jboss/windup/bootstrap/GreetingListener.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/AbstractListCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/Command.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/CommandPhase.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/CommandResult.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/FurnaceDependent.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/AbstractAddonCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/AddAddonDirectoryCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/AddImmutableAddonDirectoryCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/InstallAddonCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/ListAddonsCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/addons/RemoveAddonCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DisplayHelpCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DisplayVersionCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/GenerateCompletionDataCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListSourceTechnologiesCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListTagsCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListTargetTechnologiesCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/UpdateRulesetsCommand.java A bootstrap/src/main/java/org/jboss/windup/bootstrap/listener/GreetingListener.java M config/api/src/main/java/org/jboss/windup/config/Variables.java R exec/api/src/main/java/org/jboss/windup/exec/configuration/options/UpdateRulesetsOption.java M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateDistributionCommandTest.java M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateRulesetCommandTest.java M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupUpdateRulesetTest.java M utils/src/main/java/org/jboss/windup/util/PathUtil.java M utils/src/main/java/org/jboss/windup/util/ZipUtil.java Log Message: ----------- Refactored bootstrap Commit: cf66efc6c8887cfd9231f32c066ef7361239fb56 https://github.com/windup/windup/commit/cf66efc6c8887cfd9231f32c066ef7361239fb56 Author: Jess Sightler Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerIterationOperation.java M reporting/impl/src/main/java/org/jboss/windup/reporting/xml/HintHandler.java M reporting/impl/src/main/resources/reports/templates/source.ftl Log Message: ----------- Fixed an issue that caused it to be impossible to indent sample source code Commit: affe25af60b1d9dee727e907a60e03f158f19025 https://github.com/windup/windup/commit/affe25af60b1d9dee727e907a60e03f158f19025 Author: Brad Davis Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbConfigurationXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverWebXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/GenerateJBossWebDescriptorRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebsphereWebXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/service/EnvironmentReferenceService.java Log Message: ----------- WINDUP-708 - Fixed tag matching rather that matching by tag type. This should avoid issues where two environment references in two different descriptors share the same name and type, but different tag types. Commit: e8d9bc2882898810af089b1f0c977500c026b2f5 https://github.com/windup/windup/commit/e8d9bc2882898810af089b1f0c977500c026b2f5 Author: Lincoln Baxter, III Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M graph/api/src/main/java/org/jboss/windup/graph/model/resource/FileModel.java M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/RenderRuleLinkDirective.java M reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateProblemCentricReportRuleProvider.java M reporting/impl/src/main/resources/reports/resources/css/windup.css M reporting/impl/src/main/resources/reports/templates/include/navbar.ftl M reporting/impl/src/main/resources/reports/templates/include/userfeedback.ftl M reporting/impl/src/main/resources/reports/templates/problem-centric-report.ftl M reporting/impl/src/main/resources/reports/templates/source.ftl M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebsphereEjbBindingXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebsphereWebXmlRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/PropertiesModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateCompatibleFileReportRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverArchiveManifestFilesRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverPropertiesFilesRuleProvider.java Log Message: ----------- Merge branch 'bradsdavis-WINDUP-707' Compare: https://github.com/windup/windup/compare/16c4e677512c...e8d9bc288289 From jesse.sightler at gmail.com Thu Aug 6 12:20:48 2015 From: jesse.sightler at gmail.com (jsight) Date: Thu, 06 Aug 2015 09:20:48 -0700 Subject: [Windup-commits] [windup/windup] Message-ID: <55c38960caba_14793fa5835fd29c6497@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup From bradsdavis at gmail.com Thu Aug 6 12:41:52 2015 From: bradsdavis at gmail.com (Brad Davis) Date: Thu, 06 Aug 2015 09:41:52 -0700 Subject: [Windup-commits] [windup/windup] f2b5f1: WINDUP-707 - UI Enhancements for Partner Presentat... Message-ID: <55c38e5015080_5b0e3f7eda0c92a018435@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: f2b5f1b7414ab16026ce91b96ee730c03716ad1d https://github.com/windup/windup/commit/f2b5f1b7414ab16026ce91b96ee730c03716ad1d Author: Brad Davis Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/RenderRuleLinkDirective.java M reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateProblemCentricReportRuleProvider.java M reporting/impl/src/main/resources/reports/resources/css/windup.css M reporting/impl/src/main/resources/reports/templates/include/navbar.ftl M reporting/impl/src/main/resources/reports/templates/include/userfeedback.ftl M reporting/impl/src/main/resources/reports/templates/problem-centric-report.ftl M reporting/impl/src/main/resources/reports/templates/source.ftl M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebsphereEjbBindingXmlRuleProvider.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/websphere/ResolveWebsphereWebXmlRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/PropertiesModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateCompatibleFileReportRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverArchiveManifestFilesRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverPropertiesFilesRuleProvider.java Log Message: ----------- WINDUP-707 - UI Enhancements for Partner Presentation From Lincoln.Baxter at lists.jboss.org Thu Aug 6 12:42:29 2015 From: Lincoln.Baxter at lists.jboss.org (Lincoln.Baxter at lists.jboss.org) Date: Thu, 06 Aug 2015 09:42:29 -0700 Subject: [Windup-commits] [windup/windup] f9a922: WINDUP-709, WINDUP-704: The unbound classpath rule... Message-ID: <55c38e75829a6_18673ffc169cb2b81033b7@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: f9a92282bf9d2d1a5a051db4ff2f90ed5e923100 https://github.com/windup/windup/commit/f9a92282bf9d2d1a5a051db4ff2f90ed5e923100 Author: Jess Sightler Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M forks/frames/pom.xml A forks/jdt/README.txt A forks/jdt/pom.xml A forks/jdt/src/main/java/org/eclipse/jdt/internal/compiler/Compiler.java M java-ast/addon/pom.xml M pom.xml M rules-base/api/src/main/java/org/jboss/windup/rules/files/condition/File.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/condition/UnresolvedClassCondition.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/FindUnboundJavaReferencesRuleProvider.java M rules-java/tests/src/test/java/org/jboss/windup/rule/groovy/GroovyExtensionJavaRulesTest.java Log Message: ----------- WINDUP-709, WINDUP-704: The unbound classpath rule now only adds hints if the line is not already hinted. Also, this makes the File condition return a FileLocationModel Commit: 45cf9f4006e45984909e49409961fd2ed011893c https://github.com/windup/windup/commit/45cf9f4006e45984909e49409961fd2ed011893c Author: Lincoln Baxter, III Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M forks/frames/pom.xml A forks/jdt/README.txt A forks/jdt/pom.xml A forks/jdt/src/main/java/org/eclipse/jdt/internal/compiler/Compiler.java M java-ast/addon/pom.xml M pom.xml M rules-base/api/src/main/java/org/jboss/windup/rules/files/condition/File.java R rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/condition/UnresolvedClassCondition.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/FindUnboundJavaReferencesRuleProvider.java M rules-java/tests/src/test/java/org/jboss/windup/rule/groovy/GroovyExtensionJavaRulesTest.java Log Message: ----------- Merge pull request #654 from jsight/WINDUP-709 WINDUP-709, WINDUP-704: The unbound classpath rule now only adds hint? Compare: https://github.com/windup/windup/compare/f2b5f1b7414a...45cf9f4006e4 From Lincoln.Baxter at lists.jboss.org Mon Aug 17 16:38:54 2015 From: Lincoln.Baxter at lists.jboss.org (Lincoln.Baxter at lists.jboss.org) Date: Mon, 17 Aug 2015 13:38:54 -0700 Subject: [Windup-commits] [windup/windup] ce4740: Update rewrite version to 3.0.0.Alpha9-jboss Message-ID: <55d2465ee6981_8613fa30f30d29c34b3@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: ce474021cd30558741ea66ca1c5dacaa1e6714fb https://github.com/windup/windup/commit/ce474021cd30558741ea66ca1c5dacaa1e6714fb Author: Lincoln Baxter, III Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M config/pom.xml Log Message: ----------- Update rewrite version to 3.0.0.Alpha9-jboss From jesse.sightler at gmail.com Tue Aug 18 13:32:29 2015 From: jesse.sightler at gmail.com (jsight) Date: Tue, 18 Aug 2015 10:32:29 -0700 Subject: [Windup-commits] [windup/windup] Message-ID: <55d36c2dc766e_e593fabbad3d2b8408ba@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/tags/windup_0.7 Home: https://github.com/windup/windup From Lincoln.Baxter at lists.jboss.org Thu Aug 20 11:53:33 2015 From: Lincoln.Baxter at lists.jboss.org (Lincoln.Baxter at lists.jboss.org) Date: Thu, 20 Aug 2015 08:53:33 -0700 Subject: [Windup-commits] [windup/windup] 8a8982: Always print the version when executing windup Message-ID: <55d5f7fd31ca3_34413febf5ddf2b85668c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 8a898201be4ed130d874061ad00a1d1e07698389 https://github.com/windup/windup/commit/8a898201be4ed130d874061ad00a1d1e07698389 Author: Jess Sightler Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DisplayVersionCommand.java Log Message: ----------- Always print the version when executing windup Commit: e53a93c201af58fcf06ecf94a8f7ea2747e8fca5 https://github.com/windup/windup/commit/e53a93c201af58fcf06ecf94a8f7ea2747e8fca5 Author: Lincoln Baxter, III Date: 2015-08-20 (Thu, 20 Aug 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DisplayVersionCommand.java Log Message: ----------- Merge pull request #657 from jsight/addbootstrap_versionprintout Always print the version when executing windup Compare: https://github.com/windup/windup/compare/ce474021cd30...e53a93c201af From Lincoln.Baxter at lists.jboss.org Thu Aug 20 11:53:46 2015 From: Lincoln.Baxter at lists.jboss.org (Lincoln.Baxter at lists.jboss.org) Date: Thu, 20 Aug 2015 08:53:46 -0700 Subject: [Windup-commits] [windup/windup] f26a36: WINDUP-714: Windup --listTargetTechnologies shows ... Message-ID: <55d5f80a6e602_49bb3fbd1b90d2c0525d8@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: f26a36e5ae1d18d9ea76e04a3919536e6f8a1a82 https://github.com/windup/windup/commit/f26a36e5ae1d18d9ea76e04a3919536e6f8a1a82 Author: Jess Sightler Date: 2015-08-18 (Tue, 18 Aug 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListSourceTechnologiesCommand.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListTargetTechnologiesCommand.java M config/api/src/main/java/org/jboss/windup/config/metadata/RuleProviderRegistryCache.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/CreateSpringBeanReportRuleProvider.java Log Message: ----------- WINDUP-714: Windup --listTargetTechnologies shows "Spring" as the only target technology Commit: ed126c16b4e100f7bd55111dbbe619534fe3793e https://github.com/windup/windup/commit/ed126c16b4e100f7bd55111dbbe619534fe3793e Author: Lincoln Baxter, III Date: 2015-08-20 (Thu, 20 Aug 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListSourceTechnologiesCommand.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListTargetTechnologiesCommand.java M config/api/src/main/java/org/jboss/windup/config/metadata/RuleProviderRegistryCache.java M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/CreateSpringBeanReportRuleProvider.java Log Message: ----------- Merge pull request #658 from jsight/WINDUP-714 WINDUP-714: Windup --listTargetTechnologies shows "Spring" as the onl? Compare: https://github.com/windup/windup/compare/e53a93c201af...ed126c16b4e1 From Lincoln.Baxter at lists.jboss.org Thu Aug 20 11:54:14 2015 From: Lincoln.Baxter at lists.jboss.org (Lincoln.Baxter at lists.jboss.org) Date: Thu, 20 Aug 2015 08:54:14 -0700 Subject: [Windup-commits] [windup/windup] 138d81: WINDUP-715: Improve warning messages for excessive... Message-ID: <55d5f826d8238_49d93fb08728b2bc1069ec@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 138d819a6c8d776634583719523ca6714dd6c2c0 https://github.com/windup/windup/commit/138d819a6c8d776634583719523ca6714dd6c2c0 Author: Jess Sightler Date: 2015-08-19 (Wed, 19 Aug 2015) Changed paths: M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/config/ScanPackagesOption.java Log Message: ----------- WINDUP-715: Improve warning messages for excessively general package scan Commit: 56060e30b18e79fdce5812c33c71f494d26b6f1c https://github.com/windup/windup/commit/56060e30b18e79fdce5812c33c71f494d26b6f1c Author: Lincoln Baxter, III Date: 2015-08-20 (Thu, 20 Aug 2015) Changed paths: M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/config/ScanPackagesOption.java Log Message: ----------- Merge pull request #659 from jsight/WINDUP-715 WINDUP-715: Improve warning messages for excessively general package ? Compare: https://github.com/windup/windup/compare/ed126c16b4e1...56060e30b18e From Lincoln.Baxter at lists.jboss.org Fri Aug 21 14:09:40 2015 From: Lincoln.Baxter at lists.jboss.org (Lincoln.Baxter at lists.jboss.org) Date: Fri, 21 Aug 2015 11:09:40 -0700 Subject: [Windup-commits] [windup/windup] 60c8e9: Increment nexus indexer version to allow external ... Message-ID: <55d7696492015_e603fad2018b2a0220ac@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 60c8e91288cc8cb51593aa0400ed74623c51162b https://github.com/windup/windup/commit/60c8e91288cc8cb51593aa0400ed74623c51162b Author: Lincoln Baxter, III Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M bom/pom.xml Log Message: ----------- Increment nexus indexer version to allow external building of Windup From Lincoln.Baxter at lists.jboss.org Mon Aug 24 13:10:32 2015 From: Lincoln.Baxter at lists.jboss.org (Lincoln.Baxter at lists.jboss.org) Date: Mon, 24 Aug 2015 10:10:32 -0700 Subject: [Windup-commits] [windup/windup] e58a38: Update README.asciidoc Message-ID: <55db5008417e1_2e8d3fe5908572c050955@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: e58a384c0765537748c11d54fbd0a562d3f46666 https://github.com/windup/windup/commit/e58a384c0765537748c11d54fbd0a562d3f46666 Author: Lincoln Baxter, III Date: 2015-08-24 (Mon, 24 Aug 2015) Changed paths: M README.asciidoc Log Message: ----------- Update README.asciidoc From zizka at seznam.cz Tue Aug 25 12:05:48 2015 From: zizka at seznam.cz (Ondrej Zizka) Date: Tue, 25 Aug 2015 09:05:48 -0700 Subject: [Windup-commits] [windup/windup] 5367c6: Update RulesetUpdateChecker.java Message-ID: <55dc925cd8f65_738e3fa4787a12bc952cf@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/changeUpdateCheckerMsg Home: https://github.com/windup/windup Commit: 5367c685a1a0fb3f3ffc03d444977470c66c548c https://github.com/windup/windup/commit/5367c685a1a0fb3f3ffc03d444977470c66c548c Author: Ondrej Zizka Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M ui/addon/src/main/java/org/jboss/windup/ui/RulesetUpdateChecker.java Log Message: ----------- Update RulesetUpdateChecker.java From Lincoln.Baxter at lists.jboss.org Tue Aug 25 12:06:35 2015 From: Lincoln.Baxter at lists.jboss.org (Lincoln.Baxter at lists.jboss.org) Date: Tue, 25 Aug 2015 09:06:35 -0700 Subject: [Windup-commits] [windup/windup] 5367c6: Update RulesetUpdateChecker.java Message-ID: <55dc928b77c2a_19b03fd9305292b81528d@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 5367c685a1a0fb3f3ffc03d444977470c66c548c https://github.com/windup/windup/commit/5367c685a1a0fb3f3ffc03d444977470c66c548c Author: Ondrej Zizka Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M ui/addon/src/main/java/org/jboss/windup/ui/RulesetUpdateChecker.java Log Message: ----------- Update RulesetUpdateChecker.java Commit: b2bd45630df4aee1eabd12b2c6e3770ba6297f97 https://github.com/windup/windup/commit/b2bd45630df4aee1eabd12b2c6e3770ba6297f97 Author: Lincoln Baxter, III Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M ui/addon/src/main/java/org/jboss/windup/ui/RulesetUpdateChecker.java Log Message: ----------- Merge pull request #662 from windup/changeUpdateCheckerMsg Update the message in RulesetUpdateChecker.java. Compare: https://github.com/windup/windup/compare/e58a384c0765...b2bd45630df4 From zizka at seznam.cz Wed Aug 26 08:16:31 2015 From: zizka at seznam.cz (Ondrej Zizka) Date: Wed, 26 Aug 2015 05:16:31 -0700 Subject: [Windup-commits] [windup/windup] 0df79f: Improve TypeReferenceLocation javadoc Message-ID: <55ddae1fd16d5_73b3f9aa3f4b2bc83695@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/improveTypeReferenceLocationjavadoc Home: https://github.com/windup/windup Commit: 0df79f36163e24a02a251429c5bc0f577d33411a https://github.com/windup/windup/commit/0df79f36163e24a02a251429c5bc0f577d33411a Author: Ondrej Zizka Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M java-ast/addon/src/main/java/org/jboss/windup/ast/java/data/TypeReferenceLocation.java Log Message: ----------- Improve TypeReferenceLocation javadoc (14:08:08) mbriskar: ozizka, it will. implements/extends is transitive (14:08:28) mbriskar: ozizka, even method_call probably is transitive From zizka at seznam.cz Wed Aug 26 08:41:33 2015 From: zizka at seznam.cz (Ondrej Zizka) Date: Wed, 26 Aug 2015 05:41:33 -0700 Subject: [Windup-commits] [windup/windup] 3f1d21: Update TypeReferenceLocation.java Message-ID: <55ddb3fd70b77_db43fd9158c72a038780@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/improveTypeReferenceLocationjavadoc Home: https://github.com/windup/windup Commit: 3f1d214a2e9351b43430ce254004006e60bba6de https://github.com/windup/windup/commit/3f1d214a2e9351b43430ce254004006e60bba6de Author: Ondrej Zizka Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M java-ast/addon/src/main/java/org/jboss/windup/ast/java/data/TypeReferenceLocation.java Log Message: ----------- Update TypeReferenceLocation.java From Lincoln.Baxter at lists.jboss.org Wed Aug 26 10:55:37 2015 From: Lincoln.Baxter at lists.jboss.org (Lincoln.Baxter at lists.jboss.org) Date: Wed, 26 Aug 2015 07:55:37 -0700 Subject: [Windup-commits] [windup/windup] 99b00a: WINDUP-718: Fixed an issue with path selection dur... Message-ID: <55ddd369c19b3_54fa3f94544432c0756c9@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 99b00a3c27ab00a5539160b13b14976f05df6352 https://github.com/windup/windup/commit/99b00a3c27ab00a5539160b13b14976f05df6352 Author: Jess Sightler Date: 2015-08-24 (Mon, 24 Aug 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java M exec/api/src/main/java/org/jboss/windup/exec/configuration/options/TargetOption.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/config/EnableClassNotFoundAnalysisOption.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/DecompilerUtil.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/FernflowerDecompilerOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/WindupJavaConfigurationModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/AnalyzeJavaFilesRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/FindUnboundJavaReferencesRuleProvider.java M rules-java/impl/src/main/java/org/jboss/windup/rules/apps/java/config/CopyJavaConfigToGraphRuleProvider.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassBindingStatusTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassWithoutHintTest.java M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupCommandRuleFilteringTest.java M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupCommandTest.java M utils/src/main/java/org/jboss/windup/util/PathUtil.java Log Message: ----------- WINDUP-718: Fixed an issue with path selection during decompilation. Also, made the unbound references scanning functionality optional Commit: 888dda3466cafb6e7922a35055c91b2a29e61adf https://github.com/windup/windup/commit/888dda3466cafb6e7922a35055c91b2a29e61adf Author: Jess Sightler Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M java-ast/addon/src/main/java/org/jboss/windup/ast/java/BatchASTProcessor.java Log Message: ----------- Don't analyze multiple files with the same name in the same batch, as this sometimes confuses JDT Commit: 7dd5e13399edb5e277e52f76d09bc325d57ec0cc https://github.com/windup/windup/commit/7dd5e13399edb5e277e52f76d09bc325d57ec0cc Author: Lincoln Baxter, III Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java M exec/api/src/main/java/org/jboss/windup/exec/configuration/options/TargetOption.java M java-ast/addon/src/main/java/org/jboss/windup/ast/java/BatchASTProcessor.java A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/config/EnableClassNotFoundAnalysisOption.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/DecompilerUtil.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/FernflowerDecompilerOperation.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/WindupJavaConfigurationModel.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/AnalyzeJavaFilesRuleProvider.java M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/FindUnboundJavaReferencesRuleProvider.java M rules-java/impl/src/main/java/org/jboss/windup/rules/apps/java/config/CopyJavaConfigToGraphRuleProvider.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassBindingStatusTest.java M rules-java/tests/src/test/java/org/jboss/windup/rules/java/JavaClassWithoutHintTest.java M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupCommandRuleFilteringTest.java M ui/tests/src/test/java/org/jboss/windup/addon/ui/WindupCommandTest.java M utils/src/main/java/org/jboss/windup/util/PathUtil.java Log Message: ----------- Merge pull request #661 from jsight/bugfixes Fixed an issue with path selection during decompilation. Also, made the unbound references scanning functionality optional Compare: https://github.com/windup/windup/compare/b2bd45630df4...7dd5e13399ed From jesse.sightler at gmail.com Fri Aug 28 11:28:47 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Fri, 28 Aug 2015 08:28:47 -0700 Subject: [Windup-commits] [windup/windup] c04fb2: IterationProgress has default variable name hardco... Message-ID: <55e07e2f371eb_25693fb4344f12bc23869@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: c04fb2d773e33096849344bf833d9dda52811f30 https://github.com/windup/windup/commit/c04fb2d773e33096849344bf833d9dda52811f30 Author: Matej Briskar Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths: M config/api/src/main/java/org/jboss/windup/config/operation/IterationProgress.java Log Message: ----------- IterationProgress has default variable name hardcoded Commit: f6ab0a87895fafbca53339119e025a1288b6b731 https://github.com/windup/windup/commit/f6ab0a87895fafbca53339119e025a1288b6b731 Author: Jesse Sightler Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths: M config/api/src/main/java/org/jboss/windup/config/operation/IterationProgress.java Log Message: ----------- Merge pull request #665 from mbriskar/iterationprogress IterationProgress has default variable name hardcoded Compare: https://github.com/windup/windup/compare/7dd5e13399ed...f6ab0a87895f From jesse.sightler at gmail.com Mon Aug 31 11:59:54 2015 From: jesse.sightler at gmail.com (Jesse Sightler) Date: Mon, 31 Aug 2015 08:59:54 -0700 Subject: [Windup-commits] [windup/windup] 66d04b: Added a prompt for target selection. Also, simplif... Message-ID: <55e479facd03f_51623fc7e3f8529c480f0@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/windup/windup Commit: 66d04be37e77fa6420c35006ac2ba9f0a2be6667 https://github.com/windup/windup/commit/66d04be37e77fa6420c35006ac2ba9f0a2be6667 Author: Jess Sightler Date: 2015-08-31 (Mon, 31 Aug 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java M graph/api/src/main/java/org/jboss/windup/graph/model/resource/FileModel.java Log Message: ----------- Added a prompt for target selection. Also, simplified some FileModel code Commit: 5fa6ea7147896489baa1a09275dfe00a9441b721 https://github.com/windup/windup/commit/5fa6ea7147896489baa1a09275dfe00a9441b721 Author: Jesse Sightler Date: 2015-08-31 (Mon, 31 Aug 2015) Changed paths: M bootstrap/src/main/java/org/jboss/windup/bootstrap/Bootstrap.java M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java M graph/api/src/main/java/org/jboss/windup/graph/model/resource/FileModel.java Log Message: ----------- Merge pull request #666 from jsight/target_selection_help Added a prompt for target selection. Also, simplified some FileModel code Compare: https://github.com/windup/windup/compare/f6ab0a87895f...5fa6ea714789