[Windup-commits] [windup/windup] a0c830: WINDUP-925: Lazy load the migration issue details

Ondrej Zizka zizka at seznam.cz
Thu Feb 18 11:02:52 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/windup/windup
  Commit: a0c830c2dc26bee4e0ef930c2fb156cc4ad99047
      https://github.com/windup/windup/commit/a0c830c2dc26bee4e0ef930c2fb156cc4ad99047
  Author: Jess Sightler <jesse.sightler at 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/28d5e1f296d241039b7553e1278b18cf9b0f1c47
  Author: Ondrej Zizka <zizka at 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


More information about the Windup-commits mailing list