Commit graph

32 commits

Author SHA1 Message Date
João Duarte
969585199d
bump version to 6.2.5 (#9393) 2018-04-17 18:58:44 +01:00
Jake Landis
eb31a95fce Update jackson deps to 2.9.5
Fixes #9369

Fixes #9377
2018-04-13 16:33:33 +00:00
Rob Bavey
40090c6109 Version bump to 6.2.4
Fixes #9261
2018-03-20 20:42:07 +00:00
Dan Hermann
657e9307de
bump to 6.2.3 (#9173) 2018-02-20 16:08:47 -06:00
Andrew Cholakian
741b077250 Bump version to 6.2.2
Fixes #9118
2018-02-08 19:49:00 +00:00
Jake Landis
0fabd5bacf version bump to 6.2.1
Fixes #9105
2018-02-06 19:08:20 +00:00
Jordan Sissel
d0c3f46d06 Revert "Upgrade to JRuby 9.1.14.0"
This reverts commit d38e4ff665.
(Original commit was part of
https://github.com/elastic/logstash/pull/8620)

The revert is due to `UDPSocket.new(Socket::AF_INET)` crashing in
9.1.14.0:

* https://github.com/elastic/logstash/issues/8736
* https://github.com/jruby/jruby/issues/4869

Fixes #8738
2017-11-27 21:37:46 +00:00
Andrew Cholakian
5d3aca47b7 Bump versions for 6.x to 6.2.0
Fixes #8705
2017-11-22 04:33:52 +00:00
Armin
0032232793 Upgrade to JRuby 9.1.14.0
Fixes #8620
2017-11-09 10:12:47 +00:00
Colin Surprenant
51345bbb24 upgrade JrJackson to 0.4.4 to fix #8439 2017-10-12 11:50:30 -04:00
Guy Boertje
5a9e670c4b bump JrJackson/Jackson versions, source all version refs from versions.yml
final (I hope) fixes for consolidated versioning.

After testing with rake artifact:zip, need to try both files.
Add desc to rake test:install-* tasks, tired of
  not seeing them in rake -vT

changes requested via review

Fixes #8373

Fixes #8388
2017-09-26 17:47:39 +00:00
Colin Surprenant
5d8c79ad4f add jruby-runtime-override in versions.yml, update jruby version to 9.1.13.0, relax jruby-ssl version to >= 0.9.20
add option for different jruby runtime version

relax jruby-ssl version to >= 0.9.20

rename jruby-runtime to jruby-runtime-override and add sha1 IGNORE option

use JRuby released version of 9.1.13.0
2017-09-07 12:17:32 -04:00
Suyog Rao
e274043054 Bump version of 6.x to 6.1.0 (#7794) 2017-07-24 11:54:44 -07:00
Jake Landis
55fac65160 VERSION BUMP: 6.0.0-alpha3 -> 6.0.0-beta1 (#7636) 2017-07-11 12:07:11 +01:00
João Duarte
1cccbd3372 bump jruby to 9.1.12.0 (#7628) 2017-07-10 19:28:24 +01:00
Pier-Hugues Pellerin
6a4766a01f Centralize the JRuby version
We have multiple places to declare the jruby version, this commit
centralize everything into the `version.yml` file. This is now used by
the ruby part and the gradle build file to correctly fetch the jruby
library.

Fixes #7434
2017-06-13 15:44:31 +00:00
Suyog Rao
dcd79d2f57 bump master version to 6.0.0-alpha3 (#7343)
* bump master version to 6.0.0-alpha3
2017-06-06 11:51:02 -07:00
Suyog Rao
e01d247d5e revert to alpha2 until we release 2017-05-31 08:41:12 -07:00
Suyog Rao
23604c13c1 bump version to 6.0.0-beta1 (#7278) 2017-05-31 08:39:13 -07:00
Joao Duarte
d17a77e76d bump version to 6.0.0-alpha2 2017-05-11 18:18:29 +01:00
Tal Levy
9974df427d remove old legacy logstash-core-event (#6783)
and migrate spec tests to core
2017-03-02 10:55:30 -08:00
Tal Levy
2e3b06b812 migrate core-queue-jruby into logstash-core (#6782) 2017-03-02 10:12:03 -08:00
Tal Levy
6fb8096a54 migrate logstash-core-event-java to logstash-core (#6760) 2017-03-01 15:31:17 -08:00
Pier-Hugues Pellerin
3ea565ae3b make sure jruby queue is on 6.0.0 alpha1
Fixes #6380
2016-12-08 14:29:28 -05:00
Pier-Hugues Pellerin
80fcadd931 Allow rake version:set to update the logstash-core-queue-jruby gem
Fixes #6380
2016-12-08 14:29:28 -05:00
Colin Surprenant
761f9f1bc9 merge feature/java_persistence into master 2016-11-01 17:13:23 -04:00
Suyog Rao
ceb5103e01 bump plugin version to match RubyGems.org (#5909) 2016-09-13 19:03:13 -07:00
Suyog Rao
65a8676a86 Bump master to 6.0.0-alpha1 (#5880)
* Bump master to 6.0.0-alpha1
2016-09-08 08:33:27 -07:00
Andrew Cholakian
f57b5f0cb1 Cleanup OutputDelegatorStrategy refactor
This fixes two issues:

1. This fully removes the xopts parameter which for Shared and Single concurrency would prevent outputs from receiving their parameters
2. This cleans up the injection of the OutputDelegatorStrategyRegistry.

This also bumps the plugin api version to 2.1.12

Fixes #5794
2016-08-22 12:54:57 -04:00
Suyog Rao
e7dcdd66ba Bump to 5.0.0-alpha6, next release (#5751) 2016-08-09 23:33:15 -07:00
Joao Duarte
4cf8031a49 bump to 5.0.0-alpha5
Fixes #5585
2016-07-05 10:03:22 -04:00
Joao Duarte
a859bd4a3f add single command release task and other release support tooling
Purpose:

* manage releases through a minimum number of rake tasks
* simplify building of snapshot builds
* create staged artifacts, candidates for releases, that required no changes to become releases
* this means the snapshot release process will not involve publishing gems, therefore:
* the gem artifacts should only be published to rubygems as a final artifact, at the time of GA

Changes:

* release artifacts no longer depend on gems of core components
* all core components are used locally AS-IS to minimize code changes between snapshot, RC and GA
* `versions.yml` describes the versions of all logstash parts and package
  * `rake version:set[version]` manage the yaml file and push the changes to the gemspecs/version.rb files
  * `rake version:set_plugin_api[version]` manage the yaml file and push the changes to the gemspecs/version.rb files
  * `rake artifact:all` generates SNAPSHOT artifacts: tar.gz, zip, rpm, deb
  * `RELEASE=1 rake artifact:all` creates release candidate artifacts + 4 gems: logstash-core, logstash-core-event, logstash-core-event-java and logstash-core-plugin-api

implements #5416 and #5414

Fixes #5460
2016-06-20 04:23:48 -04:00