PDA

View Full Version : When will M3 be released ?



sebastien.blanc
Jan 27th, 2011, 10:19 AM
HI,
Thanks for the nice work. When will M3 be released ?

I'm using M2 and I see some strange things like the SiteSwitcherHandlerInterceptor which has a static method taking as last argument a StandardSitePreferenceHandler parameter but which is not present in the M2 release and I see it's present in GIT.
thx,
Seb

Keith Donald
Jan 28th, 2011, 03:42 PM
Good point. There one or minor things I'd like to add based on feedback, then I see no reason why we can't simply cut a M3 release next week. Have you tried upgrading to a nightly build in the meantime?

Keith

sebastien.blanc
Jan 28th, 2011, 04:00 PM
Hi Keith,
For the moment I don't want to rely on nightly builds because I retrieve the Spring Mobile Module from an "maven-based" dependency management mechanism. I'm building a Grails (which is also a SpringSource product) plugin which encapsulates your features. But I'm patient, I will wait for M3 and maybe join your GIT community, I've also pretty lot of experience in the Mobile Web area (I give a few talks about this topic in Groovy/Grails conferences) and maybe I can contribute if you want(offline caching, localStorage etc..).
Cheers,
Seb

Keith Donald
Jan 29th, 2011, 08:55 AM
Hi Seb,
You can of course grab the latest nightly snapshot from our maven.springframework.org/snapshots repository with the version 1.0.0.BUILD-SNAPSHOT. In any case though, we'll get M3 out next week for you.

Keith

sebastien.blanc
Jan 30th, 2011, 05:00 PM
Thanks Keith !
I will wait for M3, I just try the snapshots repo but I was unable to retrieve anything ...
I stay tuned.

Keith Donald
Jan 30th, 2011, 08:04 PM
Whoops, I got the snapshot URL repo wrong, it's:


<!-- For testing against latest Spring snapshots -->
<repository>
<id>org.springframework.maven.snapshot</id>
<name>Spring Maven Snapshot Repository</name>
<url>http://maven.springframework.org/snapshot</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>


Then to get the latest:




<dependency>
<groupId>org.springframework.mobile</groupId>
<artifactId>spring-mobile-device</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</dependency>


I should know better than to trust my memory :)

sebastien.blanc
Feb 3rd, 2011, 02:42 PM
Well,
it seems that grails has some issues retrieving snapshots version from maven repo ... So, I will wait for M3 but maybe I will release a first version that just cover the device resolver feature (what I think is the core feature of this module, no ?).
Seb

Keith Donald
Feb 3rd, 2011, 09:45 PM
M3 is out now :-)