aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java
AgeCommit message (Expand)Author
2019-03-11[engine] javadoc and indentation fixesClaude Brisson
2019-03-06[engine] configuration key names refactoring proposalClaude Brisson
2017-01-28[engine] full code review (foreach loops and some other problems detected by ...Claude Brisson
2017-01-26[engine] remove unused importsClaude Brisson
2017-01-26[engine] remove useless isXXXEnabled() testsClaude Brisson
2017-01-26[engine] fix trailing whitespacesClaude Brisson
2016-12-09[engine] since we drop support for the old ResourceLoader API, there's no nee...Claude Brisson
2016-12-09[engine] Remove shading of commons-lang3. Remove all references to ExtendedPr...Claude Brisson
2016-07-17[engine] keep macros in defining templates (applied reviewed patch from VELOC...Claude Brisson
2016-07-17[engine] remove dependency to commons-collections-3 (except from deprecated c...Claude Brisson
2016-07-16better backward compatibility handling for resource loader API changeClaude Brisson
2016-07-15enhance backward compatibility by providing a default implementation for getR...Claude Brisson
2016-07-15ResourceLoaders now use Readers rather than InputStreams. InputStream API has...Claude Brisson
2016-06-22fix some parametrized logger messages for slf4j '{}' placeholders, and add pa...Claude Brisson
2015-08-31[engine] switch to slf4j logging facadeClaude Brisson
2010-07-01VELOCITYSB-4Antonio Petrelli