Releases: puniverse/comsat-mvn-archetype
Releases · puniverse/comsat-mvn-archetype
0.1.2
New features:
- Full Dropwizard + Feign + JDBI + Jersey + Dagger + Metrics embedded sample as per http://blog.paralleluniverse.co/2014/05/15/modern-java-pt3/ with
mvn -Pdropwizard dependency:properties clean compile exec:exec
Fixes:
- Several small fixes to comments and commented-out features / options in
pom.xml
0.1.1
New features:
- JAX-RS services now call the fiber JDBC persistence (on H2) with global+wrapped Datasource setup (Cargo+Tomcat) as explained in Comsat's docs
- Metrics'
Timer
around JDBC calls
Improvements:
- Cargo JVM options are now shared by all Cargo tasks, not just integration tests
- Tomcat's connector tuning to handle large amounts of connections
0.1.0
Initial release.