Hi Paul,
 
Thanks for reporting this. This is now fixed in SVN 1.1 branch and will appear 
in the upcoming Restlet 1.1.4 version (and 1.1 snapshots).
 
Best regards,
Jerome Louvel
--
Restlet ~ Founder and Lead developer ~  <http://www.restlet.org/> 
http://www.restlet.org
Noelios Technologies ~ Co-founder ~  <http://www.noelios.com> 
http://www.noelios.com

 
  _____  

De : Paul Austin [mailto:[email protected]] 
Envoyé : dimanche 1 mars 2009 03:19
À : [email protected]
Objet : Re: Restlet 1.1.3


Jerome, 

It might just be the maven pom. See in bold below.

cat org.restlet.ext.spring-1.1.3.pom
<project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.restlet</groupId>
   <artifactId>org.restlet.ext.spring</artifactId>
   <version>1.1.3</version>
   <dependencies>
      <dependency>
         <groupId>org.restlet</groupId>
         <artifactId>org.restlet</artifactId>
         <version>1.1.3</version>
      </dependency>
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
         <version>2.5</version>
      </dependency>
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context</artifactId>
         <version>2.5</version>
      </dependency>
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
         <version>2.5</version>
      </dependency>
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-web</artifactId>
         <version>2.5</version>
      </dependency>
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-webmvc</artifactId>
         <version>2.5</version>
      </dependency>
   </dependencies>

   <name>Spring support</name>
   <description>Integration with Spring Framework.</description>
   <licenses>
      <license>
         <name>CDDL license</name>
         <url>http://www.opensource.org/licenses/cddl1.php</url>
      </license>
      <license>
         <name>LGPL license</name>
         <url>
            http://www.opensource.org/licenses/lgpl-license.php
         </url>
      </license>
   </licenses>
</project>c

On 28-Feb-09, at 8:28 AM, Jerome Louvel wrote:


Hi Paul,

We already upgraded to Spring 2.5.6 in 1.1.2 :)

Best regards,
Jerome Louvel
--
Restlet ~ Founder and Lead developer ~ http://www.restlet.org
Noelios Technologies ~ Co-founder ~ http://www.noelios.com


-----Message d'origine-----
De : Paul Austin [mailto:[email protected]] 
Envoy� : jeudi 26 f�vrier 2009 21:43
� : [email protected]
Objet : Re: Restlet 1.1.3

For the next release can you upgrade spring to 2.5.6?

Thanks,
Paul

On 26-Feb-09, at 12:31 PM, Thierry Boileau wrote:



Hello all,



Restlet 1.1.3 has been released and is available at this address 


http://www.restlet.org/downloads/.


The public maven repository has also been updated.


Javadocs, user guide, etc. are available from this address:


http://www.restlet.org/documentation/1.1/



Best regards,


Thierry Boileau



ps:


Here is the list of changes:



  - Bugs fixed


     - Fixed Regex issue in Template with fixed variables.


       Contributed by Bruno Dumon.


     - Fixed bug in ReadableRepresentation preventing channel from


       closing. Reported by Janne Husberg.


     - Fixed bug with jSSLutils integration. Reported by Dan Noble


       and fixed by Bruno Harbulot.


     - Handler is now capable of discovering allowed methods, even


       in protected Handler subclasses. Reported by Leigh Klotz.


     - Fixed the inclusion test of media types when one contains a


       "*+".


     - Fixed wrong computed "content-length" header when encoding


       representations using the Encoder. Reported by Tamas


       Cservenak.


     - Fixed wrong computed "content-location" header generated by


       the DirectoryResource. Reported by David Fogel.


     - Fixed potential bug with EncodeRepresentation when only


       Identity applies.


  - Misc


       - Upgraded JAXB to version 2.1.9.


       - Upgraded Grizzly to version 1.9.5.



------------------------------------------------------


http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447 
<http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId> 
&dsMessageId


=1234715



Paul Austin
President/CEO
Revolution Systems Inc.

+1 (604) 288-4304 x201
www.revolsys.com

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=12347
58

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1245546



Paul Austin
President/CEO
Revolution Systems Inc.

+1 (604) 288-4304 x201
www.revolsys.com

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1297465

Reply via email to