[forge-commits] [forge/core] f786e9: FORGE-1261: Added Log4j as a dependency in the fre...

George Gastaldi gegastaldi at gmail.com
Thu Oct 17 16:27:06 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/forge/core
  Commit: f786e9b0af2f58486f07f0a1a0aea3121e1e9308
      https://github.com/forge/core/commit/f786e9b0af2f58486f07f0a1a0aea3121e1e9308
  Author: George Gastaldi <gegastaldi at gmail.com>
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
    M dist/src/main/resources/modules/org/freemarker/main/module.xml

  Log Message:
  -----------
  FORGE-1261: Added Log4j as a dependency in the freemarker modules.xml

The Hibernate tools plugin already bundles freemarker as a new dependency. Freemarker has a built-in logging facade
system that delegates to the underlying logging implementations (much like commons-logging). When the Hibernate tools
plugin is installed, log4j (which is bundled with this plugin as well) kicks in and freemarker chooses the Log4j
implementation. This is not handled correctly in the module.xml, given that declares that it depends on nothing but the javax.api.





More information about the forge-commits mailing list