Commit Graph

9 Commits

Author SHA1 Message Date
R. Tyler Croy 7b1c81004c
Upgrade to the latest stable redstorm (0.9.2)
Fixes #27
2015-09-15 14:38:01 -07:00
R. Tyler Croy 790772a8f7
Upgrade the default redstorm version 2015-09-11 11:19:36 -07:00
R. Tyler Croy 26a8316f49
Introduce a new configuration for unzipping things directly into the topology jar
This goes hand-in-hand with jruby-gradle/redstorm#12 and allows us to
incorporate things like storm-kafka early on in the load time of a topology
while still allowing most JRuby-originating jar dependencies to be packed "as
per usual." (See fast-rsa-engine and others which pack jar files inside gem
archives)

Fixes #25
2015-09-09 13:51:42 -07:00
R. Tyler Croy 2934164708
Upgrade to the latest release of redstorm which has some better version ranges 2015-08-17 16:09:37 -07:00
R. Tyler Croy dec7a74629
Mark the storm extension as incubating for now
Given the troubles with jruby.defaultVersion in the code plugins, I'm not sure
this is a great pattern
2015-08-16 12:44:55 -07:00
R. Tyler Croy add7020757
Default to using redstorm 0.7.2 2015-08-14 17:07:42 -07:00
R. Tyler Croy 3f39e00e95
WIP checkpointing some refactoring and structuring around the JRubyStorm task 2015-07-28 05:19:21 -07:00
R. Tyler Croy 611a52820f
Support modifying the version of redstorm included as well
References #3
2015-07-27 00:03:50 -07:00
R. Tyler Croy 6aa1174faf
Add an extension to the Gradle project which allows for configuring the Storm version
Since this is only used for running local topologies, we're just adding it to
the jrubyStormLocal configuration

Fixes #3
2015-07-26 23:50:31 -07:00