[windup/windup] 5fb07e: [maven-release-plugin] prepare release 2.5.0.CR2
by Jess Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 5fb07e0f6c2c607aff1f4b2ca442d08953c30e12
https://github.com/windup/windup/commit/5fb07e0f6c2c607aff1f4b2ca442d0895...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-02-18 (Thu, 18 Feb 2016)
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/api/pom.xml
M rules-xml/impl/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 release 2.5.0.CR2
8 years, 10 months
[windup/windup] a0c830: WINDUP-925: Lazy load the migration issue details
by Ondrej Zizka
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: a0c830c2dc26bee4e0ef930c2fb156cc4ad99047
https://github.com/windup/windup/commit/a0c830c2dc26bee4e0ef930c2fb156cc4...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
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/freemarker/FreeMarkerOperation.java
A reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/WriteToDiskDirective.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemFileSummary.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummary.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummaryService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ReportService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/CssJsResourceRenderingRuleProvider.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/RenderTagsJavaScriptRuleProvider.java
A reporting/impl/src/main/resources/reports/resources/libraries/handlebars/handlebars.4.0.5.min.js
M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateIssueSummaryDataRuleProvider.java
M rules-java/api/src/main/resources/reports/resources/js/report-index-graphs.js
M rules-tattletale/addon/src/main/java/org/jboss/windup/rules/apps/tattletale/TattletaleRuleProvider.java
M rules-xml/api/src/main/java/org/jboss/windup/rules/apps/xml/service/XsltTransformationService.java
M tests/src/test/java/org/jboss/windup/tests/application/UnparsablesReportTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureCatchallTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureHibernateTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJEEExampleTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJspTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceModeTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSpringSmallTest.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/ExecutionBuilderImpl.java
Log Message:
-----------
WINDUP-925: Lazy load the migration issue details
Commit: 28d5e1f296d241039b7553e1278b18cf9b0f1c47
https://github.com/windup/windup/commit/28d5e1f296d241039b7553e1278b18cf9...
Author: Ondrej Zizka <zizka(a)seznam.cz>
Date: 2016-02-18 (Thu, 18 Feb 2016)
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/freemarker/FreeMarkerOperation.java
A reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/WriteToDiskDirective.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemFileSummary.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummary.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummaryService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ReportService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/CssJsResourceRenderingRuleProvider.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/RenderTagsJavaScriptRuleProvider.java
A reporting/impl/src/main/resources/reports/resources/libraries/handlebars/handlebars.4.0.5.min.js
M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateIssueSummaryDataRuleProvider.java
M rules-java/api/src/main/resources/reports/resources/js/report-index-graphs.js
M rules-tattletale/addon/src/main/java/org/jboss/windup/rules/apps/tattletale/TattletaleRuleProvider.java
M rules-xml/api/src/main/java/org/jboss/windup/rules/apps/xml/service/XsltTransformationService.java
M tests/src/test/java/org/jboss/windup/tests/application/UnparsablesReportTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureCatchallTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureHibernateTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJEEExampleTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJspTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceModeTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSpringSmallTest.java
M tooling/impl/src/main/java/org/jboss/windup/tooling/ExecutionBuilderImpl.java
Log Message:
-----------
Merge pull request #850 from jsight/WINDUP-925
WINDUP-925: Lazy load the migration issue details
Compare: https://github.com/windup/windup/compare/96adc5315570...28d5e1f296d2
8 years, 10 months
[windup/windup] fb200d: Fix missing quote - var effortOrder = [Info, Triv...
by Jesse Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: fb200d0ed9d16117c8ae2d3b1ff25ab45b9b1982
https://github.com/windup/windup/commit/fb200d0ed9d16117c8ae2d3b1ff25ab45...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateIssueSummaryDataRuleProvider.java
Log Message:
-----------
Fix missing quote - var effortOrder = [Info, Trivial, Complex, Redesign, Requires Architectural Change, Unknown];
Commit: c2735170363c7c2a1cfeccb2a39d24ce77a5e768
https://github.com/windup/windup/commit/c2735170363c7c2a1cfeccb2a39d24ce7...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateIssueSummaryDataRuleProvider.java
Log Message:
-----------
Merge pull request #851 from OndraZizka/fixEffortJS
Fix missing quote - var effortOrder = [Info, Trivial, Complex, Redes…
Compare: https://github.com/windup/windup/compare/65ab4ffcb90e...c2735170363c
8 years, 10 months
[windup/windup] b43d06: WINDUP-912 migration-issues page: Links associate...
by Jess Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: b43d065714cb02179e992dd4447cb8ebfba02dc3
https://github.com/windup/windup/commit/b43d065714cb02179e992dd4447cb8ebf...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M config/impl/src/main/java/org/jboss/windup/config/loader/RuleLoaderImpl.java
M graph/api/src/main/java/org/jboss/windup/graph/GraphModelScanner.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/GetProblemSummariesMethod.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummary.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummaryService.java
M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl
M utils/src/main/java/org/jboss/windup/util/ServiceLogger.java
Log Message:
-----------
WINDUP-912 migration-issues page: Links associated with a migration issue hint (or classification) are not being rendered.
Commit: cb665a9d6d8fab779cff2f1c2aff2bac9364f628
https://github.com/windup/windup/commit/cb665a9d6d8fab779cff2f1c2aff2bac9...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDescriptionForPoints.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/EffortReportService.java
M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl
Log Message:
-----------
WINDUP-912 Fixes and colors in the Migration Summary Page
Commit: cadafee97428fb7d3debe49ac7569d679ee385aa
https://github.com/windup/windup/commit/cadafee97428fb7d3debe49ac7569d679...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/service/EffortReportService.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateIssueSummaryDataRuleProvider.java
Log Message:
-----------
WINDUP-912 EffortReportService is now an enum.
Commit: 03cedc4b0a024a62b45fe67d341078b74e986eed
https://github.com/windup/windup/commit/03cedc4b0a024a62b45fe67d341078b74...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M config/impl/src/main/java/org/jboss/windup/config/loader/RuleLoaderImpl.java
M graph/api/src/main/java/org/jboss/windup/graph/GraphModelScanner.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDescriptionForPoints.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/GetProblemSummariesMethod.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummary.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummaryService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/EffortReportService.java
M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateIssueSummaryDataRuleProvider.java
M utils/src/main/java/org/jboss/windup/util/ServiceLogger.java
Log Message:
-----------
Merge branch 'migIssuesPageLinks-WINDUP-912' of https://github.com/OndraZizka/windup into OndraZizka-migIssuesPageLinks-WINDUP-912
Commit: 722d2619a512ab608be530a1c3cf4c4a0ebf77c5
https://github.com/windup/windup/commit/722d2619a512ab608be530a1c3cf4c4a0...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M graph/api/src/main/java/org/jboss/windup/graph/GraphModelScanner.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDescriptionForPoints.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/EffortReportService.java
M reporting/impl/src/main/resources/reports/resources/css/windup.css
M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl
Log Message:
-----------
Tweaks to formatting and minor changes
Commit: 65ab4ffcb90ee369462705562ce1389802ca2a9f
https://github.com/windup/windup/commit/65ab4ffcb90ee369462705562ce138980...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M config/impl/src/main/java/org/jboss/windup/config/loader/RuleLoaderImpl.java
M graph/api/src/main/java/org/jboss/windup/graph/GraphModelScanner.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDescriptionForPoints.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/GetProblemSummariesMethod.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummary.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/ProblemSummaryService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/EffortReportService.java
M reporting/impl/src/main/resources/reports/resources/css/windup.css
M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateIssueSummaryDataRuleProvider.java
M utils/src/main/java/org/jboss/windup/util/ServiceLogger.java
Log Message:
-----------
Merge branch 'OndraZizka-migIssuesPageLinks-WINDUP-912'
Compare: https://github.com/windup/windup/compare/2a8637026021...65ab4ffcb90e
8 years, 10 months
[windup/windup] 22b535: WINDUP-928 fixed mistyped packages for IterableFil...
by Jesse Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 22b53518f771dd37bc1cac75ce53e9371b9681b2
https://github.com/windup/windup/commit/22b53518f771dd37bc1cac75ce53e9371...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
R rules-base/api/src/main/java/org/jboss/windup/rules/files/org/jboss/windup/rules/general/IterableFilter.java
R rules-base/api/src/main/java/org/jboss/windup/rules/files/org/jboss/windup/rules/general/IterableFilterHandler.java
A rules-base/api/src/main/java/org/jboss/windup/rules/general/IterableFilter.java
A rules-base/api/src/main/java/org/jboss/windup/rules/general/IterableFilterHandler.java
M rules-base/tests/src/test/java/org/jboss/windup/rules/apps/condition/IterableFilterTest.java
Log Message:
-----------
WINDUP-928 fixed mistyped packages for IterableFilter and IterableFilterHandler
Commit: 2a8637026021b2bb1b8d19e254c577d815d200e7
https://github.com/windup/windup/commit/2a8637026021b2bb1b8d19e254c577d81...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
R rules-base/api/src/main/java/org/jboss/windup/rules/files/org/jboss/windup/rules/general/IterableFilter.java
R rules-base/api/src/main/java/org/jboss/windup/rules/files/org/jboss/windup/rules/general/IterableFilterHandler.java
A rules-base/api/src/main/java/org/jboss/windup/rules/general/IterableFilter.java
A rules-base/api/src/main/java/org/jboss/windup/rules/general/IterableFilterHandler.java
M rules-base/tests/src/test/java/org/jboss/windup/rules/apps/condition/IterableFilterTest.java
Log Message:
-----------
Merge pull request #849 from mareknovotny/WINDUP-928
WINDUP-928 fixed mistyped packages for IterableFilter and IterableFil…
Compare: https://github.com/windup/windup/compare/fda4da5290a2...2a8637026021
8 years, 10 months
[windup/windup] 401138: WINDUP-924: Change the contents of the incident co...
by Jesse Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 4011383abb2a943cb2faefefa3db4c42b102657d
https://github.com/windup/windup/commit/4011383abb2a943cb2faefefa3db4c42b...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
A reporting/api/src/main/java/org/jboss/windup/reporting/service/EffortAccumulatorFunction.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
A reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDetailsForProjectMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortForFile.java
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
M reporting/impl/src/main/resources/reports/templates/include/effort_util.ftl
M reporting/tests/src/test/java/org/jboss/windup/reporting/ClassificationServiceTest.java
M reporting/tests/src/test/java/org/jboss/windup/reporting/InlineHintServiceTest.java
Log Message:
-----------
WINDUP-924: Change the contents of the incident count cell on the application_list to use mandatory vs optional
Commit: fda4da5290a2c111d3dd8906dbefe173405e17a2
https://github.com/windup/windup/commit/fda4da5290a2c111d3dd8906dbefe1734...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
A reporting/api/src/main/java/org/jboss/windup/reporting/service/EffortAccumulatorFunction.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
A reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDetailsForProjectMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortForFile.java
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
M reporting/impl/src/main/resources/reports/templates/include/effort_util.ftl
M reporting/tests/src/test/java/org/jboss/windup/reporting/ClassificationServiceTest.java
M reporting/tests/src/test/java/org/jboss/windup/reporting/InlineHintServiceTest.java
Log Message:
-----------
Merge pull request #847 from jsight/WINDUP-924
WINDUP-924: Change the contents of the incident count cell on the app…
Compare: https://github.com/windup/windup/compare/7f8126db6add...fda4da5290a2
8 years, 10 months
[windup/windup] 9c0403: WINDUP-926 Add favicon to reports
by Jesse Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 9c04030bf6a78ca0ccdcba6b326e0423c8d7ff33
https://github.com/windup/windup/commit/9c04030bf6a78ca0ccdcba6b326e0423c...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java
A reporting/impl/src/main/resources/reports/resources/img/favicon.ico
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
M reporting/impl/src/main/resources/reports/templates/classloader.ftl
M reporting/impl/src/main/resources/reports/templates/embedded.ftl
M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl
M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl
M reporting/impl/src/main/resources/reports/templates/server-resources.ftl
M reporting/impl/src/main/resources/reports/templates/source.ftl
M reporting/impl/src/main/resources/reports/templates/windupfreemarkerfunctions.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/ejb.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/hibernate.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/jbpm.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/jpa.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/remote.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/server.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/spring.ftl
M rules-java/api/src/main/resources/reports/templates/about_windup.ftl
M rules-java/api/src/main/resources/reports/templates/compatible_files.ftl
M rules-java/api/src/main/resources/reports/templates/ignored_files.ftl
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
M rules-java/api/src/main/resources/reports/templates/report_index.ftl
M rules-java/api/src/main/resources/reports/templates/static_ip_addresses.ftl
M rules-java/api/src/main/resources/reports/templates/unparsable_files.ftl
Log Message:
-----------
WINDUP-926 Add favicon to reports
Commit: 7f8126db6addb9458deafa914bb88f314a4fb9c3
https://github.com/windup/windup/commit/7f8126db6addb9458deafa914bb88f314...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java
A reporting/impl/src/main/resources/reports/resources/img/favicon.ico
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
M reporting/impl/src/main/resources/reports/templates/classloader.ftl
M reporting/impl/src/main/resources/reports/templates/embedded.ftl
M reporting/impl/src/main/resources/reports/templates/migration-issues.ftl
M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl
M reporting/impl/src/main/resources/reports/templates/server-resources.ftl
M reporting/impl/src/main/resources/reports/templates/source.ftl
M reporting/impl/src/main/resources/reports/templates/windupfreemarkerfunctions.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/ejb.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/hibernate.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/jbpm.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/jpa.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/remote.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/server.ftl
M rules-java-ee/addon/src/main/resources/reports/templates/spring.ftl
M rules-java/api/src/main/resources/reports/templates/about_windup.ftl
M rules-java/api/src/main/resources/reports/templates/compatible_files.ftl
M rules-java/api/src/main/resources/reports/templates/ignored_files.ftl
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
M rules-java/api/src/main/resources/reports/templates/report_index.ftl
M rules-java/api/src/main/resources/reports/templates/static_ip_addresses.ftl
M rules-java/api/src/main/resources/reports/templates/unparsable_files.ftl
Log Message:
-----------
Merge pull request #846 from OndraZizka/favicon
WINDUP-926 Add favicon to reports
Compare: https://github.com/windup/windup/compare/b3124e10e996...7f8126db6add
8 years, 10 months