- Upgrade Groovy to 4.0.14
- Upgrade Thymeleaf to 3.1.2.RELEASE
- Upgrade Groovy to 4.0.10
- Applied
@CompileStatic
and@POJO
annotations toExpressionProcessor
so it can play better with current versions of GraalVM. See: oracle/graal#4484 - Bundle native-image metadata for developers creating GraalVM native images
- Upgraded Groovy to 4.0.0
- The
javadoc
artifact in Maven downloads now includes this project's groovydocs, which have been missing thus far
- Project now has an automatic module name,
nz.net.ultraq.thymeleaf.expressionprocessor
- Packages reorganized to work with the requirements of Java modules.
- Fix generated POM - Groovy is needed as a
compile
dependency
- Minimum required Java version is now 8
- Upgrade to Groovy 3.0.3
- Upgrade Groovy dependency to 2.5.11 and utilize some 2.5.x features
- Swap out JUnit for Spock
null
check before attempting to check a fragment expression, potential fix for this issue over in the layout dialect: ultraq/thymeleaf-layout-dialect#151
- Fix fragment expression wrapping on multiline inputs (#1)
- Don't log a warning if the expression to wrap has already been encountered
- Added ability to process fragment expressions in a backwards compatible (with Thymeleaf 2) manner.
- Initial release