elasticsearchmachine
f70ff89456
Bump to version 9.2.0
2025-06-26 15:32:23 +00:00
Chris Hegarty
1255a64832
Upgrade to Lucene 10.2.2 ( #129546 )
...
This commit upgrades to Upgrade to Lucene 10.2.2.
With the release of 10.2.2, we no longer need to workaround the Lucene bug mentioned in 128671.
2025-06-22 13:37:22 +01:00
Chris Hegarty
898dd47c93
Upgrade to Lucene 10.2.1 ( #127343 )
...
This commit upgrades to Lucene 10.2.1 (from a previous 10.2.1-SNAPSHOT).
Given that we're on a snapshot, there are a few things to note:
* No index version update is necessary, we already have IndexVersions.UPGRADE_TO_LUCENE_10_2_1, and there are no format changes in the final non-snapshot release.
2025-05-01 14:24:42 +01:00
David Turner
b028c0af56
Upgrade repository-s3
to AWS SDK v2 ( #126843 )
...
Closes #120993
2025-04-24 21:21:03 +10:00
Julio
76f6006a42
Update Elasticsearch main with snapshot version of Lucene ( #127125 )
2025-04-22 00:25:08 +02:00
David Turner
aa40147142
Add integ tests for ftp://
URL repository ( #126757 )
...
We document support for snapshot repositories using `ftp://` URLs but it
seems this functionality has not worked for many years because of
security-manager restrictions, although nobody noticed because it was
not covered by any tests. The migration to the Entitlements framework
means that this functionality now works again, so this commit adds tests
to make sure we do not break it again in future.
2025-04-15 12:57:00 +01:00
Ignacio Vera
ffdfcec334
Upgrade to Lucene 10.2.0 ( #126594 )
...
This commit upgrade Elasticsearch to lucene 10.2.0
2025-04-14 13:50:52 +02:00
Joe Gallo
5c9cdeeb87
Bump junit and hamcrest ( #126055 )
2025-04-01 14:05:58 -04:00
Ryan Ernst
a7c71669a4
Update bundled JDK to Java 24 ( #125159 )
...
Bumping bundled JDK to Java 24 since it is now GA.
2025-03-19 01:46:37 +02:00
David Turner
d5d81a57db
Upgrade AWS v2 SDK to 2.30.38 ( #124738 )
...
Adopts fix for https://github.com/aws/aws-sdk-java-v2/issues/5754 ,
removing the need for read permissions of sensitive files in
`${HOME}/.aws`.
2025-03-14 07:38:39 +11:00
Joe Gallo
e602d569bf
Bump up httpcore version ( #123932 )
2025-03-03 20:42:33 -05:00
Nikolaj Volgushev
ae46613049
Upgrade Netty to 4.1.118.Final
( #122371 )
...
This PR upgrades Netty to `4.1.118.Final`.
2025-02-26 11:44:25 +01:00
Alex Kattathra Johnson
5462601fd6
Upgrade AWS SDK to v1.12.746 ( #122431 )
2025-02-18 02:44:38 +11:00
elasticsearchmachine
69bdf465b0
Bump to version 9.1.0
2025-01-30 16:55:46 +00:00
Chris Hegarty
4baffe4de1
Upgrade to Lucene 10.1.0 ( #119308 )
...
This commit upgrades to Lucene 10.1.0.
2025-01-30 13:41:02 +00:00
David Turner
1d58988772
Harmonize reactive-streams version ( #119316 )
...
We depend on the `reactive-streams` library in a couple of places. This
commit extracts the version to the top-level `version.properties` file
to make sure we keep these versions in sync.
2024-12-27 18:58:14 +00:00
Luca Cavanna
9472489441
Upgrade randomized runner to 2.8.2 ( #118242 )
...
A recent bug we found has been fixed, so the upgrade pulls in the fix and this
commit also removes the workaround we put in place.
2024-12-09 22:36:16 +01:00
David Turner
64e0902f58
Pull AWS SDK versions to top level ( #118247 )
...
Today each relevant module defines the version of the AWS SDK that it
uses, which means there's a risk that we use different versions in
different modules. This commit pulls the version declarations to the top
level to make sure we keep everything in sync.
2024-12-09 23:11:55 +11:00
Jake Landis
b42dbab0a4
Bump Netty to 4.1.115.Final ( #116696 )
...
This commit bumps Netty from 4.1.109.Final to 4.1.115.Final
2024-11-13 09:48:30 -06:00
Ryan Ernst
efcdd60776
Update bundled jdk to 23 ( #114823 )
...
After completing additional validation with the JIT workaround in
https://github.com/elastic/elasticsearch/pull/113817 , this commit
upgrades the bundled JDK to 23.
2024-10-30 14:43:43 -07:00
Luca Cavanna
8efd08b019
Upgrade to Lucene 10 ( #114741 )
...
The most relevant ES changes that upgrading to Lucene 10 requires are:
- use the appropriate IOContext
- Scorer / ScorerSupplier breaking changes
- Regex automaton are no longer determinized by default
- minimize moved to test classes
- introduce Elasticsearch900Codec
- adjust slicing code according to the added support for intra-segment concurrency
- disable intra-segment concurrency in tests
- adjust accessor methods for many Lucene classes that became a record
- adapt to breaking changes in the analysis area
Co-authored-by: Christoph Büscher <christophbuescher@posteo.de>
Co-authored-by: Mayya Sharipova <mayya.sharipova@elastic.co>
Co-authored-by: ChrisHegarty <chegar999@gmail.com>
Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
Co-authored-by: Armin Braun <me@obrown.io>
Co-authored-by: Panagiotis Bailis <pmpailis@gmail.com>
Co-authored-by: Benjamin Trent <4357155+benwtrent@users.noreply.github.com>
2024-10-21 13:38:23 +02:00
Slobodan Adamović
ddf019a1a5
Upgrade protobufer to 3.25.5 ( #113869 )
...
Updating `com.google.protobuf:protobuf-java-util` and
`com.google.protobuf:protobuf-java` dependencies to
the latest 3.x version.
2024-10-04 12:47:39 +02:00
Chris Hegarty
32dde26e49
Upgrade to Lucene 9.12.0 ( #113333 )
...
This commit upgrades to Lucene 9.12.0.
Co-authored-by: Adrien Grand <jpountz@gmail.com>
Co-authored-by: Armin Braun <me@obrown.io>
Co-authored-by: Benjamin Trent <ben.w.trent@gmail.com>
Co-authored-by: Chris Hegarty <chegar999@gmail.com>
Co-authored-by: John Wagster <john.wagster@elastic.co>
Co-authored-by: Luca Cavanna <javanna@apache.org>
Co-authored-by: Mayya Sharipova <mayya.sharipova@elastic.co>
2024-10-01 08:39:27 +01:00
Mark Vieira
4ce661cc48
Bump Elasticsearch version to 9.0.0 ( #112570 )
2024-09-11 09:40:11 -07:00
Chris Hegarty
af779d68a2
Upgrade to JMH 1.37 ( #110580 )
...
This commit upgrades to JMH 1.37. There are some fixes for Mac that allow easier running of profilers, etc.
2024-07-09 08:59:28 +01:00
elasticsearchmachine
c5eb558371
Bump to version 8.16.0
2024-07-04 09:10:43 +00:00
Ignacio Vera
a099c9f7e6
Upgrade to Lucene-9.11.1 ( #110234 )
2024-06-28 08:42:24 +02:00
Benjamin Trent
54e290318e
Use RC1 for release
2024-06-05 12:38:16 -04:00
Benjamin Trent
59e215da93
updating to latest snapshot (RC1)
2024-06-02 17:04:42 -04:00
Benjamin Trent
793c75131c
Update lucene snapshot to latest 9.11
2024-05-30 10:51:56 -04:00
elasticsearchmachine
c1ed6a1ca3
[Automated] Update Lucene snapshot to 9.12.0-snapshot-c5ea94fbc6a
2024-05-30 06:13:19 +00:00
elasticsearchmachine
1608aec2ac
[Automated] Update Lucene snapshot to 9.11.0-snapshot-1f02f961480
2024-05-29 06:11:06 +00:00
elasticsearchmachine
8774736f27
[Automated] Update Lucene snapshot to 9.11.0-snapshot-67d80db41dd
2024-05-28 06:11:05 +00:00
elasticsearchmachine
2432cb1699
[Automated] Update Lucene snapshot to 9.11.0-snapshot-0ba07db35ee
2024-05-27 11:19:24 +00:00
elasticsearchmachine
9833c8e0ba
[Automated] Update Lucene snapshot to 9.11.0-snapshot-7f722d0ed67
2024-05-25 06:12:06 +00:00
elasticsearchmachine
add7a4634a
[Automated] Update Lucene snapshot to 9.11.0-snapshot-1c9fc15474a
2024-05-24 06:11:12 +00:00
elasticsearchmachine
b6fdf63605
[Automated] Update Lucene snapshot to 9.11.0-snapshot-e913d5a7367
2024-05-22 06:11:06 +00:00
elasticsearchmachine
e051e7ce9d
[Automated] Update Lucene snapshot to 9.11.0-snapshot-26fca9e30c5
2024-05-21 06:10:20 +00:00
elasticsearchmachine
0ce4398a8c
[Automated] Update Lucene snapshot to 9.11.0-snapshot-5e48fdd0d45
2024-05-18 06:10:53 +00:00
elasticsearchmachine
1130e9a357
[Automated] Update Lucene snapshot to 9.11.0-snapshot-91f45b53e6b
2024-05-16 14:15:21 +00:00
elasticsearchmachine
a14514c176
Merge remote-tracking branch 'origin/main' into lucene_snapshot
2024-05-16 10:01:28 +00:00
elasticsearchmachine
39f200e8ae
[Automated] Update Lucene snapshot to 9.11.0-snapshot-a30d7285cfb
2024-05-16 06:10:41 +00:00
Ryan Ernst
2dceafc821
Update bundled JDK to Java 22 (again) ( #108654 )
...
This commit re-bumps the bundled JDK to Java 22 now that we have
a tested workaround for the G1GC bug
(https://bugs.openjdk.org/browse/JDK-8329528 ).
relates #108571
relates #106987
2024-05-15 09:14:25 -07:00
elasticsearchmachine
9bdb691a21
[Automated] Update Lucene snapshot to 9.11.0-snapshot-a6d76fcb321
2024-05-15 06:10:48 +00:00
elasticsearchmachine
85bcabd4b5
[Automated] Update Lucene snapshot to 9.11.0-snapshot-8580d50dbb9
2024-05-14 06:10:34 +00:00
elasticsearchmachine
c18c8c53a7
[Automated] Update Lucene snapshot to 9.11.0-snapshot-3a4e4e33b0f
2024-05-11 06:10:29 +00:00
elasticsearchmachine
fee12c9ba3
[Automated] Update Lucene snapshot to 9.11.0-snapshot-b888652ff2e
2024-05-10 06:11:04 +00:00
elasticsearchmachine
d30c03361a
[Automated] Update Lucene snapshot to 9.11.0-snapshot-b9457b70d37
2024-05-08 06:11:53 +00:00
ChrisHegarty
bdcdd2e8b9
Merge branch 'main' into lucene_snapshot
2024-05-07 12:50:34 +01:00
elasticsearchmachine
7ee646a01d
[Automated] Update Lucene snapshot to 9.11.0-snapshot-d8390866bd9
2024-05-07 06:11:17 +00:00