Ported app to Thymeleaf 3.0.x
authorKai Moritz <kai@juplo.de>
Mon, 27 Feb 2017 17:47:26 +0000 (18:47 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 11 Feb 2020 20:50:26 +0000 (21:50 +0100)
commit700dc21ccb3b89bf961e908ccdefb8525791bd22
treea6026f5ed2aa50c54fc7f66351ed2487965b5a41
parent5c0633a27a9c42d6fc1deb6974c4a495375d99d5
Ported app to Thymeleaf 3.0.x

 * Proted the dialect to the new Thymeleaf-API
 * Removed modified configuration of the default-template-resolver, because
   it is not needed any more: Thymeleaf 3.0.x resolves its templates via
   Spring's resource-chain by default.
pom.xml
src/main/java/de/juplo/thymeleaf/ImportVariablesAttrProcessor.java [deleted file]
src/main/java/de/juplo/thymeleaf/ImportVariablesAttributeProcessor.java [new file with mode: 0644]
src/main/java/de/juplo/thymeleaf/JuploDialect.java
src/test/java/de/juplo/thymeleaf/ImportVariablesAttrProcessorTest.java