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

Commit

Permalink
update to 1.0.7
Browse files Browse the repository at this point in the history
add com.feilong.commons.core.lang.reflect package

大幅度更新javadoc
优化加密解密工具类,更新了包名 com.feilong.commons.security

update commons-beanutils to version 1.9.2

rename CollectionUtil to CollectionsUtil

add StringUtil#tokenizeToStringArray and update javadoc
rename StringUtil.convertStringToT to StringUtil.toT 


delete feilong-tools-cxf,new webservice maven project model,add …
feilong-webservice-cxf and feilong-webservice-jws

product jre update to 1.7

add DateUtil.getWeekOfYear(Date) method,and update DateUtil same method
…
javadoc
  • Loading branch information
venusdrogon committed Jul 15, 2014
1 parent 25ea7d1 commit b758149
Show file tree
Hide file tree
Showing 49 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion commons/feilong-commons-security/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.commons</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-commons-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/feilong-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform.commons</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons/feilong-db-jdbc/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform.commons</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons/feilong-servlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform.commons</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion framework/feilong-framework-bind/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.feilong.platform.framework</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions framework/feilong-framework-netpay/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform.framework</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -40,8 +40,8 @@
</dependency>

<dependency>
<groupId>com.feilong.platform.tools</groupId>
<artifactId>feilong-tools-cxf</artifactId>
<groupId>com.feilong.platform.webservice</groupId>
<artifactId>feilong-webservice-cxf</artifactId>
<version>${version.feilong-platform}</version>
</dependency>

Expand Down
Expand Up @@ -33,7 +33,7 @@
import com.feilong.framework.netpay.advance.command.QueryResult;
import com.feilong.framework.netpay.command.PaymentResult;
import com.feilong.framework.netpay.payment.adaptor.sprintasia.creditcard.command.TransactionStatus;
import com.feilong.tools.cxf.JaxWsDynamicClientUtil;
import com.feilong.webservice.cxf.JaxWsDynamicClientUtil;

/**
* The Class SprintAsiaCreditCardAdvanceAdaptor.
Expand Down
2 changes: 1 addition & 1 deletion framework/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>

<name>feilong-platform</name>
<description>Reduce development, Release ideas</description>
Expand Down
2 changes: 1 addition & 1 deletion taglib/feilong-taglib-common/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform.taglib</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion taglib/feilong-taglib-display/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.feilong.platform.taglib</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<artifactId>feilong-taglib-display</artifactId>
<name>feilong-taglib-display</name>
Expand Down
2 changes: 1 addition & 1 deletion taglib/feilong-taglib-else/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.taglib</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-taglib-else</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion taglib/feilong-taglib-pager/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.feilong.platform.taglib</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-taglib-pager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion taglib/feilong-taglib-spring/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.feilong.platform.taglib</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion taglib/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-application-taobao/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-application-taobao</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-application-weather/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.feilong.platform.tools</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-application-weather</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-application-weibo/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-application-weibo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-net-filetransfer/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-net-filetransfer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-net-httpclient/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-net-httpclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-net-httpcore/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-net-httpcore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-office-excel/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-office-excel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-office-pdf/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-office-pdf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-office-word/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-office-word</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-spring/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-ssh/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform.tools</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-struts1/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform.tools</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-ant/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-dom4j/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-dom4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-html/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-html</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-incubator/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.feilong.platform.tools</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-jfreechart/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.feilong.platform.tools</groupId>
<artifactId>parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-jfreechart</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-jsoup/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-jsoup</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-mail/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-mail</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-memcached/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-memcached</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-middleware/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-middleware</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tools/feilong-tools-om/dependency-reduced-pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>feilong-tools-om</artifactId>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.feilong.test</groupId>
<artifactId>feilong-common-test</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-om/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-om</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-scm/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-scm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-solrj3/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-solrj3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/feilong-tools-solrj4/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.feilong.platform.tools</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>
<artifactId>feilong-tools-solrj4</artifactId>
Expand Down

0 comments on commit b758149

Please sign in to comment.