aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache
AgeCommit message (Expand)Author
2019-03-10[engine][VELOCITY-909] Deprecate directive.include.output_error_start and dir...Claude Brisson
2019-03-06[engine] configuration key names refactoring proposalClaude Brisson
2019-03-05[engine] Without strict mode, invalid references rendering and invalid method...Claude Brisson
2019-03-03[engine] Don't mix hyphens with dashes ; use '_' for word separator in corres...Claude Brisson
2019-03-03[engine] Fix a few javadoc warningsClaude Brisson
2019-03-03[engine] Fix VELOCITY-851Claude Brisson
2019-03-03[engine] Rendering of arrays should display their content ('[3, 4, 5]' rather...Claude Brisson
2019-03-03[engine] Invalid method calls should definitely be loggedClaude Brisson
2019-03-03[engine] Indentation fixClaude Brisson
2019-03-03[engine] Reset debug flag to falseClaude Brisson
2019-02-26[engine] Fix unary negateClaude 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-12-08[engine] Static method to empty DuckType class cacheClaude Brisson
2018-11-26[engine] Add String -> Locale in provided default explicit conversionsClaude Brisson
2018-11-01[engine] Bugfix for alternate valuesClaude 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[VELOCITY-850] Better number conversion support in ExpProperties and allow th...Claude Brisson
2018-10-15[VELOCITY-903] #foreach #else #end readyClaude Brisson
2018-10-14[engine] Ensure PrintWriter is flushed in SimpleNode.dump(), and escape newlinesClaude Brisson
2018-10-14[engine] Fix previous commitClaude Brisson
2018-10-14[engine] Allow SimpleNode.dump() to be called before initializationClaude Brisson
2018-10-14[VELOCITY-886] Avoid OOM in large integer loopsClaude 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-08[VELOCITY-542] Added a new 'parser.allows.dash.in.identifiers' boolean proper...Claude Brisson
2018-10-08[VELOCITY-896] Fix parsing of a terminal hash or dollar sign in sing litteral...Claude Brisson
2018-10-04[VELOCITY-895] Implicit conversion to numbers in integer range, plus testcaseClaude Brisson
2018-07-16[engine] Add ASTIdentifier.getIdentifier() getterClaude Brisson
2018-07-16[engine] Allow debug output of the parsed tree to any PrintWriter/PrintStreamClaude Brisson
2018-07-13some javadoc bugs incidentally fixedClaude Brisson
2018-07-13Fix potential NPEClaude Brisson
2017-06-27[engine] DataSourceResourceLoader: pass input encoding to the getReader() methodClaude Brisson
2017-06-26[engine] Allow DataSourceResourceLoader getReader() customizationClaude Brisson
2017-06-26[engine] Review DataSourceResourceLoader connection, statement and resultset ...Claude Brisson
2017-06-25[engine] Review DataSourceResourceLoaderClaude Brisson
2017-04-14[engine] Replace a dangling System.err output by a logger.error() callClaude Brisson
2017-04-14[engine] Fix vararg methods disambiguationClaude Brisson
2017-04-08[engine] Add forgotten conversion from Number to doubleClaude Brisson
2017-04-08[engine] Debug new method disambiguationClaude Brisson
2017-04-08[engine] Full review of method disambiguationClaude Brisson
2017-04-08[engine] Add standard converters from Number towards specific number classesClaude Brisson
2017-02-20[engine] testcase and literals behavior for emptycheck=false; reference shoul...Claude Brisson
2017-02-20[engine] literals should follow the same rulesClaude Brisson
2017-02-20[engine] implements new strategy for reference boolean evaluationClaude Brisson
2017-02-20[engine] fix compilation and tests after last commitsClaude Brisson