Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

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 <dependency name> 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)

Bumps [gg.jte:jte](https://github.com/casid/jte) from 3.1.6 to 3.1.9.
- [Release notes](https://github.com/casid/jte/releases)
- [Commits](casid/jte@3.1.6...3.1.9)

---
updated-dependencies:
- dependency-name: gg.jte:jte
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 26, 2024
@jknack jknack added this to the 3.0.8 milestone Feb 26, 2024
@jknack jknack merged commit ca526bc into 3.x Feb 26, 2024
4 of 5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/gg.jte-jte-3.1.9 branch February 26, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant