simplicityitself / grails-gwt

New Grails GWT Plugin
Other
23 stars 18 forks source link

Added support Aether dependency resolution engine #26

Closed donbeave closed 10 years ago

donbeave commented 10 years ago

Which come with Grails 2.3.

daviddawson commented 10 years ago

Has this been tested with Grails versions < 2.3?

Currently, supported versions are 2 -> 2.2 I'd like to maintain support for those, as 2.3 makes a fair number of breaking changes that some users aren't ready to adopt yet.

daviddawson commented 10 years ago

Yeah, http://grails.org/plugin/extended-dependency-manager

I suspect that this approach will lock us onto Grails >2.3.0 as it directly references Aether* classes that only exist in that version.

I'm considering just merging this release to let people upgrade to grails 2.3 and then rebase onto extended-dependency-manager over the next couple of days, then release a 1.0 version that supports 2-> 2.3.0.

Sound reasonable?

daviddawson commented 10 years ago

I used this as inspiration to complete work on the extended-dependency-manager plugin.

Please try GWT plugin 1.0-SNAPSHOT on both grails 2.3 and 2.2 on your app.