[ANN] Cayenne 4.0 M3 release

2016-02-16 Thread Savva Kolbachev
Hi All, I'm glad to announce a new milestone release. Lots of new features, bug fixes and other improvements: * Switching to Java 7 * Java 8 Date/Time and Joda-Time Support * Improvements in Query API * Non-blocking DataSource * DBCP2 * Capturing a stream of commit changes and many more. Read on

Re: work on ROP

2016-02-16 Thread Aristedes Maniatis
On 12/02/2016 8:43pm, Aristedes Maniatis wrote: > On 21/01/2016 11:39pm, Dzmitry Kazimirchyk wrote: >>> BaseConnection.sendMessage(message) does pretty much nothing but call >>> beforeSendMessage(message), then doSendMessage(message) with a bunch of >>> logging. It all seems a bit pointless. >>>

Re: work on ROP

2016-02-16 Thread Andrus Adamchik
+1 > On Feb 17, 2016, at 1:56 AM, Aristedes Maniatis wrote: > > On 12/02/2016 8:43pm, Aristedes Maniatis wrote: >> On 21/01/2016 11:39pm, Dzmitry Kazimirchyk wrote: BaseConnection.sendMessage(message) does pretty much nothing but call beforeSendMessage(message), then doSendMessage(mes