changes in 0.5.0

This commit is contained in:
Colin Surprenant 2012-05-31 17:03:20 -04:00
parent c13eff0066
commit ffdab16b62
2 changed files with 7 additions and 5 deletions

View File

@ -22,6 +22,11 @@
- JRuby 1.6.6
# 0.5.0, 05-28-2012
- issue #16, Bundler support for topology gems
- issue #19, support for multiple dirs in jar
- issue #20, update to Storm 0.7.1
- issue #21, proper support for 1.8/1.9 Ruby compatibility mode
- issue #22, fixed Config class name clash
- JRuby 1.6.7
- Support for 1.8/1.9 Ruby compatibility mode
- Bundler support
- DSL Support for per bolt/spout configuration in Storm 0.7.x
- consistent workflow using the redstorm command in local dev or gem mode

View File

@ -1,4 +1 @@
# TODO
- expose the log4j logger in Simple{Topology|Bolt|Spout} (Java::org.apache.log4j.Logger.getLogger(...))
- see if using bundler would provide better gems integration and easier jar packaging