jeremyrsmith
jeremyrsmith
Document: - [ ] Architecture - [ ] Module structure - [ ] Important interfaces - [ ] Client/server protocol - [ ] #1286
* Much better support for jumping around amongst Java sources – uses [JavaParser](https://github.com/javaparser/javaparser)'s parsing and symbol solving instead of the Scala compiler's limited Java support. * Fixes some issues with...
It would be nice to have timestamps on the messages in the sidebar and the error message under a cell, just so I know what happened recently and what messages...
Automate the release of everything to maven central. Github artifact is automated, docker central is automated – only sonatype remains manual
I did this because many of the binary decoders were incorrect. - Remove existing binary decoder tests and replace with integration tests against postgres (To verify that they do actually...
* Drops Scala 2.11 and moves the default version to be 2.12 * Updates circe to 0.14.3