You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comsat-httpkit – HTTP Kit client integration (the http-kit client API is a subset of clj-http); thanks to Nir Rubinstein for his preliminary investigation and work on this one
Breaking changes:
The FiberDBI(IDBI jdbi, ExecutorService es) constructor has been removed because JDBI is now a fully transparent integration on top of JDBC's and doesn't need an executor on its own: executors passed to other constructors will be used for the underlying JDBC integration
Improvements:
comsat-dropwizard upgraded to the recently released Dropwizard 0.8.1.
comsat-spring-boot and the new comsat-spring-boot-security module introduce convenient configuration annotations, resp.FiberSpringBootApplication and FiberSecureSpringBootApplication.
comsat-spring upgraded to Spring Boot 1.2.4, Spring Framework 4.1.6 and Spring Security 4.0.1 (and more tests ported).
comsat-jooq has been improved and updated to jOOQ 3.6.2
comsat-jdbi has been improved and updated to JDBI 2.62
comsat-jdbc is now completely wrapped and fiber-blocking (see #27 below)
comsat-actors-servlet now includes an HTTP/SSE/WebSocket test with Undertow as well
Fixed an issue in comsat-spring that prevented controlled methods annotated to be suspendable, but not actually instrumented, from being still executed inside fibers.