Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.6-rc-1
-
Fix Version/s: None
-
Component/s: groovy-jdk
-
Labels:None
-
Number of attachments :
Description
Currently Groovy uses java.util.logging as logging facility. SLF4J is much more flexible and allows easy integration of Groovy into products that use different logging APIs.
Does anyone know what would happen if we bundled the slf4j core jar (slf4j-api.jar) into Groovy using e.g. jarjar but none of the "provider/binding" jars?