General Cleanup of the FreeMarker Component -------------------------------------------
Key: CAMEL-3892 URL: https://issues.apache.org/jira/browse/CAMEL-3892 Project: Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.8.0 Environment: All Camel environments. Reporter: Fernando Ribeiro Fix For: 2.8.0 I've made a number of small changes to the FreeMarker component: - General re-format - Added missing constants to the FreemarkerConstants class - Removed unused getExchangePattern method of the FreemarkerEndpoint class - Removed the NoCacheStorage class, replaced it by a call to a constructor of the Template cache, that doesn't use any cache - Added a default value for the encoding parameter (the platform's default) - Added a specific exception class to support global exception handlers - Improved log messages All tests run successfully. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira