aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/java/org/apache/velocity
AgeCommit message (Expand)Author
2021-04-27add the ability to override defaultEncodinggndrm
2021-03-03Fix references alternate values implementation, with some more test casesClaude Brisson
2021-03-02Fixes failing tests on JDK 11+Henning Schmiedehausen
2021-02-27[engine] Fix VELOCITY-927Claude Brisson
2021-02-25Merge feature/fix-some-genericsClaude Brisson
2021-02-25Remove unused test methodsClaude Brisson
2021-02-25Merge pull request #16 from wglasshusain/VELOCITY-931-update-secure-classlistClaude Brisson
2021-02-25A lot of almost purely cosmetic code cleanupsClaude Brisson
2020-11-23Add .travis.yml for testing the PRs at https://travis-ci.com/apache/velocity-...Martin Tzvetanov Grigorov
2020-07-16tests for SecureIntrospectionWill Glass-Husain
2020-07-16whitespaceWill Glass-Husain
2020-01-28[engine] Review VELOCITY-926 fix:Claude Brisson
2020-01-23[engine] Fix VELOCITY-926Claude Brisson
2020-01-07[engine] Fix VELOCITY-924 - cache collision between an object and its classClaude Brisson
2020-01-01[engine] Fix another VELOCITY-904 regressionClaude Brisson
2019-12-28[engine] Fix VELOCITY-904 againClaude Brisson
2019-12-13[engine][VELOCITY-904] Handle nested macro calls in 'velocimacro.arguments.pr...Claude Brisson
2019-12-05[core] Fix VELOCITY-904: preserve argument literal *even* if the argument pas...Claude Brisson
2019-12-03[core] Added implicit conversions from/to BigInteger and BigDecimalClaude Brisson
2019-11-30[core] Use devoted File Separator control character for parser end of templat...Claude Brisson
2019-09-02[VELOCITY-919] Fix zero-width whitespace handlingClaude Brisson
2019-06-12[engine][VELOCITY-917] Merge changes from trunkClaude Brisson
2019-06-05[engine][VELOCITY-915] Add new backward compatibility flags to mimic 1.7 beha...Claude Brisson
2019-05-31[engine][VELOCITY-917] Preliminary work for VTL chars config: parametrize cod...Claude Brisson
2019-04-16[engine] Fix VELOCITY-912 : hyphen in identifiers for subpropertiesClaude Brisson
2019-03-15[engine] Remove all instances of LogChute in the javadocsClaude Brisson
2019-03-10[engine][VELOCITY-909] Fix failing testcaseClaude Brisson
2019-03-10[engine][VELOCITY-909] Remove all references to old property directive.set.nu...Claude Brisson
2019-03-06[engine] configuration key names refactoring proposalClaude Brisson
2019-03-03[engine] Don't mix hyphens with dashes ; use '_' for word separator in corres...Claude Brisson
2019-03-03[engine] Fix another test case for last commitClaude Brisson
2019-03-03[engine] Invalid method calls should definitely be logged - but not in Conver...Claude Brisson
2019-03-02[engine] Enhance space gobbling LINES mode: keep ending newline after directi...Claude Brisson
2019-02-26[engine] Merge branch VELOCITY-892Claude Brisson
2019-02-22[VELOCITY-892] Allow user to specity an instance of a conversion handlerClaude Brisson
2019-02-16[VELOCITY-908] Initialization failure on Windows with Turkish localeMichael Osipov
2018-11-26[engine] Add String -> Locale in provided default explicit conversionsClaude Brisson
2018-11-01[engine] Bugfix for alternate valuesClaude Brisson
2018-11-01[engine] Default values bugfix in parser for numeric literalsClaude Brisson
2018-10-17[VELOCITY-892] Better handling of methods disambiguisationClaude Brisson
2018-10-17[VELOCITY-892] Conversions towards types doneClaude Brisson
2018-10-17[VELOCITY-892] Handling conversions towards Type (work in progress)Claude Brisson
2018-10-15[VELOCITY-904] Added velocimacro.preserve.arguments.literals boolean flag (fa...Claude Brisson
2018-10-15[engine] Revert unintended changeClaude Brisson
2018-10-15[VELOCITY-903] #foreach #else #end readyClaude Brisson
2018-10-14[VELOCITY-855] Fix methods caching for references of type ClassClaude Brisson
2018-10-13[VELOCITY-898] Default values are functionalClaude Brisson
2018-10-13[VELOCITY-898] WIP plus merge from trunkClaude Brisson
2018-10-08[VELOCITY-889] Fix lookahead issue in macro arguments parsingClaude Brisson
2018-10-08[VELOCITY-542] Added a new 'parser.allows.dash.in.identifiers' boolean proper...Claude Brisson