Jeremy Daggett
|
bc48aad54d
|
Use AutoService to generate service loader metadata
|
2015-01-12 11:19:07 -08:00 |
Andrew Gaul
|
9cdd53b0b7
|
JCLOUDS-546: Remove Javadoc @author annotations
Annotations removed with:
find -name \*.java | xargs sed -i /@author/d
Empty Javadoc removed with multiple iterations of:
find -name \*.java | xargs sed -i -z 's/ \*\n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/ \* \n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/\/\*\*\n \*\/\n//'
|
2014-06-07 21:44:54 -07:00 |
adriancole
|
ed2f18a1af
|
JCLOUDS-31. updated to ASF headers via mvn com.mycila.maven-license-plugin:maven-license-plugin:format
|
2013-05-16 21:30:37 -07:00 |
Adrian Cole
|
a8b5c713a1
|
Issue 962:slf4j initializing loggers to null
|
2012-06-06 16:35:48 -07:00 |
Adrian Cole
|
2dc66ee5e1
|
Issue 141: add serviceloader lookup for LoggingModule
|
2012-03-21 13:05:02 -07:00 |
Adrian Cole
|
960bfe709f
|
Issue 663:Update license headers to jclouds, Inc. and setup NOTICE file
|
2011-08-16 18:14:30 -07:00 |
Adrian Cole
|
9e94fc6fc9
|
updated license headers
|
2011-04-09 03:20:17 -07:00 |
Adrian Cole
|
a44abb0768
|
Issue 374: added slf4j
|
2011-03-26 21:28:13 -07:00 |