[windup/windup] c77ffb: [maven-release-plugin] prepare for next developmen...
by Lincoln.Baxter@lists.jboss.org
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: c77ffb9325d5c3df3980527b62e2ea8b6271eb80
https://github.com/windup/windup/commit/c77ffb9325d5c3df3980527b62e2ea8b6...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2015-03-26 (Thu, 26 Mar 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-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 frames/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 ui/addon/pom.xml
M ui/pom.xml
M ui/tests/pom.xml
M utils/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
3 months, 1 week
[windup/windup] 8e4d8f: T145 App list - Show how many points came from the...
by Jess Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 8e4d8fcdf17afecba16695f47b84374466d39360
https://github.com/windup/windup/commit/8e4d8fcdf17afecba16695f47b8437446...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
M graph/api/src/main/java/org/jboss/windup/graph/model/ProjectModel.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/AllTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/OnlyOnceTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/ProjectModelTraversal.java
A graph/api/src/main/java/org/jboss/windup/graph/traversal/SharedLibsTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/TraversalStrategy.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetProjectTraversalMethod.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDetailsForProjectTraversalMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortForFile.java
M reporting/impl/src/main/resources/reports/resources/css/windup.css
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
M reporting/impl/src/main/resources/reports/templates/include/effort_util.ftl
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
Log Message:
-----------
T145 App list - Show how many points came from the share libs. WIP
Commit: 8840a8f1149f687a6a5a87ee5fa05bd832b9e8cf
https://github.com/windup/windup/commit/8840a8f1149f687a6a5a87ee5fa05bd83...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
M graph/api/src/main/java/org/jboss/windup/graph/traversal/AllTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/OnlyOnceTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/ProjectModelTraversal.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/SharedLibsTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/TraversalStrategy.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerIterationOperation.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java
A reporting/api/src/main/java/org/jboss/windup/reporting/rules/CreateApplicationListReportRuleProvider.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/CreateApplicationListReportRuleProvider.java
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
A test-files/duplicate/duplicate-ear-test-1.ear
A test-files/duplicate/duplicate-ear-test-2.ear
A test-files/duplicate/duplicate-ear-test-3.ear
A test-util/src/main/java/org/jboss/windup/testutil/html/TestApplicationListUtil.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureDuplicateTest.java
A tests/src/test/xml/DuplicateTestRules.windup.xml
Log Message:
-----------
Tweaked with more extensive unit tests and fixed some traversal bugs that affected shared libs counting
Commit: ad7b6b48bc901b3bfa6a6e42d13543558b3db5c5
https://github.com/windup/windup/commit/ad7b6b48bc901b3bfa6a6e42d13543558...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
M graph/api/src/main/java/org/jboss/windup/graph/model/ProjectModel.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/AllTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/OnlyOnceTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/ProjectModelTraversal.java
A graph/api/src/main/java/org/jboss/windup/graph/traversal/SharedLibsTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/TraversalStrategy.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerIterationOperation.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetProjectTraversalMethod.java
A reporting/api/src/main/java/org/jboss/windup/reporting/rules/CreateApplicationListReportRuleProvider.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDetailsForProjectTraversalMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortForFile.java
R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/CreateApplicationListReportRuleProvider.java
M reporting/impl/src/main/resources/reports/resources/css/windup.css
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
M reporting/impl/src/main/resources/reports/templates/include/effort_util.ftl
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
A test-files/duplicate/duplicate-ear-test-1.ear
A test-files/duplicate/duplicate-ear-test-2.ear
A test-files/duplicate/duplicate-ear-test-3.ear
A test-util/src/main/java/org/jboss/windup/testutil/html/TestApplicationListUtil.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureDuplicateTest.java
A tests/src/test/xml/DuplicateTestRules.windup.xml
Log Message:
-----------
Merge branch 'OndraZizka-appList-showSharedCount-T146'
Compare: https://github.com/windup/windup/compare/cc3f3548b455...ad7b6b48bc90
1 year, 2 months
[windup/windup] 858a11: WINDUP-1724 Reduce list {source, target, tag} comman...
by Marco Rizzi
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 858a110364e51daf99f6241955765379b735ffda
https://github.com/windup/windup/commit/858a110364e51daf99f6241955765379b...
Author: Marco Rizzi <mrizzi(a)users.noreply.github.com>
Date: 2017-10-31 (Tue, 31 Oct 2017)
Changed paths:
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/AbstractListCommand.java
A bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/AbstractListCommandWithoutFurnace.java
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListSourceTechnologiesCommand.java
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListTagsCommand.java
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/ListTargetTechnologiesCommand.java
Log Message:
-----------
WINDUP-1724 Reduce list {source,target,tag} commands execution time (#1215)
* WINDUP-1724 Reduce list {source,target,tag} commands execution time
* WINDUP-1724 Reduce list {source,target,tag} commands execution time: enhanced
7 years, 1 month
[windup/windup] 8db513: WINDUP-1726 Generated files' name (#1213)
by Marco Rizzi
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 8db513bc4d18d0a57ac680592e6f6d8f708efc7b
https://github.com/windup/windup/commit/8db513bc4d18d0a57ac680592e6f6d8f7...
Author: Marco Rizzi <mrizzi(a)users.noreply.github.com>
Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerIterationOperation.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ReportService.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/GenerateJBossEjbDescriptorRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/GenerateJBossWebDescriptorRuleProvider.java
M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/GenerateJBossEjbDescriptorTest.java
M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/GenerateJbossWebDescriptorTest.java
M rules-xml/api/src/main/java/org/jboss/windup/rules/apps/xml/operation/xslt/XSLTTransformation.java
M rules-xml/api/src/main/java/org/jboss/windup/rules/apps/xml/service/XsltTransformationService.java
M rules-xml/tests/src/test/java/org/jboss/windup/rules/apps/xml/operation/xslt/XSLTTransformationHandlerTest.java
M rules-xml/tests/src/test/java/org/jboss/windup/rules/xml/XMLTransformationTest.java
M rules-xml/tests/src/test/java/org/jboss/windup/rules/xml/XMLTransformationXMLRulesTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceModeTest.java
Log Message:
-----------
WINDUP-1726 Generated files' name (#1213)
* WINDUP-1726 Generated files' name
* WINDUP-1726 Generated files' name: tests fixed
* WINDUP-1726 Generated files' name: XSLTTransformation changes w/ tests
7 years, 1 month
[windup/windup] 10fe87: WINDUPRULE-194: adding jndi recognition from remot...
by Marek Novotný
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 10fe87c926a10fc7f7f957f6c5365ce1f8b24eaa
https://github.com/windup/windup/commit/10fe87c926a10fc7f7f957f6c5365ce1f...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2017-10-27 (Fri, 27 Oct 2017)
Changed paths:
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/jboss/ResolveJBossLegacyEjbXmlRuleProvider.java
A rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/ResolveJBossLegacyEjbXmlRuleProviderTest.java
A rules-java-ee/tests/src/test/resources/discover-jndi/SomeFancyEjbBean.java
A rules-java-ee/tests/src/test/resources/discover-jndi/jboss.xml
Log Message:
-----------
WINDUPRULE-194: adding jndi recognition from remote-binding (#1214)
WINDUPRULE-194: adding jndi recognition from remote-binding
7 years, 1 month
[windup/windup] 078bea: Cleaned unused java imports
by Marek Novotný
Branch: refs/heads/4.0.x
Home: https://github.com/windup/windup
Commit: 078bea75542e54d4db28f7c6d0c0356bd56e062f
https://github.com/windup/windup/commit/078bea75542e54d4db28f7c6d0c0356bd...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M config-xml/tests/src/test/java/org/jboss/windup/config/metadata/MetaDataHandlerTest.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/decompiler/ProcyonDecompilerOperation.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/HasManifestFilesModel.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/GroupHintsByFile.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/IterableHasContent.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/filepath/AbstractGetPrettyPathForFile.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/RecurseDirectoryAndAddFiles.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/CacheFileModelPrettyPathRuleProvider.java
Log Message:
-----------
Cleaned unused java imports
7 years, 1 month
[windup/windup] 17f3ab: WINDUP-1746: DiscoverEmbeddedJSFLibraryRuleProvide...
by Marek Novotný
Branch: refs/heads/4.0.x
Home: https://github.com/windup/windup
Commit: 17f3abd7137b20d25bee2b91e616a3169ed6c68a
https://github.com/windup/windup/commit/17f3abd7137b20d25bee2b91e616a3169...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEmbeddedJSFLibraryRuleProvider.java
Log Message:
-----------
WINDUP-1746: DiscoverEmbeddedJSFLibraryRuleProvider should also find myfaces jars (#1212)
* WINDUP-1746: DiscoverEmbeddedJSFLibraryRuleProvider should also find myfaces jars
* WINDUP-1746: Added myfaces-bundle.jar as well
Commit: be7db2bf2a31a1f5a743263ba287b3fcdc015fde
https://github.com/windup/windup/commit/be7db2bf2a31a1f5a743263ba287b3fcd...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
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 config/api/src/main/java/org/jboss/windup/config/AbstractPathConfigurationOption.java
M exec/api/src/main/java/org/jboss/windup/exec/configuration/options/OutputPathOption.java
A tests/src/test/java/org/jboss/windup/tests/bootstrap/migrate/NoInputOrOutputPathTest.java
Log Message:
-----------
WINDUP-1730: fixing validation of input/output options (#1208)
* WINDUP-1730: fixing validation of input/output options
* WINDUP-1730: rolled back getLabel() change in AbstractPathConfigurationOption
Commit: 73f3922c0e5938c2a26f41f7e58e0f8e4e8160a5
https://github.com/windup/windup/commit/73f3922c0e5938c2a26f41f7e58e0f8e4...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
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/decompiler/ProcyonDecompilerOperation.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/HasManifestFilesModel.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/FindFilesNotClassifiedOrHinted.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/GroupHintsByFile.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/IterableHasContent.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/SortDependencyArchivesByPathMethod.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/SortDependencyGroupArchiveByPathMethod.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/filepath/AbstractGetPrettyPathForFile.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/RecurseDirectoryAndAddFiles.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/CacheFileModelPrettyPathRuleProvider.java
Log Message:
-----------
Cleaned unused java imports
Compare: https://github.com/windup/windup/compare/d263048309a8...73f3922c0e59
7 years, 1 month
[windup/windup] b7a7ad: Cleaned unused java imports
by Marek Novotný
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: b7a7ad85d33d0c9e10cb95952c8b6a8af5ff6ab9
https://github.com/windup/windup/commit/b7a7ad85d33d0c9e10cb95952c8b6a8af...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
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/decompiler/ProcyonDecompilerOperation.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/HasManifestFilesModel.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/FindFilesNotClassifiedOrHinted.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/GroupHintsByFile.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/IterableHasContent.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/SortDependencyArchivesByPathMethod.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/SortDependencyGroupArchiveByPathMethod.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/filepath/AbstractGetPrettyPathForFile.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/operation/RecurseDirectoryAndAddFiles.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/CacheFileModelPrettyPathRuleProvider.java
Log Message:
-----------
Cleaned unused java imports
7 years, 1 month
[windup/windup] 704aeb: WINDUP-1730: fixing validation of input/output opt...
by Marek Novotný
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 704aebd5d7f12450db8e302c5864167de2d137cf
https://github.com/windup/windup/commit/704aebd5d7f12450db8e302c5864167de...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
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 config/api/src/main/java/org/jboss/windup/config/AbstractPathConfigurationOption.java
M exec/api/src/main/java/org/jboss/windup/exec/configuration/options/OutputPathOption.java
A tests/src/test/java/org/jboss/windup/tests/bootstrap/migrate/NoInputOrOutputPathTest.java
Log Message:
-----------
WINDUP-1730: fixing validation of input/output options (#1208)
* WINDUP-1730: fixing validation of input/output options
* WINDUP-1730: rolled back getLabel() change in AbstractPathConfigurationOption
7 years, 1 month