• Dave Syer's avatar
    Add indirection to avoid runtime dependency on MVC in templates · 95d65c2f
    Dave Syer authored
    Velocity and Freemarker share some common properties so the base class for
    configuring their properties makes some sense. Unfortunately the implementation
    pulls in Spring MVC at runtime because of the signature of one method (that
    would never be called). We can fix that in a number of ways, but the least
    disruptive is probably to change the signature of that method and only refer
    to the concrete template view resolver type if the method is called.
    
    Fixes gh-1437
    95d65c2f
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...