logstash/qa/acceptance/spec
Pier-Hugues Pellerin 76286b4f0e use jruby 9.1.9.0
Work done by @guyboertje and @ph

Since JRuby 1.7.25 is now EOL we are migrating Logstash to use JRuby 9k and JDK8 only,
Not much needed updating to make this work, its was mostly a drop in replacement from the previous version.

The major point was the change in the implementation of Time in JRuby, JRuby now use `java.time`
instead of joda time, this allow JRuby to have nanoseconds precision on time object.
2017-06-12 12:35:10 -04:00
..
lib Fix the acceptance on Debian family 2017-05-24 14:44:21 +00:00
shared_examples fix syntax error in logstash-plugin generate test 2017-05-22 18:41:32 +00:00
config_helper.rb Introduce the concept of a single spec for the tests, we removed the platform depant test as they where mostly similar, but only used with small platform dependant metadata, this all has been moved to factory methods. make sure platforms uses canonicals "former" names, so no "ubuntu" platfrom as is debian based, and no "centos" as is redhat based. 2016-06-02 14:37:15 +00:00
spec_helper.rb use jruby 9.1.9.0 2017-06-12 12:35:10 -04:00