tlaukkan / vaadin-lazyquerycontainer

Lazy Query Container is a lazy loading container implementation for accessing data from business services.
http://vaadin.com/directory#addon/117
39 stars 73 forks source link

Remove dependency to log4j #62

Closed mletenay closed 9 years ago

mletenay commented 10 years ago

Vaadin itself is using java.util.logging and there were only 2 logging statements in whole lazyquerycontainer so it does not make much sense to create dependency to specific 3rd party logging library. Plugin consumers using other than JDK logging (e.g. slf4j) usually ship some delegate layer (e.g. jcl-over-slf4j) to switch to their preferred logging framework.

tlaukkan commented 9 years ago

Fixed by removing the logging dependency entirely.