aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeInstance.java
AgeCommit message (Expand)Author
2021-04-27add the ability to override defaultEncodinggndrm
2021-02-25A lot of almost purely cosmetic code cleanupsClaude Brisson
2021-02-25Rebased what I could from PR #2 'Add generics parameters and remove unnecesar...Claude Brisson
2019-11-01[engine] Fix versions issues and READMEClaude Brisson
2019-09-08[VELOCITY-916] Add a second effect for the debugging flag runtime.log.track_l...Claude Brisson
2019-08-21[engine][VELOCITY-917] Fix error messageClaude Brisson
2019-08-21[engine][VELOCITY-917] Remove obsolete codeClaude Brisson
2019-06-17[engine][VELOCITY-917] RuntimeServices shouldn't directly expose configured p...Claude Brisson
2019-06-06[engine][VELOCITY-917] Compile-time configurable parser : working StandardParserClaude Brisson
2019-06-01[engine][VELOCITY-917] Fix character namesClaude Brisson
2019-05-31[engine][VELOCITY-917] Preliminary work for VTL chars config: parametrize cod...Claude Brisson
2019-05-05[engine] Implement template location tracking with slf4j MDC tags; disabled b...Claude Brisson
2019-03-15[engine] Remove all instances of LogChute in the javadocsClaude Brisson
2019-03-11[engine] javadoc and indentation fixesClaude Brisson
2019-03-10[engine][VELOCITY-909] Propagate propnames changes thorough javadoc; some mor...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-02-16[VELOCITY-908] Initialization failure on Windows with Turkish localeMichael Osipov
2018-10-08[VELOCITY-542] Added a new 'parser.allows.dash.in.identifiers' boolean proper...Claude Brisson
2018-07-13some javadoc bugs incidentally fixedClaude Brisson
2017-02-20[engine] several coding style fixes (Michael remarks)Claude Brisson
2017-01-28[engine] full code review (foreach loops and some other problems detected by ...Claude Brisson
2017-01-28[engine] more slimming for o.a.v.utils.StringUtilsClaude Brisson
2017-01-26[engine] remove useless isXXXEnabled() testsClaude Brisson
2017-01-26[engine] fix trailing whitespacesClaude Brisson
2016-12-11[engine] review event handlingClaude Brisson
2016-12-09[engine] review global configuration getters/setters - do not expose ExtPrope...Claude Brisson
2016-12-09[engine] Remove shading of commons-lang3. Remove all references to ExtendedPr...Claude Brisson
2016-12-05[engine] default encoding to UTF-8Claude Brisson
2016-11-14[engine] fix wicked logClaude Brisson
2016-11-11[engine] still logging reengClaude Brisson
2016-11-11[engine] Review logging:Claude Brisson
2016-09-12add a resource.manager.instance propertyClaude Brisson
2016-08-30[engine] Add a configurable space gobbling feature, to control indentation in...Claude Brisson
2016-07-26New datatypes conversion framework:Claude Brisson
2016-07-22Applied Jarkko's memory saving patch that drops Tokens while parsing.Claude Brisson
2016-07-20[engine] applied patch from VELOCITY-827Claude Brisson
2016-07-18[engine] add optionl context.autoreference.key property, with testcaseClaude Brisson
2016-07-17[engine] keep macros in defining templates (applied reviewed patch from VELOC...Claude Brisson
2016-07-17[engine] proper handling of 'initializing' and internal state when a problem ...Claude Brisson
2016-07-17[engine] remove dependency to commons-collections-3 (except from deprecated c...Claude Brisson
2016-07-15default input encoding set to file.encoding System property (then to UTF-8 if...Claude Brisson
2016-07-15fix Template default encoding initialization problem (fixes VELOCITY-809)Claude Brisson
2016-06-22fix some parametrized logger messages for slf4j '{}' placeholders, and add pa...Claude Brisson
2015-09-03stick to names for Logger attributesClaude Brisson
2015-08-31[engine] switch to slf4j logging facadeClaude Brisson
2014-01-20fixed typosSergiu Dumitriu
2010-12-01VELOCITY-789Antonio Petrelli
2010-07-01VELOCITYSB-4Antonio Petrelli