jooby-project / jooby

The modular web framework for Java and Kotlin
https://jooby.io
Apache License 2.0
1.7k stars 199 forks source link

build(deps): bump gg.jte:jte from 3.1.6 to 3.1.9 #3364

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps gg.jte:jte from 3.1.6 to 3.1.9.

Release notes

Sourced from gg.jte:jte's releases.

3.1.9

Hotfix for #325, HTML Comments Inside Content Blocks Cause Compilation Failure in jte 3.1.7/3.1.8

Thank you @​PsychotherapistSam for reporting!

3.1.8

Caution! There is a bug with HTML comments in this release. Please upgrade to 3.1.9 instead.

  • #324 Fix Kotlin models extension code generation for tags/templates in subfolders. Thanks @​marcospereira for this quick hotfix!

3.1.7

Caution! There is a bug with HTML comments and with Kotlin model generation in this release. Please upgrade to 3.1.9 instead.

  • #311 Use Stream#toList() instead of collect(). Thanks to @​MariusVolkhart This change could potentially break user code for these public methods:
     public List<String> TemplateEngine#generateAll()
     public List<String> TemplateEngine#precompileAll()
     public List<String> TemplateEngine#precompile(List<String> names)
    
    Previously, those methodes returned mutable lists, now they return immutable lists. We decided to still include this change in a bugfix release, since most users will not call these methods directly and if they do and modify them, it will only break at template generation/compilation, not in production code.
  • #309 Fix imports in Kotlin model generation Thanks to @​MariusVolkhart
  • #312 Give TemplateDescriptions proper equals() and hashCode() Thanks to @​MariusVolkhart
  • #319 Fix parameter declaration for generated Kotlin templates Thanks to @​marcospereira
  • #310 Reformat the templates for Kotlin model code Thanks to @​MariusVolkhart and @​marcospereira
  • #308 fix for broken backtick in comment within content block
Commits
  • 0d5c22b Bump version to 3.1.9
  • d0f1d46 #325 add test for breaking change
  • 818beb7 Revert "#308 fix for backtick in comment within content block"
  • 6500412 Bump version to 3.1.9-SNAPSHOT for further development
  • 8dd8600 Bump version to 3.1.8
  • a399772 Fix models extension code generation for tags/templates in subfolders (#324)
  • ce83cc9 Bump version to 3.1.8-SNAPSHOT for further development
  • af8625e Bump version to 3.1.7
  • 1a09cd6 Reformat the templates for Kotlin model code (#310)
  • 0081c0c Tweak docs (#313)
  • Additional commits viewable 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)