Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Update dependency gg.jte:jte-models to v3.1.9#20

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gg.jte-jte-models-3.x
Open

Update dependency gg.jte:jte-models to v3.1.9#20
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gg.jte-jte-models-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gg.jte:jte-models (source) 3.0.1 -> 3.1.9 age adoption passing confidence

Release Notes

casid/jte (gg.jte:jte-models)

v3.1.9

Compare Source

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

Thank you @​PsychotherapistSam for reporting!

v3.1.8

Compare Source

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!

v3.1.7

Compare Source

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 TemplateEngine#generateAll()
    public List TemplateEngine#precompileAll()
    public List TemplateEngine#precompile(List 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

v3.1.6

Compare Source

Hotfix for #​305, which unexpectedly prevented user output in a:href, for instance when starting with a "j". Thank you @​erik-alm for reporting!

v3.1.5

Compare Source

v3.1.4

Compare Source

  • #​290 Fix broken links in source code after documentation update (thanks to @​marcospereira)
  • #​292 Fix compilation error when multiple for-else with the same nesting depth are in the same template
  • #​293 Allow to specify JVM target for kte templates via Gradle/Maven

v3.1.3

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

  • #​272 Add developmentMode configuration metadata property to spring-boot-starter, that was missing from the previous release. Thanks @​schowave for spotting and fixing this!

v3.1.0

Compare Source

  • #​268 Bump Kotlin version from 1.8.10 to latest 1.9.10
  • #​251 Spring Boot Starter improvements (Caution: productionProfileName is gone, you now need to explicitly set usePrecompiledTemplates)
  • #​266 bugfix when mixing jte with kte templates

v3.0.3

Compare Source

  • #​255 empty String in attribute value does not remove the attribute
  • #​254 fix dynamic attribute names when using $unsafe{} or a custom HTML policy
  • #​242 add policy that fails if HTML attribute names contain a semicolon

v3.0.2

Compare Source

  • #​247 HTML smart attributes and HTML interceptor do not have side effects
  • #​250 provide further information in unclosed tags error message
  • #​250 declaration tags do not need to be closed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency gg.jte:jte-models to v3.0.2 Update dependency gg.jte:jte-models to v3.0.3 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/gg.jte-jte-models-3.x branch from 2fc6b02 to cd921d2 Compare August 16, 2023 07:17
@renovate renovate bot changed the title Update dependency gg.jte:jte-models to v3.0.3 Update dependency gg.jte:jte-models to v3.1.0 Sep 3, 2023
@renovate renovate bot force-pushed the renovate/gg.jte-jte-models-3.x branch from cd921d2 to 19d8f27 Compare September 3, 2023 09:52
@renovate renovate bot changed the title Update dependency gg.jte:jte-models to v3.1.0 Update dependency gg.jte:jte-models to v3.1.1 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/gg.jte-jte-models-3.x branch from 19d8f27 to da0d4e8 Compare October 3, 2023 10:44
@renovate renovate bot changed the title Update dependency gg.jte:jte-models to v3.1.1 Update dependency gg.jte:jte-models to v3.1.2 Oct 7, 2023
@renovate renovate bot force-pushed the renovate/gg.jte-jte-models-3.x branch from da0d4e8 to 28cf9a9 Compare October 7, 2023 06:02
@renovate renovate bot changed the title Update dependency gg.jte:jte-models to v3.1.2 Update dependency gg.jte:jte-models to v3.1.3 Oct 20, 2023
@renovate renovate bot force-pushed the renovate/gg.jte-jte-models-3.x branch from 28cf9a9 to f11bba3 Compare October 20, 2023 21:20
@renovate renovate bot changed the title Update dependency gg.jte:jte-models to v3.1.3 Update dependency gg.jte:jte-models to v3.1.4 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/gg.jte-jte-models-3.x branch from f11bba3 to a4c7ed1 Compare October 30, 2023 22:52
@renovate renovate bot changed the title Update dependency gg.jte:jte-models to v3.1.4 Update dependency gg.jte:jte-models to v3.1.5 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/gg.jte-jte-models-3.x branch from a4c7ed1 to 175031e Compare November 21, 2023 08:09
@renovate renovate bot force-pushed the renovate/gg.jte-jte-models-3.x branch from 175031e to 21e364d Compare December 8, 2023 13:00
@renovate renovate bot changed the title Update dependency gg.jte:jte-models to v3.1.5 Update dependency gg.jte:jte-models to v3.1.6 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/gg.jte-jte-models-3.x branch from 21e364d to 652f811 Compare January 26, 2024 17:37
@renovate renovate bot changed the title Update dependency gg.jte:jte-models to v3.1.6 Update dependency gg.jte:jte-models to v3.1.7 Jan 26, 2024
@renovate renovate bot force-pushed the renovate/gg.jte-jte-models-3.x branch from 652f811 to 66bcbc7 Compare January 27, 2024 08:46
@renovate renovate bot changed the title Update dependency gg.jte:jte-models to v3.1.7 Update dependency gg.jte:jte-models to v3.1.8 Jan 27, 2024
@renovate renovate bot force-pushed the renovate/gg.jte-jte-models-3.x branch from 66bcbc7 to 728ec03 Compare January 27, 2024 20:15
@renovate renovate bot changed the title Update dependency gg.jte:jte-models to v3.1.8 Update dependency gg.jte:jte-models to v3.1.9 Jan 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants