mauricio / postgresql-async

Async, Netty based, database drivers for PostgreSQL and MySQL written in Scala
Apache License 2.0
1.43k stars 222 forks source link

Netty 4.1 binary compatible issue #191

Open jilen opened 7 years ago

jilen commented 7 years ago

From version 0.2.20 Netty 4.1 was introduced, which is not compatible with previous versins.

But projects like Play are still using Netty 4.0.

I think it may be too early to use 4.1.

mauricio commented 7 years ago

A problem here is that vertex requires 4.1 and that prevents people there from using if we don't upgrade and they rely directly on this driver for async database access.

jilen commented 7 years ago

@mauricio Can we have a legacy version which will backport some important bug fix. As 0.2.20 break binary compatible, it should actually be 0.3.x

domdorn commented 7 years ago

+1 .. i just had the same issue... play 2.5.13 is still running on netty 4.0.44.Final