-
todo cleanup in common -
mysql convert -
postgres convert -
tests convert -
check tests coverage -
tests with DB -
kotlin coroutines integration module (created an example) - Fix leaks and PR's on other repos
-
[performance] mauricio/postgresql-async#231 - [Postgresql 9.5 Timestamp with time zone] mauricio/postgresql-async#255
-
[postgres] mauricio/postgresql-async#230 -
[performance] optimize preparedstatement cache memory usage mauricio/postgresql-async#209 -
[usability] mauricio/postgresql-async#215 -
[docs] mauricio/postgresql-async#239 -
[performance] mauricio/postgresql-async#254 -
[performance] There are no objects available and the waitQueue is full mauricio/postgresql-async#203 -
[performance] mauricio/postgresql-async#179 -
[performance] Connection pool - Blocking operations mauricio/postgresql-async#91
-
-
Expose execution context - fix visibility of classes/methods (internal etc')
-
ob1k integration - remove joda dependency mauricio/postgresql-async#189 https://www.google.co.il/search?q=migrate+joda+to+java+8&oq=migrate+joda+to+java+8
-
todo cleanup -
support PartitionedAsyncObjectPool -
support ActorBasedAsyncObjectPool -
check if we shouldByteBuf.release()
from netty docs, also what happens on inactivate. Not needed because we useSimpleChannelHandler
more details here: https://netty.io/wiki/reference-counted-objects.html - Add more debug logging for result from queries etc'.
- Test actor as defaul connection pool. Add api to create connection with pool.
- Test MariaDB
- Higher level abstarction like https://github.com/scalikejdbc/scalikejdbc-async or https://github.com/JetBrains/Exposed
- create a vertex module: https://vertx.io/docs/vertx-mysql-postgresql-client/java/ https://github.com/vert-x3/vertx-mysql-postgresql-client
- requery integration
-
MariaDB - Micronaut
- Spark Java
-
travis build -
release -
gradle files -
old files removal - performance benchmark
-
site, logo -
apiari style docs - convert gradle files to Kotlin
- blog posts for:
coroutines, ktor,spring webflux - more examples
- Future -> CompletableFuture
- Seq -> List
- ArrayBuffer -> MutableList/Array
- Scala Duration -> Java 8 Duration