sonatype / install4j-support

Install4j Support
http://sonatype.github.io/install4j-support/
11 stars 11 forks source link

Class DownloadFileAction moved in Install4j6 #25

Closed FABH closed 8 years ago

FABH commented 9 years ago

Checking the class /install4j-ga/src/main/java/org/sonatype/install4j/ga/ConfigureProxyAction.java, one of it's imports was moved. The class is DownloadFileAction and it was moved from package "com.install4j.runtime.beans.actions.update" to "com.install4j.runtime.beans.actions.net". This change was made in version 6 of i4jruntime.jar.

jdillon commented 9 years ago

thx will have a look

jdillon commented 8 years ago

FTR I've not forgotten about this, just been very busy with other things, I hope to sort out a solution to supporting this in the near future. Though I think it could mean we have to move to 1.1 with this incompatibility and have 1.1 require v6

jdillon commented 8 years ago

Updated version to 1.1.0-SNAPSHOT, fixed bug above, moves 1.1.x to require install4j v6

https://github.com/sonatype/install4j-support/commit/8957220ebde84fbe2d25b131cceb400610277ae0

Created branch for 1.0.x stream: https://github.com/sonatype/install4j-support/tree/install4j-support-1.0.x

FABH commented 8 years ago

Thanks @jdillon :)