zeppelin
zeppelin copied to clipboard
Bump com.hubspot.jinjava:jinjava from 2.5.4 to 2.7.5 in /zeppelin-plugins/launcher/docker
Bumps com.hubspot.jinjava:jinjava from 2.5.4 to 2.7.5.
Release notes
Sourced from com.hubspot.jinjava:jinjava's releases.
jinjava-2.7.5
2025-09-30 Version 2.7.5 (Maven Central)
- Disallow accessing properties on restricted classes while rendering
jinjava-2.7.4
2024-12-06 Verision 2.7.4 (Maven Central)
- Implement jinja2.ext.loopcontrols extensions (break and continue)
- Apply whitespace rules for LStrip and Trim to comment blocks
jinjava-2.7.3
2024-09-12 Version 2.7.3 (Maven Central)
- Add support for numeric keys in map literal
- Add feature to consider undefined variable a TemplateError
- Improve Optional value serialization
- Fix bug where extends roots were processed inside of the RenderFilter
- Don't allow illegal characters in XmlAttrFilter
- Limit string length in
+and~operators- Fix various RuntimeExceptions in filters and functions
- Updates dependency versions
jinjava-2.7.2
2024-02-12 Version 2.7.2 (Maven Central)
- Use interpreter's locale for strftime functions
- Prevent infinite hashCode recursion in PyList or PyMap
- Support aliasing macro function names in {% from %} tag
- Add whitespace trimming functionality for notes and expressions
- Add feature to prevent accidental expressions from being output
- Add length-limiting to |render filter and add |closehtml filter
- Add length-limiting to |tojson filter
- Make |pprint filter output in JSON format
- Allow for loop with
nullvalues- Add length-limiting when coercing strings
- Add
ECHO_UNDEFINEDfeature- Various PRs for eager execution to support two-phase rendering.
jinjava-2.7.1
2023-08-11 Version 2.7.1 (Maven Central)
- Introduce
{% do %}blocks- Add warnings for unclosed tokens
- Fix
|default(null)behavior- Improve EscapeJinjavaFilter
- Improve BeanELResolver Extensibility
- Add snake_case serialization config option
- Add generic node pre/post processors
- Upgrade jackson to 2.14.0
- Upgrade jsoup to 1.15.3
- Upgrade guava to 31.1
- Add feature flags to JinjavaConfig
- Make restricted methods and properties configurable
- Gracefully handle invalid escaped quotes
... (truncated)
Changelog
Sourced from com.hubspot.jinjava:jinjava's changelog.
Jinjava Releases
2025-10-22 Version 2.8.2 (Maven Central)
2025-09-16 Version 2.8.1 (Maven Central)
- Disallow accessing properties on restricted classes while rendering
- Make stack operations use AutoCloseable for safer usage with try-with-resources
2025-05-05 Version 2.8.0 (Maven Central)
- Target Java 17
- Implement PyMap#get with optional default
- Fix ConcurrentModificationException when sharing Context across threads
- Fix max render depth tracking for {% call %} tags
2024-12-06 Version 2.7.4 (Maven Central)
- Implement jinja2.ext.loopcontrols extensions (break and continue)
- Apply whitespace rules for LStrip and Trim to comment blocks
2024-09-12 Version 2.7.3 (Maven Central)
- Add support for numeric keys in map literal
- Add feature to consider undefined variable a TemplateError
- Improve Optional value serialization
- Fix bug where extends roots were processed inside of the RenderFilter
- Don't allow illegal characters in XmlAttrFilter
- Limit string length in
+and~operators- Fix various RuntimeExceptions in filters and functions
- Updates dependency versions
2024-02-12 Version 2.7.2 (Maven Central)
- Use interpreter's locale for strftime functions
- Prevent infinite hashCode recursion in PyList or PyMap
- Support aliasing macro function names in {% from %} tag
- Add whitespace trimming functionality for notes and expressions
- Add feature to prevent accidental expressions from being output
- Add length-limiting to |render filter and add |closehtml filter
- Add length-limiting to |tojson filter
- Make |pprint filter output in JSON format
- Allow for loop with
nullvalues- Add length-limiting when coercing strings
- Add
ECHO_UNDEFINEDfeature- Various PRs for eager execution to support two-phase rendering.
2023-08-11 Version 2.7.1 (Maven Central)
- Introduce
{% do %}blocks- Add warnings for unclosed tokens
- Fix
|default(null)behavior- Improve EscapeJinjavaFilter
- Improve BeanELResolver Extensibility
- Add snake_case serialization config option
- Add generic node pre/post processors
- Upgrade jackson to 2.14.0
- Upgrade jsoup to 1.15.3
- Upgrade guava to 31.1
- Add feature flags to JinjavaConfig
... (truncated)
Commits
f6b7f34[maven-release-plugin] prepare release jinjava-2.7.51d4d291Merge pull request #1245 from HubSpot/js-basepom-63d243da5Avoid using AutoCloseableSupplier on old jinjava versionb2b4b3dRestrict property accessing to disallow fetching properties fromab82426Merge pull request #1233 from ccutrer/py-map-get-with-default9c60bf5proxy to existing methoddb55adcImplement PyMap.get with the optional default.0dc554bMerge pull request #1229 from HubSpot/call-tag-depth299adf9Don't make new call stacks when interpreting a CallTag so that the maxe94fa9aMerge pull request #1208 from HubSpot/construct-eager-macro-functions- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.