spring-comparing-template-engines icon indicating copy to clipboard operation
spring-comparing-template-engines copied to clipboard

Bump chunk-templates from 3.5.0 to 3.6.2

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps chunk-templates from 3.5.0 to 3.6.2.

Release notes

Sourced from chunk-templates's releases.

release-3.6.2

  • Fix bug in conditional expression tokenizer
  • Switch to MIT license

release-3.6.1

  • Add jackson as an optional dependency for json features
  • Make json-smart an optional dependency

release-3.6.0

  • New hook for custom TranslationsProvider theme.setTranslationsProvider(...) not just limited to packaging on filesystem/classpath anymore!
  • Fix npe in android bean binding logic
  • Fix list filters slice/join so null input passes as null output
  • Correctly handle colons inside backtick expressions
Changelog

Sourced from chunk-templates's changelog.

3.6.2 - 2021-12-31 tmcclure

Fix bug in conditional expression tokenizer Switch to MIT license

3.6.1 - 2021-03-21 tmcclure

json-smart is now an optional dependency, no longer required in pom.xml Add support for jackson-databind to unlock json macro features

3.6.0 - 2021-03-21 tmcclure

New hook for custom TranslationsProvider theme.setTranslationsProvider(...) not just limited to packaging on filesystem/classpath anymore! Fix npe in android bean binding logic Fix list filters slice/join so null input passes as null output Correctly handle colons inside backtick expressions

Commits
  • d8ed7ce Fix bug in conditional expression lexer. Switch to MIT license.
  • 9fc3d8d Added MIT license
  • 95347e9 update README to replace json-smart with preferred jackson json library
  • 13f623c Add jackson as an option for json features
  • 61445af bump junit version for security vulnerability, add -src.jar build target.
  • 60bcb79 bump version for release 3.6.0
  • f2828e2 provide hook to override/provide custom translation mappings per issue #24
  • 3fa10c7 fix for issue #32 Android Bean Getter NullPointerException
  • be5e773 Make split and join filters output null with null input. Don't mistake in-ba...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

dependabot[bot] avatar Sep 20 '22 10:09 dependabot[bot]