Skip to content

4.0.0

Choose a tag to compare

@ebussieres ebussieres released this 22 Nov 01:36
· 105 commits to master since this release

BREAKING CHANGES

  • Add support for spring boot 4 (#704)
  • Use one of the following artifactId according to the spring boot version that you are using
ArtifactId spring-boot version
pebble-legacy-spring-boot-starter 3.x.x
pebble-spring-boot-starter 4.x.x
  • The following spring boot properties has been moved to .servlet or .reactive
Old property New Property
pebble.allowRequestOverride pebble.servlet.allowRequestOverride
pebble.allowSessionOverride pebble.servlet.allowSessionOverride
pebble.cache pebble.servlet.cache
pebble.contentType pebble.servlet.contentType
pebble.exposeRequestAttributes pebble.servlet.exposeRequestAttributes
pebble.exposeSessionAttributes pebble.servlet.exposeSessionAttributes
pebble.exposeSpringMacroHelpers pebble.servlet.exposeSpringMacroHelpers
pebble.reactive.mediaTypes

For more information, please consult the spring-boot integration documentation in
the Boot externalized configuration section

New Features

  • Add nl2br filter (#699)