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

chore(deps): bump jte from 2.2.3 to 3.1.5 #136

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps jte from 2.2.3 to 3.1.5.
Updates gg.jte:jte from 2.2.3 to 3.1.5

Release notes

Sourced from gg.jte:jte's releases.

3.1.5

3.1.4

  • #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

3.1.3

  • #285 kte templates are generated with native Kotlin default parameters. Thanks to @​marcospereira
  • #285 Bugfix: Default Content parameters work with binary templates
  • #288 Improved documentation generated with MkDocs, that now lives on https://jte.gg. Thanks to @​marcospereira for making this happen!

3.1.2

3.1.1

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

3.1.0

  • #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

3.0.3

  • #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

3.0.2

  • #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

3.0.1

  • #243 ensures that method names generated by jte-models are valid Java. Thanks @​chkl!
  • #243 add configuration options for jte-models to only add methods for some of the jte files. Thanks @​chkl!
  • JSP to jte converter: Fix replace usages of converted JSPs with no parameters and only a body content
  • #237 better error message when a template is not found through DirectoryCodeResolver

3.0.0

We are happy to announce the release of jte 3. This version brings enhanced functionality, improved performance, and streamlined dependencies. Read on to discover what's new and improved in this release.

New Features:

1. Extension API:

Thanks to @​edward3h, this release introduces a powerful extension API that allows you to generate custom content based on your template metadata. So far, there are two extensions ready to be used:

  • jte-native-resources creates GraalVM native image resources (previously part of jte core)
  • jte-models generates type safe model classes for each template.

... (truncated)

Commits

Updates gg.jte.gradle from 2.2.3 to 3.1.5

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
gg.jte.gradle [>= 3.0.a, < 3.1]
gg.jte:jte [>= 3.0.a, < 3.1]

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 `jte` from 2.2.3 to 3.1.5.

Updates `gg.jte:jte` from 2.2.3 to 3.1.5
- [Release notes](https://github.com/casid/jte/releases)
- [Commits](casid/jte@2.2.3...3.1.5)

Updates `gg.jte.gradle` from 2.2.3 to 3.1.5

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

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 Nov 27, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2023

Superseded by #139.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/gradle/jte-3.1.5 branch December 11, 2023 21:36
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.

0 participants