You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/05/28 20:42:09 UTC

svn commit: r949257 - in /shindig/trunk: UPGRADING java/gadgets/pom.xml pom.xml

Author: lindner
Date: Fri May 28 18:42:09 2010
New Revision: 949257

URL: http://svn.apache.org/viewvc?rev=949257&view=rev
Log:
bump to latest oauth libs, add more UPGRADING info

Modified:
    shindig/trunk/UPGRADING
    shindig/trunk/java/gadgets/pom.xml
    shindig/trunk/pom.xml

Modified: shindig/trunk/UPGRADING
URL: http://svn.apache.org/viewvc/shindig/trunk/UPGRADING?rev=949257&r1=949256&r2=949257&view=diff
==============================================================================
--- shindig/trunk/UPGRADING (original)
+++ shindig/trunk/UPGRADING Fri May 28 18:42:09 2010
@@ -19,10 +19,20 @@ The default RPC endpoints used for json-
 
 == Java Dependency Changes ==
 
-Too many to mention.  Check the top-level pom.xml for all the new versions
-
-* servlet-api is upgraded to 2.5
+Too many to mention.  Check the top-level pom.xml for all the new versions.
+Here are some highlights:
 
+* caja r3034 -> r4067
+* guice 1.0->2.0
+* guice-multibindings (NEW)
+* nekohtml 1.9.9 -> 1.9.13
+* oauth-* 20080621 -> 20100527 (and others)
+* rome 0.9 -> 1.0
+* rome-modules 0.3.2 (NEW)
+* servlet-api 2.4->2.5
+* ehcache 1.5 -> 1.6.2
+* xstream 1.2 -> 1.3.1
+* xpp3 1.1.3.3 -> 1.1.4c
 
 == Java Interface Changes ==
 

Modified: shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/gadgets/pom.xml?rev=949257&r1=949256&r2=949257&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Fri May 28 18:42:09 2010
@@ -154,6 +154,10 @@
       <artifactId>oauth-httpclient4</artifactId>
     </dependency>
     <dependency>
+      <groupId>net.oauth.core</groupId>
+      <artifactId>oauth-provider</artifactId>
+    </dependency>
+    <dependency>
       <groupId>com.google.collections</groupId>
       <artifactId>google-collections</artifactId>
     </dependency>

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=949257&r1=949256&r2=949257&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Fri May 28 18:42:09 2010
@@ -1413,13 +1413,13 @@
       <dependency>
         <groupId>net.oauth.core</groupId>
         <artifactId>oauth</artifactId>
-        <version>20090825</version>
+        <version>20100527</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>net.oauth.core</groupId>
         <artifactId>oauth-provider</artifactId>
-        <version>20090531</version>
+        <version>20100527</version>
         <scope>compile</scope>
       </dependency>
       <dependency>