jreijn / spring-comparing-template-engines

Demo project to show different Java templating engines in combination with Spring MVC
Apache License 2.0
422 stars 116 forks source link

Bump pebble.version from 3.1.6 to 3.2.0 #103

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pebble.version from 3.1.6 to 3.2.0. Updates pebble from 3.1.6 to 3.2.0

Release notes

Sourced from pebble's releases.

3.2.0

Commits
  • 02e9e36 [maven-release-plugin] prepare for next development iteration
  • d87a0a2 [maven-release-plugin] prepare release v3.2.0
  • b7bee82 Upgrade to spring boot 3 (#636)
  • 0d43fee Upgrade to spring boot 3 RC2
  • b9803d8 Improve MAVEN build Performance (#616)
  • 97a6f70 added loader that works from memory (#617)
  • f6f7c88 Rename packages (#635)
  • 075e0e3 Adjust auto configuration registration (#634)
  • 35fc699 Rename method getInstance to createInstance in BinaryOperator interface (#521...
  • 996a4de Change default suffix to .peb instead of .pebble (#553) (#632)
  • Additional commits viewable in compare view


Updates pebble-spring-boot-starter from 3.1.6 to 3.2.0

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Vest commented 1 year ago

This PR destroys everything. Other PRs are not dangerous, but this (unfortunately) forces us to upgrade the project to the latest Spring & Java releases. The major upgrade reveals to everyone (of course, this is not a secret) that about 3-4 dependencies are abandoned and not updated by their owners. I am working on a graceful upgrade, maybe I will be able to save few engines without throwing them to the trash bin of history (🗑️) 😄

dependabot[bot] commented 1 year ago

Superseded by #114.