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/08/27 08:29:30 UTC

svn commit: r990039 - /shindig/trunk/UPGRADING

Author: lindner
Date: Fri Aug 27 06:29:30 2010
New Revision: 990039

URL: http://svn.apache.org/viewvc?rev=990039&view=rev
Log:
Updated UPGRADING instruction

Modified:
    shindig/trunk/UPGRADING

Modified: shindig/trunk/UPGRADING
URL: http://svn.apache.org/viewvc/shindig/trunk/UPGRADING?rev=990039&r1=990038&r2=990039&view=diff
==============================================================================
--- shindig/trunk/UPGRADING (original)
+++ shindig/trunk/UPGRADING Fri Aug 27 06:29:30 2010
@@ -17,6 +17,8 @@ The default RPC endpoints used for json-
 
 * css for tabs/minimessage is now included in container.js
 
+* System properties shindig.host/jetty.host and shindig.port/jetty.port are injected as SERVER_HOST/SERVER_PORT
+
 == Java Dependency Changes ==
 
 Too many to mention.  Check the top-level pom.xml for all the new versions.
@@ -125,6 +127,9 @@ The long value annotated with the name "
 been moved to shindig/common/conf/shindig.properties.  Guice 2.0 can inject Long values from Strings
 automatically.
 
+The Executor.class injection is removed.  Use ExecutorService.class injection instead.
+
+
 * Rename SecurityTokenDecoder to SecurityTokenCodec
 
 This class is renamed to provide a single place to capture both encoding and decoding work