Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

1.0.9 Releases

Compare
Choose a tag to compare
@venusdrogon venusdrogon released this 30 Mar 09:37
update version.slf4j from 1.7.7 ----> 1.7.12

remove feilong-application-taobao …
feilong-application-weibo
feilong-application-weather

update org.json version --->20141113

add DesktopUtil.mail(string mail)

add ResourceUtil
add DomainConfig,DomainListener
add CSVUtil.write(String fileName,Collection collection,String[] …excludePropertyNames)

move feilong-tools-memcached to feilong-data-memcached …

add feilong-data-redis

move feilong-tools-solrj4 to feilong-data-solrj4
remove com.feilong.commons.core.bean.converters package
move feilong-db-jdbc to feilong-data

LoxiaExcelUtil add List getList(ExcelReader excelReader,String dataName,InputStream is,int sheetNo)

add ReaderUtil …
add InputStreamUtil

delete IOUtil

move
getFileOutputStream
getFileInputStream
convertFileToByteArray
to FileUtil

IOConstants update "KB MB GB" type from long to Integer

@deprecated
Command

use UncheckedIOException instead of IOException

IOUtil …
add BufferedReader inputStream2BufferedReader(InputStream
inputStream,String charsetName)

HttpURLConnectionParam
add proxyAddress&proxyPort;

update Constant interface to Constant class,

ResourceBundleUtil …
add getResourceBundle(Reader)
add getResourceBundle(InputStream)
add getResourceBundleByFileName(String)

CollectionsUtil
add getObjectEqualsPredicate(String propertyName,V value)
add selectRejected(Collection objectCollection,String
propertyName,V...values)
add Map<T, Integer> groupCount(Collection objectCollection,String
propertyName)

use BigDecimal.valueOf(double) instead of new BigDecimal(double)
use log.error("", e); instead of e.printStackTrace();

update CookieUtil,CookieEntity
add SupportLocaleChangeInterceptor

================method part================
DirectoryScannerUtil add List getIncludedFileList(String
basedir,String[] includes)

rename ApplicationContextListener to ServletContextPathListener

================xml part================
add feilong-servlet web-fragment.xml
add feilong-spring web-fragment.xml

================maven pom part=========

feilong-tools-ant add maven-ant-tasks optional=true