Zip: Some deep cleanup and polishing
* Upgrade to Gradle-2.5, SI-4.2.4 * Remove redundant dependencies * Add `slf4j-log4j12` to avoid log noise during testing * Add `settings.gradle` to allow Artifactory Release Management * Move XSD stuff to the proper place - `org\springframework\integration\zip\config` * Get rid of manual `enum` transformation in the `Parser`: - we can't do that there because `property-placeholder` and SpEL are processed later - no reason to do that at all - `enum`s are properly converted by the SF during bean population phase * Fix `UnZipTransformer` to `delete()` file in the `finally` block after closing the `InputStream` on file
This commit is contained in:
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
#Tue May 12 22:21:08 EDT 2015
|
||||
#Thu Jan 07 20:03:45 EST 2016
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip
|
||||
distributionUrl=http\://services.gradle.org/distributions/gradle-2.5-all.zip
|
||||
|
||||
Reference in New Issue
Block a user