Quantcast

upgrading from 2.0.4 to 2.1

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

upgrading from 2.0.4 to 2.1

Joe Greenawalt
I would like to upgrade my app 2.0.4 to 2.1.0  Has anyone done this and do you recommend it, or should i wait until 2.1.1?  The numbers seem to indicate its a big change but the "Whats new" doesn't seem so bad.

Also before I did, i listed my plugins that should be upgraded and i got the following output.

Plugins with available updates are listed below:
-------------------------------------------------------------
<Plugin>            <Current>         <Available>
tomcat-bundler      0.0.2             0.0.3
tomcat              2.0.4             1.3.8
resources           1.1.5             1.2-RC1
jquery              1.7.1             1.7.2
hibernate           2.0.4             1.3.8


hibernate and tomcat seem to be suspect, does anyone have insight into this?

Thanks,
Joe
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: upgrading from 2.0.4 to 2.1

burtbeckwith
That's a bug - always use the same version of the Hibernate and Tomcat plugins as the current version of Grails.

Burt

Joe Greenawalt wrote
I would like to upgrade my app 2.0.4 to 2.1.0  Has anyone done this and do
you recommend it, or should i wait until 2.1.1?  The numbers seem to
indicate its a big change but the "Whats new" doesn't seem so bad.

Also before I did, i listed my plugins that should be upgraded and i got
the following output.

Plugins with available updates are listed below:
-------------------------------------------------------------
<Plugin>            <Current>         <Available>
tomcat-bundler      0.0.2             0.0.3
tomcat              2.0.4             1.3.8
resources           1.1.5             1.2-RC1
jquery              1.7.1             1.7.2
hibernate           2.0.4             1.3.8


hibernate and tomcat seem to be suspect, does anyone have insight into this?

Thanks,
Joe
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: upgrading from 2.0.4 to 2.1

Antony Jones
I recently upgraded my sizeable application from 2.0.4 to 2.1.0 with no issues.

As for hibernate/tomcat versions, you can do this easily by putting:

        compile ":hibernate:$grailsVersion"
        build   ":tomcat:$grailsVersion"

In your BuildConfig.groovy

Antony

On 8 August 2012 03:22, burtbeckwith <[hidden email]> wrote:

> That's a bug - always use the same version of the Hibernate and Tomcat
> plugins as the current version of Grails.
>
> Burt
>
>
> Joe Greenawalt wrote
>>
>> I would like to upgrade my app 2.0.4 to 2.1.0  Has anyone done this and do
>> you recommend it, or should i wait until 2.1.1?  The numbers seem to
>> indicate its a big change but the "Whats new" doesn't seem so bad.
>>
>> Also before I did, i listed my plugins that should be upgraded and i got
>> the following output.
>>
>> Plugins with available updates are listed below:
>> -------------------------------------------------------------
>> <Plugin>            <Current>         <Available>
>> tomcat-bundler      0.0.2             0.0.3
>> tomcat              2.0.4             1.3.8
>> resources           1.1.5             1.2-RC1
>> jquery              1.7.1             1.7.2
>> hibernate           2.0.4             1.3.8
>>
>>
>> hibernate and tomcat seem to be suspect, does anyone have insight into
>> this?
>>
>> Thanks,
>> Joe
>>
>
>
>
>
> --
> View this message in context: http://grails.1312388.n4.nabble.com/upgrading-from-2-0-4-to-2-1-tp4632822p4632823.html
> Sent from the Grails - user mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>



--
________________________________
ꜽ . antony jones . http://www.enzy.org

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: upgrading from 2.0.4 to 2.1

Dean Del Ponte-2
I've also recently upgraded a larger application from 2.0.4 to 2.1 with zero issues.

On Wed, Aug 8, 2012 at 8:41 AM, Antony Jones <[hidden email]> wrote:
I recently upgraded my sizeable application from 2.0.4 to 2.1.0 with no issues.

As for hibernate/tomcat versions, you can do this easily by putting:

        compile ":hibernate:$grailsVersion"
        build   ":tomcat:$grailsVersion"

In your BuildConfig.groovy

Antony

On 8 August 2012 03:22, burtbeckwith <[hidden email]> wrote:
> That's a bug - always use the same version of the Hibernate and Tomcat
> plugins as the current version of Grails.
>
> Burt
>
>
> Joe Greenawalt wrote
>>
>> I would like to upgrade my app 2.0.4 to 2.1.0  Has anyone done this and do
>> you recommend it, or should i wait until 2.1.1?  The numbers seem to
>> indicate its a big change but the "Whats new" doesn't seem so bad.
>>
>> Also before I did, i listed my plugins that should be upgraded and i got
>> the following output.
>>
>> Plugins with available updates are listed below:
>> -------------------------------------------------------------
>> <Plugin>            <Current>         <Available>
>> tomcat-bundler      0.0.2             0.0.3
>> tomcat              2.0.4             1.3.8
>> resources           1.1.5             1.2-RC1
>> jquery              1.7.1             1.7.2
>> hibernate           2.0.4             1.3.8
>>
>>
>> hibernate and tomcat seem to be suspect, does anyone have insight into
>> this?
>>
>> Thanks,
>> Joe
>>
>
>
>
>
> --
> View this message in context: http://grails.1312388.n4.nabble.com/upgrading-from-2-0-4-to-2-1-tp4632822p4632823.html
> Sent from the Grails - user mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>



--
________________________________
ꜽ . antony jones . http://www.enzy.org

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: upgrading from 2.0.4 to 2.1

Joe Greenawalt

Great thanks everyone.

On Aug 8, 2012 10:24 AM, "Dean Del Ponte" <[hidden email]> wrote:
I've also recently upgraded a larger application from 2.0.4 to 2.1 with zero issues.

On Wed, Aug 8, 2012 at 8:41 AM, Antony Jones <[hidden email]> wrote:
I recently upgraded my sizeable application from 2.0.4 to 2.1.0 with no issues.

As for hibernate/tomcat versions, you can do this easily by putting:

        compile ":hibernate:$grailsVersion"
        build   ":tomcat:$grailsVersion"

In your BuildConfig.groovy

Antony

On 8 August 2012 03:22, burtbeckwith <[hidden email]> wrote:
> That's a bug - always use the same version of the Hibernate and Tomcat
> plugins as the current version of Grails.
>
> Burt
>
>
> Joe Greenawalt wrote
>>
>> I would like to upgrade my app 2.0.4 to 2.1.0  Has anyone done this and do
>> you recommend it, or should i wait until 2.1.1?  The numbers seem to
>> indicate its a big change but the "Whats new" doesn't seem so bad.
>>
>> Also before I did, i listed my plugins that should be upgraded and i got
>> the following output.
>>
>> Plugins with available updates are listed below:
>> -------------------------------------------------------------
>> <Plugin>            <Current>         <Available>
>> tomcat-bundler      0.0.2             0.0.3
>> tomcat              2.0.4             1.3.8
>> resources           1.1.5             1.2-RC1
>> jquery              1.7.1             1.7.2
>> hibernate           2.0.4             1.3.8
>>
>>
>> hibernate and tomcat seem to be suspect, does anyone have insight into
>> this?
>>
>> Thanks,
>> Joe
>>
>
>
>
>
> --
> View this message in context: http://grails.1312388.n4.nabble.com/upgrading-from-2-0-4-to-2-1-tp4632822p4632823.html
> Sent from the Grails - user mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>



--
________________________________
ꜽ . antony jones . http://www.enzy.org

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Loading...