Commit graph

114 commits

Author SHA1 Message Date
João Duarte
7bc0194f11
bump version to 7.17.29 (#17149) 2025-02-25 11:09:51 +00:00
João Duarte
80b9e79800
multiple dependency upgrades (#17037)
Plugins
* logstash-input-azure_event_hubs: 1.5.1
* logstash-input-beats: 6.4.3-java

Jars:
* jackson: 2.14.1
* jackson-databind: 2.14.1
* guava: 32.1.3
* org.yaml:snakeyaml: 2.2 (ingest converter)

Gems:
* march_hare: 4.6.0-java
* jrjackson: 0.4.17

Other changes:
* tweak add-exports/add-opens to accomodate newer dependencies
* serialization changes to ObjectMappers.java to accomodate jackson 2.13
2025-02-11 16:32:26 -08:00
Andrea Selva
c2769702b1
Update JDK (#17011)
Update JDK to the latest
2025-02-03 17:15:09 +01:00
kaisecheng
5b61c55aff
bump core to 7.17.28 (#16900) 2025-01-14 14:54:36 +00:00
João Duarte
b39223fbbe
bump version to 7.17.27 (#16745) 2024-12-03 15:24:22 +00:00
Edmo Vamerlatti Costa
e742b760cd
Bump version to 7.17.26 (#16588) 2024-10-22 10:52:45 +02:00
kaisecheng
34c84f6f7e
bump core to 7.17.25 (#16438) 2024-09-10 10:55:34 +01:00
Andrea Selva
0f43da15c8
Update bundled JDK (#16394) 2024-08-20 11:25:25 +02:00
Andrea Selva
dde697251f
Bump 7.17.24 (#16346) 2024-07-30 15:23:50 +01:00
Andrea Selva
185d800c08
Version bump for 7.17.23 (#16215) 2024-06-13 15:12:48 +02:00
kaisecheng
c2ffe2f7b2
bump 7.17.22 (#16122) 2024-05-02 09:38:03 +01:00
João Duarte
8cfc4a0911
bump version to 7.17.21 (#16070) 2024-04-08 13:26:29 +01:00
Andrea Selva
96dc9043e0
Bump 7.17.20 (#16023) 2024-03-26 09:22:45 +01:00
Andrea Selva
9da37e2022
Updates JDK bundled in Logstash (#15842) 2024-02-09 13:52:43 +01:00
Mashhur
46df43b677
Version bump to 7.17.19 (#15906) 2024-02-06 09:27:41 -08:00
Ry Biesemeyer
b16011a151
bump to 7.17.18 (#15841) 2024-01-23 08:33:54 -08:00
João Duarte
4b29dac252
bump to 7.17.17 (#15683) 2023-12-12 10:08:50 +00:00
João Duarte
176a2ca23f
bump version to 7.17.16 (#15575) 2023-11-13 13:55:17 +00:00
Mashhur
3fd2a9c121
Bump core to 7.17.15 (#15423) 2023-10-10 10:16:03 -07:00
Andrea Selva
5c93249735
Bump 7.17.14 (#15292) 2023-09-05 13:18:34 +01:00
Rob Bavey
81e5ddb04a
Version Bump to 7.17.13 (#15218) 2023-07-25 09:12:04 -04:00
João Duarte
8ba25a9d9e
Update JDK to 11.0.20+8 (#15216) 2023-07-25 10:13:32 +01:00
Rob Bavey
985afee003
Version Bump to 7.17.12 (#15128) 2023-06-29 09:20:58 -04:00
João Duarte
edade46bcb
bump to 7.17.11 (#15036) 2023-05-02 09:53:39 +01:00
Andrea Selva
ccfbe0f1c7
Updated JDK to 11.0.19 (#15016) 2023-04-20 16:34:09 +01:00
João Duarte
bbe9f80cde
bump to 7.17.10 (#14866) 2023-02-02 12:07:16 +00:00
Andrea Selva
35e7901bf5
Updates bundled JDK to 11.0.18+10 (#14850) 2023-01-24 17:15:22 +00:00
kaisecheng
cb52164cde
bump core version (#14804) 2022-12-08 14:50:51 +00:00
Andrea Selva
3a8076b066
Update bundled JDK to 11.0.17+8 (#14729) 2022-11-03 15:11:54 +01:00
kaisecheng
b884ffbc71
bump core (#14691) 2022-10-25 10:42:15 +01:00
Rob Bavey
82d13eb441
Version bump for 7.17.7 (#14464) 2022-08-24 08:19:17 -04:00
João Duarte
b7344f43ec
bump jdk to 11.0.16+8 (#14430) 2022-08-12 06:47:33 +01:00
Ry Biesemeyer
6f0bcb45dc
Bump for 7.17.6 (#14309)
* bump to 7.17.6

* bump version of logstash itself in gemfile.lock.release

* Update docs/static/releasenotes.asciidoc

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>

* Update docs/static/releasenotes.asciidoc

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
2022-06-28 08:11:05 -07:00
github-actions[bot]
cd9fb4c39e
update jdk to 11.0.15+10 (#14152) (#14226)
This commit re-adds the update to jdk 11.0.15+10 originally made in #14031

(cherry picked from commit ea1690d5ba)

Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
2022-06-07 12:21:03 -04:00
github-actions[bot]
b5e72822ef
Switch adoptopenjdk url to adoptium (#14098) (#14222)
* Switch adoptopenjdk url to adoptium

Newer versions of the JDK are only available from api.adoptium.net, and not dual hosted on api.adoptopenjdk.net
This commit allows the use of adoptium versions of the JDK.

Relates: #14072
(cherry picked from commit 9e2c87a1ab)

Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
2022-06-07 11:10:35 -04:00
kaisecheng
a6cd4bf949
bump core version (#14063) 2022-05-24 13:57:07 +01:00
João Duarte
5cf174cd0d
Bump version to 7.17.4 (#14004) 2022-04-20 13:00:07 +01:00
João Duarte
475c7c8940
Bump Logstash version to 7.17.3 (#13965) 2022-03-31 18:11:55 +01:00
João Duarte
e06efed623
bump jdk to 11.0.14.1+1 (#13687) (#13870)
(cherry picked from commit eec3f22bb2)
2022-03-08 14:52:09 +00:00
kaisecheng
f46c9faa21
bump core version to 7.17.2 (#13817) 2022-02-28 14:15:36 +00:00
Andrea Selva
380089cdec
Bump for next 7.17.1 (#13695) 2022-02-01 16:17:49 +01:00
Karol Bucek
47038d7ec9
Chore: bump version to 7.17.0 (snapshot) (#13527) 2021-12-16 12:18:45 +01:00
João Duarte
beaf49a54e
bump to version 7.16.2 (#13508) 2021-12-13 18:13:47 +00:00
Karol Bucek
d492c4ed32
Release: bump version to 7.16.1 (#13476) 2021-12-07 16:21:31 +01:00
João Duarte
022e8ff5e0
bump jruby to 9.2.20.1 (#13468) (#13469) 2021-12-02 12:45:30 +00:00
João Duarte
ffd5d02604
Update bundled JDK to 11.0.13+8 (#13437) (#13440)
(cherry picked from commit a921f96be4)
2021-11-23 16:20:46 +00:00
Andrea Selva
c49d5f0152
[backport 7.x] Update bundled JDK to 11.0.12+7 (#13185) (#13186)
Clean backport of #13185 to branch 7.x
(cherry picked from commit ebb9e04d14)
2021-08-31 17:39:19 +02:00
Rob Bavey
c36e475abf
Bump version to 7.16.0 (#13147) 2021-08-18 10:56:46 -04:00
João Duarte
ed73015d9a
bump version to 7.15.0 (#13035) 2021-06-30 19:59:36 +01:00
Karol Bucek
35ce0eed13
[7.x] Deps: update JRuby to 9.2.19.0 (#12989) (#12990) 2021-06-16 12:04:05 +02:00