Skip to content

Commit

Permalink
Revised original 2 years old version by lanwen, set of current changes:
Browse files Browse the repository at this point in the history
1. While working on SFTP connection pool I realized some old bug due to grep4j dependency on lombok-0.11.6 in Netbeans, some details available here - projectlombok/lombok#626
2. While updating lombok dependency I updated all of the dependency libraries to:
- commons-io-2.4.jar
- commons-lang-2.6.jar
- commons-lang3-3.4.jar
- commons-pool-1.6.jar
- guava-19.0.rc2.jar
- jsch-0.1.53.jar
- jsr305-2.0.1.jar - new
- lambdaj-2.3.3.jar
- lombok-1.16.6.jar
- cglib-nodep-2.2.jar
- hamcrest-all-1.1.jar
- objenesis-1.1.jar
3. I have found some bug relevant to Test cases especially done on Windows, so will update them, for now build with `mvn -Dmaven.test.skip=true install` for now.
4. Source code is now targeted to Java 1.7 version.
  • Loading branch information
archenroot committed Oct 19, 2015
1 parent 8d84e08 commit bd89814
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 286 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target/
Loading

0 comments on commit bd89814

Please sign in to comment.