1.0.0.RC1.2
Changes
- a series of SQL statements can now be executed at each river cycle
- execution of SQL statements with thread pool size (like connection pooling)
- river state saved and loaded at each cycle
- "schedule" parameter with crontab-like specification
- no more "oneshot" strategy
- "poll" parameter removed in favor of "schedule" or "interval"
- "acksql", "acksqlparams" removed in favor of SQL statement series
- "driver" parameter removed
- new parameter "bulk_flush_timeout"
- experimental CallableStatement support improved
- river cycle can be executed at once by new REST river induce command
- new REST river state inspection command
- many bug fixes and cleanups