[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, 4 weeks
[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, 3 months
[windup/windup] ddf9a4: Cleaning of unused imports and useless overriden v...
by Marek Novotný
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: ddf9a488e3834ded9210c94708addb8c7f9c596f
https://github.com/windup/windup/commit/ddf9a488e3834ded9210c94708addb8c7...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2016-10-13 (Thu, 13 Oct 2016)
Changed paths:
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java
M config-groovy/addon/src/main/java/org/jboss/windup/ext/groovy/GroovyWindupRuleProviderLoader.java
M config-groovy/tests/pom.xml
M config-groovy/tests/src/test/java/org/jboss/windup/addon/groovy/LoadGroovyRulesTest.java
M config-xml/addon/pom.xml
M config-xml/addon/src/main/java/org/jboss/windup/config/parser/XMLRuleProviderLoader.java
M config-xml/addon/src/main/java/org/jboss/windup/config/parser/XMLTechnologyMetadataLoader.java
M config-xml/tests/pom.xml
M config-xml/tests/src/test/java/org/jboss/windup/config/parser/XMLRuleProviderLoaderTest.java
M config/api/src/main/java/org/jboss/windup/config/KeepWorkDirsOption.java
M config/api/src/main/java/org/jboss/windup/config/SkipReportsRenderingOption.java
M config/api/src/main/java/org/jboss/windup/config/builder/RuleProviderBuilder.java
M config/api/src/main/java/org/jboss/windup/config/loader/RuleLoaderContext.java
M config/api/src/main/java/org/jboss/windup/config/loader/RuleProviderLoader.java
M config/api/src/main/java/org/jboss/windup/config/metadata/TechnologyReferenceTransformer.java
M config/api/src/main/java/org/jboss/windup/config/metadata/TechnologyReferenceTransformerLoader.java
M config/api/src/main/java/org/jboss/windup/config/phase/RulePhase.java
M config/impl/src/main/java/org/jboss/windup/config/loader/DefaultRuleProviderLoader.java
M config/impl/src/main/java/org/jboss/windup/config/loader/RuleLoaderImpl.java
M config/impl/src/main/java/org/jboss/windup/config/metadata/RuleProviderRegistryCacheImpl.java
M config/impl/src/test/java/org/jboss/windup/config/loader/RuleProviderSorterTest.java
M config/tests/pom.xml
M config/tests/src/test/java/org/jboss/windup/config/RuleProviderOverrideTest.java
M config/tests/src/test/java/org/jboss/windup/config/TestWindupConfigurationExampleRuleProvider.java
M config/tests/src/test/java/org/jboss/windup/config/WindupRuleProviderLoaderTest.java
M config/tests/src/test/java/org/jboss/windup/config/metadata/TagsMetadataTest.java
M config/tests/src/test/java/org/jboss/windup/config/selectables/TestIterationPayloadTestRuleProvider.java
M config/tests/src/test/java/org/jboss/windup/config/tags/TagsRulesTest.java
M decompiler/impl-fernflower/src/main/java/org/jboss/windup/decompiler/fernflower/FernFlowerResultSaver.java
M decompiler/impl-procyon/src/main/java/org/jboss/windup/decompiler/procyon/ProcyonDecompiler.java
M exec/api/src/main/java/org/jboss/windup/exec/rulefilters/SourceAndTargetPredicate.java
M exec/api/src/main/java/org/jboss/windup/exec/updater/RulesetsUpdater.java
M forks/frames/pom.xml
M forks/frames/src/main/java/com/tinkerpop/frames/FramedGraphQuery.java
M forks/frames/src/test/java/com/tinkerpop/frames/FramedGraphTest.java
M forks/frames/src/test/java/com/tinkerpop/frames/SailFramesTest.java
M graph/api/src/main/java/org/jboss/windup/graph/service/ArchiveService.java
M graph/api/src/main/java/org/jboss/windup/graph/service/FileService.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/SharedLibsTraversalStrategy.java
M graph/impl/pom.xml
M graph/tests/pom.xml
M graph/tests/src/test/java/org/jboss/windup/graph/typedgraph/DefaultValueTestModel.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/FreeMarkerOperation.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java
M reporting/api/src/main/java/org/jboss/windup/reporting/rules/AttachApplicationReportsToIndexRuleProvider.java
M reporting/api/src/main/java/org/jboss/windup/reporting/rules/CreateApplicationListReportRuleProvider.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/SortFilesByPathMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/renderer/graphlib/GraphlibWriter.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateFreeMarkerMethodReportRuleProvider.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateSourceReportRuleProvider.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/ExecutionTimeReportRuleProvider.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/RenderGraphRuleProvider.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/RenderReportRuleProvider.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/RenderRuleProviderReportRuleProvider.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/RenderTagsJavaScriptRuleProvider.java
M reporting/tests/src/test/java/org/jboss/windup/reporting/ClassificationServiceTest.java
M rexster/addon/src/main/java/org/jboss/windup/graph/rexster/RexsterInitializer.java
M rexster/tests/pom.xml
M rules-base/api/pom.xml
M rules-base/api/src/main/java/org/jboss/windup/rules/files/condition/ToFileModelHandler.java
M rules-base/api/src/main/java/org/jboss/windup/rules/files/condition/ToFileModelTransformable.java
M rules-base/impl/pom.xml
M rules-base/impl/src/main/java/org/jboss/windup/rules/files/FileMappingHandler.java
M rules-base/tests/src/test/java/org/jboss/windup/rules/apps/condition/IterableFilterTest.java
M rules-java-archives/addon/src/main/java/org/jboss/windup/rules/apps/java/archives/config/ArchiveIdentificationConfigLoadingRuleProvider.java
M rules-java-archives/tests/pom.xml
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/CreateEJBReportRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/service/SpringBeanService.java
M rules-java-ee/tests/pom.xml
M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/AbstractTest.java
M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/service/EjbRemoteServiceModelServiceTest.java
M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/service/JaxRSWebServiceModelServiceTest.java
M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/service/JaxWSWebServiceModelServiceTest.java
M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/service/RMIServiceModelServiceTest.java
M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/service/SpringBeanServiceTest.java
M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/DiscoverEjbConfigurationTest.java
M rules-java-ee/tests/src/test/java/org/jboss/windup/rules/apps/javaee/tests/SpringDataSourceExtractionTest.java
M rules-java-project/tests/pom.xml
M rules-java-project/tests/src/test/java/org/jboss/windup/project/operation/test/handlers/LineHandlerTest.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/decompiler/DecompileClassesRuleProvider.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/query/FindFilesNotClassifiedOrHintedGremlinCriterion.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/ProjectModelToSha1.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/reporting/rules/EnableCompatibleFilesReportOption.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/DiscoverMavenProjectsRuleProvider.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/provider/FindUnboundJavaReferencesRuleProvider.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/xml/AnnotationListConditionHandler.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/xml/AnnotationLiteralConditionHandler.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/mavenize/MavenStructureRenderer.java
M rules-java/impl/pom.xml
M rules-java/tests/src/test/java/org/jboss/windup/rules/apps/java/NonNamespacedMavenDiscoveryTest.java
M rules-tattletale/addon/pom.xml
M rules-tattletale/addon/src/main/java/org/jboss/windup/rules/apps/tattletale/EnableTattletaleReportOption.java
M rules-tattletale/tests/pom.xml
M rules-xml/api/src/main/java/org/jboss/windup/rules/apps/xml/DiscoverXmlFilesRuleProvider.java
M rules-xml/api/src/main/java/org/jboss/windup/rules/apps/xml/condition/validators/XmlFileXpathValidator.java
M rules-xml/api/src/main/java/org/jboss/windup/rules/apps/xml/operation/xslt/XSLTTransformation.java
M rules-xml/impl/src/main/java/org/jboss/windup/rules/apps/xml/xml/ValidateXmlFilesRuleProvider.java
M rules-xml/tests/pom.xml
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/XmlFileLongXpathTest.java
M test-util/pom.xml
M test-util/src/main/java/org/jboss/windup/testutil/html/TestDependencyReportUtil.java
M tests/pom.xml
M tests/src/test/java/org/jboss/windup/tests/application/IgnoreJavaClassTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupMultiAppBasicTest.java
M tests/src/test/java/org/jboss/windup/tests/bootstrap/InstallRemoveAddonCommandsTest.java
M tooling/impl/pom.xml
M tooling/pom.xml
M tooling/tests/pom.xml
M tooling/tests/src/test/java/org/jboss/windup/tooling/ExecutionBuilderTest.java
M ui/addon/src/main/java/org/jboss/windup/ui/WindupUpdateDistributionCommand.java
M ui/tests/pom.xml
M utils/src/main/java/org/jboss/windup/util/Checks.java
Log Message:
-----------
Cleaning of unused imports and useless overriden versions in pom.xml files (#1025)
* removed unused imports
* clean overriding deps version already defined in parent
8 years, 2 months