Skip to content

3.1.1

Compare
Choose a tag to compare
@codeconsole codeconsole released this 22 Mar 21:41
· 142 commits to master since this release

Removed automatic Filter initialization. Moved to separate dependency sitemesh-webfilter jar
Changed automatic Filter naming from configurableSiteMeshFilter to sitemesh
Fixed Spring Boot defaults to initialize to null if not set.

dependencies {
    // ... other dependencies
    runtimeOnly 'org.sitemesh:sitemesh-webfilter:3.1.1'
}

Full Changelog: 3.1.0...3.1.1