| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Enum deserialization should be implemented once #9 is merged. Merged and implemented. |
Sorry, something went wrong.
…com/rethinkdb/rethinkdb-java into develop/experimental � Conflicts: � Makefile � build.gradle � src/main/java/com/rethinkdb/RethinkDB.java � src/main/java/com/rethinkdb/net/Util.java
|
If #12 gets merged, Cursors will be removed in favour of reactive flows. UPDATE: Since 037429c, it now has a reactive Connection implementation, with detached Socket and Response Pump, if you want to write your custom implementation of the socket or integrate the response pump into your main service, say, Spring or Vert.x Reactive streams was dropped due to their non-null behaviour. |
Sorry, something went wrong.
|
rethinkdb/rethinkdb#4101 implemented on commits d214109 and e56f344. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR tracks experimental changes for the official rethinkdb-java driver.
Implemented changes
Partially implemented
Notes
Code which use Connection, Cursor and the old dynamic return type of .run breaks, but those classes got full documentation of the new usage.
All tests doesn't compile. Root tests may need manual rewrite while Generated tests need Python scripts need rewrite to generate new valid tests. Tests now compile by patching TestingCommon to generate expected behaviour.