You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Shawn Jiang <ge...@gmail.com> on 2012/07/09 06:24:30 UTC

Re: svn commit: r1358803 - in /geronimo/server/branches/2.2/plugins/dojo: dojo-jetty/pom.xml dojo-tomcat/pom.xml

Hi Jay,

Could you please help to make sure the portlets that are using dojo can
work flawlessly after the upgrading ?

you know,  dojo was not doing a good job on backward-compatibility.

On Mon, Jul 9, 2012 at 2:09 AM, <ja...@apache.org> wrote:

> Author: jaydm
> Date: Sun Jul  8 18:09:46 2012
> New Revision: 1358803
>
> URL: http://svn.apache.org/viewvc?rev=1358803&view=rev
> Log:
> Upgrading the version of Dojo to 1.7.2
>
> Modified:
>     geronimo/server/branches/2.2/plugins/dojo/dojo-jetty/pom.xml
>     geronimo/server/branches/2.2/plugins/dojo/dojo-tomcat/pom.xml
>
> Modified: geronimo/server/branches/2.2/plugins/dojo/dojo-jetty/pom.xml
> URL:
> http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/dojo/dojo-jetty/pom.xml?rev=1358803&r1=1358802&r2=1358803&view=diff
>
> ==============================================================================
> --- geronimo/server/branches/2.2/plugins/dojo/dojo-jetty/pom.xml (original)
> +++ geronimo/server/branches/2.2/plugins/dojo/dojo-jetty/pom.xml Sun Jul
>  8 18:09:46 2012
> @@ -43,7 +43,7 @@
>          <dependency>
>              <groupId>org.dojotoolkit</groupId>
>              <artifactId>dojo-war</artifactId>
> -            <version>1.6.1</version>
> +            <version>1.7.2</version>
>              <type>war</type>
>              <scope>provided</scope>
>          </dependency>
> @@ -78,7 +78,7 @@
>                      <module>
>                          <groupId>org.dojotoolkit</groupId>
>                          <artifactId>dojo-war</artifactId>
> -                        <version>1.4.2</version>
> +                        <version>1.4.3</version>
>                          <type>war</type>
>                      </module>
>
>
> Modified: geronimo/server/branches/2.2/plugins/dojo/dojo-tomcat/pom.xml
> URL:
> http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/dojo/dojo-tomcat/pom.xml?rev=1358803&r1=1358802&r2=1358803&view=diff
>
> ==============================================================================
> --- geronimo/server/branches/2.2/plugins/dojo/dojo-tomcat/pom.xml
> (original)
> +++ geronimo/server/branches/2.2/plugins/dojo/dojo-tomcat/pom.xml Sun Jul
>  8 18:09:46 2012
> @@ -43,7 +43,7 @@
>          <dependency>
>              <groupId>org.dojotoolkit</groupId>
>              <artifactId>dojo-war</artifactId>
> -            <version>1.6.1</version>
> +            <version>1.7.2</version>
>              <type>war</type>
>              <scope>provided</scope>
>          </dependency>
> @@ -78,7 +78,7 @@
>                      <module>
>                          <groupId>org.dojotoolkit</groupId>
>                          <artifactId>dojo-war</artifactId>
> -                        <version>1.4.2</version>
> +                        <version>1.4.3</version>
>                          <type>war</type>
>                      </module>
>
>
>
>


-- 
Shawn

Re: svn commit: r1358803 - in /geronimo/server/branches/2.2/plugins/dojo: dojo-jetty/pom.xml dojo-tomcat/pom.xml

Posted by "Jay D. McHugh" <ja...@gmail.com>.
Sure.

But, as far as I knew, the portlets were using the 1.4.x version of
Dojo.  I did update that from 1.4.2 to 1.4.3 - they should have kept
that compatible.  But I will check to make sure that all of the monitor
pages still work.

Jay

On 07/08/2012 11:24 PM, Shawn Jiang wrote:
> Hi Jay,
> 
> Could you please help to make sure the portlets that are using dojo can
> work flawlessly after the upgrading ?
> 
> you know,  dojo was not doing a good job on backward-compatibility.
> 
> On Mon, Jul 9, 2012 at 2:09 AM, <ja...@apache.org> wrote:
> 
>> Author: jaydm
>> Date: Sun Jul  8 18:09:46 2012
>> New Revision: 1358803
>>
>> URL: http://svn.apache.org/viewvc?rev=1358803&view=rev
>> Log:
>> Upgrading the version of Dojo to 1.7.2
>>
>> Modified:
>>     geronimo/server/branches/2.2/plugins/dojo/dojo-jetty/pom.xml
>>     geronimo/server/branches/2.2/plugins/dojo/dojo-tomcat/pom.xml
>>
>> Modified: geronimo/server/branches/2.2/plugins/dojo/dojo-jetty/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/dojo/dojo-jetty/pom.xml?rev=1358803&r1=1358802&r2=1358803&view=diff
>>
>> ==============================================================================
>> --- geronimo/server/branches/2.2/plugins/dojo/dojo-jetty/pom.xml (original)
>> +++ geronimo/server/branches/2.2/plugins/dojo/dojo-jetty/pom.xml Sun Jul
>>  8 18:09:46 2012
>> @@ -43,7 +43,7 @@
>>          <dependency>
>>              <groupId>org.dojotoolkit</groupId>
>>              <artifactId>dojo-war</artifactId>
>> -            <version>1.6.1</version>
>> +            <version>1.7.2</version>
>>              <type>war</type>
>>              <scope>provided</scope>
>>          </dependency>
>> @@ -78,7 +78,7 @@
>>                      <module>
>>                          <groupId>org.dojotoolkit</groupId>
>>                          <artifactId>dojo-war</artifactId>
>> -                        <version>1.4.2</version>
>> +                        <version>1.4.3</version>
>>                          <type>war</type>
>>                      </module>
>>
>>
>> Modified: geronimo/server/branches/2.2/plugins/dojo/dojo-tomcat/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/dojo/dojo-tomcat/pom.xml?rev=1358803&r1=1358802&r2=1358803&view=diff
>>
>> ==============================================================================
>> --- geronimo/server/branches/2.2/plugins/dojo/dojo-tomcat/pom.xml
>> (original)
>> +++ geronimo/server/branches/2.2/plugins/dojo/dojo-tomcat/pom.xml Sun Jul
>>  8 18:09:46 2012
>> @@ -43,7 +43,7 @@
>>          <dependency>
>>              <groupId>org.dojotoolkit</groupId>
>>              <artifactId>dojo-war</artifactId>
>> -            <version>1.6.1</version>
>> +            <version>1.7.2</version>
>>              <type>war</type>
>>              <scope>provided</scope>
>>          </dependency>
>> @@ -78,7 +78,7 @@
>>                      <module>
>>                          <groupId>org.dojotoolkit</groupId>
>>                          <artifactId>dojo-war</artifactId>
>> -                        <version>1.4.2</version>
>> +                        <version>1.4.3</version>
>>                          <type>war</type>
>>                      </module>
>>
>>
>>
>>
> 
>