java_learning_practice
java_learning_practice copied to clipboard
Bump jinjava from LATEST to 2.5.4 in /basic-learning
Bumps jinjava from LATEST to 2.5.4.
Release notes
Sourced from jinjava's releases.
jinjava-2.5.4
2020-05-01 Version 2.5.4 (Maven Central)
- Remove hacky replaceL behavior
- Add over limit to template errors
- Fix several parse errors
- Add support for Custom Token Scanner Symbols
- Remove print statements from test
- Check for null Config
- Remove reference to TokenScannerSymbols in Nodes and Tokens
- Add to host blacklist for security
- Update blacklist error message copy
- Allow ELResolver to be configured
- Add interpreter to blacklist
jinjava-2.5.3
2020-03-06 Version 2.5.3 (Maven Central)
- Return empty string for un-evaluated lazy expression
- Add millis precision to unixtimestamp function
- Fix implementation for slice filter
- Implement safe filter as SafeString and handle SafeString in filters, functions and expressions
- Add PyList support to ForTag
- Change DefaultFilter to implement AdvancedFilter
- Adds dict support for DefaultFilter
- Add basic deferred value support for from tag
- Fix template error line numbers
- Track dependencies in FromTag
- Lower logging level for truncate
- Handling for OutputTooBigException
- Serialize lazy expression as its underlying value
- Return image when calling toString for LazyExpression
- More supplier conversions
- Avoid tag cycles when keeping track of parent paths for blocks
- Add python list operations to PyList
- Fix NPE with lazy expression in intermediate expression resolution
- Create new class that lazily resolves
- Upgrade map filter to advanced filter, improve error messages, and pass through args for filters
- enable more checkstyle rules
- Add codeStyleChecker
Changelog
Sourced from jinjava's changelog.
2020-05-01 Version 2.5.4 (Maven Central)
- Remove hacky replaceL behavior
- Add over limit to template errors
- Fix several parse errors
- Add support for Custom Token Scanner Symbols
- Remove print statements from test
- Check for null Config
- Remove reference to TokenScannerSymbols in Nodes and Tokens
- Add to host blacklist for security
- Update blacklist error message copy
- Allow ELResolver to be configured
- Add interpreter to blacklist
2020-03-06 Version 2.5.3 (Maven Central)
- Return empty string for un-evaluated lazy expression
- Add millis precision to unixtimestamp function
- Fix implementation for slice filter
- Implement safe filter as SafeString and handle SafeString in filters, functions and expressions
- Add PyList support to ForTag
- Change DefaultFilter to implement AdvancedFilter
- Adds dict support for DefaultFilter
- Add basic deferred value support for from tag
- Fix template error line numbers
- Track dependencies in FromTag
- Lower logging level for truncate
- Handling for OutputTooBigException
- Serialize lazy expression as its underlying value
- Return image when calling toString for LazyExpression
- More supplier conversions
- Avoid tag cycles when keeping track of parent paths for blocks
- Add python list operations to PyList
- Fix NPE with lazy expression in intermediate expression resolution
- Create new class that lazily resolves
- Upgrade map filter to advanced filter, improve error messages, and pass through args for filters
- enable more checkstyle rules
- Add codeStyleChecker
2019-07-11 Version 2.5.2 (Maven Central)
- Add type conversion to collection expression tests
- Change initialization of JinjavaInterpreter to instantiation
- Resolve Failure on Unknown Incompatible with default filter
- Add initial support for resolving relative paths
- Add dummy object for validation mode
- Implements equals() and hashCode() methods for TemplateError
2019-06-07 Version 2.5.1 (Maven Central)
... (truncated)
Commits
- See full diff 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 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) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.