Greg Whitaker
Greg Whitaker
Update catnap-spring and catnap-springboot to use the latest version of Spring.
1. Add documentation on how to configure Catnap for each of the web frameworks. 2. Add documentation on using Catnap's query language.
Add a library that provides catnap support in Ratpack applications.
Remove the dependency on the servlet api so that we can properly support async frameworks.
Currently, Catnap only supports POJOs being returned from services. Add support for returning Maps and Lists of Maps.
The plugin should detect the current OS and then automatically download the Flatbuffers binaries for the platform so that there is not a need to have Flatbuffers installed before running...