« Return to Thread: Fwd: [petals-commits] [11260] trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/NormalizedMessageImpl.java:Revert an regression on a method not compatible with javac 1.5

Re: Fwd: [petals-commits] [11260] trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/NormalizedMessageImpl.java:Revert an regression on a method not compatible with javac 1.5

by Charles Casadei :: Rate this Message:

Reply to Author | View in Thread

Sure. According to Sun's website : "J2SE 5.0 is in its Java Technology
End of Life (EOL) transition period. The EOL transition period began
April 8th, 2008 and will complete October 30th, 2009, when J2SE 5.0 will
have reached its End of Service Life (EOSL)."
Source : http://java.sun.com/products/archive/eol.policy.html 

Christophe Hamerling - eBM WebSourcing a écrit :

> Why not opening a vote to check which java version we should use? Or
> do we need to use java 5 for years?
>
> Début du message réexpédié :
>
>> *De : *roland.naudin@...
>> <mailto:roland.naudin@...>
>> *Date : *11 juin 2009 09:59:34 HAEC
>> *À : *petals-commits@... <mailto:petals-commits@...>
>> *Objet : **[petals-commits] [11260]
>> trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/
>> messaging/exchange/NormalizedMessageImpl.java:Revert an regression on
>> a method not compatible with javac 1.5*
>>
>> Revision
>>     11260
>>     <http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&view=rev>
>> Author
>>     rnaudin
>> Date
>>     2009-06-11 09:59:34 +0200 (Thu, 11 Jun 2009)
>>
>>
>>       Log Message
>>
>> Revert an regression on a method not compatible with javac 1.5
>>
>>
>>       Modified Paths
>>
>>     * trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java
>>       <#trunkpetalscorepetalskernelsrcmainjavaorgow2petalsjbimessagingexchangeNormalizedMessageImpljava>
>>
>>
>>       Diff
>>
>>
>>         Modified:
>>         trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java
>>         (11259 => 11260)
>>
>>
>> --- trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java 2009-06-10 15:52:34 UTC (rev 11259)
>> +++ trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java 2009-06-11 07:59:34 UTC (rev 11260)
>> @@ -223,7 +223,7 @@
>>              MessageExchangeSerializer.instance().serializeContent(content, s,
>>                      Boolean.parseBoolean(compression));
>>          } catch (final Exception e) {
>> -            throw new IOException(e.getMessage(), e);
>> +            throw new IOException(e.getMessage());
>>          }
>>      }
>>  
>>
>> --
>> You receive this message as a subscriber of the
>> petals-commits@... <mailto:petals-commits@...> mailing list.
>> To unsubscribe: mailto:petals-commits-unsubscribe@...
>> For general help: mailto:sympa@...?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>
> Christophe Hamerling - eBM WebSourcing
> christophe.hamerling@...
> <mailto:christophe.hamerling@...>
> SOA Research Engineer
>
> Skype : christophe.hamerling
>


--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

 « Return to Thread: Fwd: [petals-commits] [11260] trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/NormalizedMessageImpl.java:Revert an regression on a method not compatible with javac 1.5