Commit graph

203 commits

Author SHA1 Message Date
Chris Hegarty
ed09ff580e
[7.17.20] Downgrade the bundled JDK to JDK 21.0.2 (#107142)
This commit downgrades the bundled JDK to JDK 21.0.2.
2024-04-05 15:31:43 +01:00
Rene Groeschke
eb0e1ad3e2
Update Gradle wrapper to 8.7 (#105854) (#106722)
removed tiny issue on build script that seems like an oversight and doesn't do anything at all

(cherry picked from commit c15f727f2d)

# Conflicts:
#	x-pack/plugin/ent-search/build.gradle
2024-03-26 08:33:29 +01:00
Mark Vieira
b0cd02b712
[7.17] Update bundled JDK to Java 22 (#106482) (#106509)
* Update bundled JDK to Java 22 (#106482)

# Conflicts:
#	build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/toolchain/AdoptiumJdkToolchainResolver.java
#	build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/toolchain/OracleOpenJdkToolchainResolver.java
#	build-tools-internal/src/test/groovy/org/elasticsearch/gradle/internal/toolchain/AdoptiumJdkToolchainResolverSpec.groovy
#	gradle/verification-metadata.xml

* Revert toolchain resolver changes
2024-03-19 16:29:57 -04:00
Keith Massey
c53745e8cc
Upgrading mime4j on the 7.17 line (#106380) 2024-03-18 09:44:30 -05:00
Benjamin Trent
ee99b6c2e9
Update to latest Lucene bugfix version 8.11.3 (#106365) 2024-03-18 07:19:07 -04:00
Simon Cooper
67725a429e
Upgrade joda time to 2.12.6 (#104720) 2024-02-23 10:30:50 +00:00
Mark Vieira
d1117aeb3e
Update Gradle wrapper to 8.6 (#103796) (#105466)
Co-authored-by: Rene Groeschke <rene@elastic.co>
2024-02-13 15:14:48 -05:00
Mark Vieira
69f77309f5
Update Gradle Enterprise plugin to 3.16.1 (#104435) (#105463)
# Conflicts:
#	gradle/build.versions.toml
#	settings.gradle
2024-02-13 12:48:02 -05:00
Jake Landis
6e0679d6d1
[7x] upgrade aws client depdencies (#104346)
This commit bumps the aws client dependencies from from 1.11.749 to
1.12.270.  This aligns the versions used in 7.17.x with main. 

(partial) backport of
https://github.com/elastic/elasticsearch/pull/88932
2024-01-22 10:52:12 -05:00
Mark Vieira
aba4da413a
[7.17] Upgrade bundled JDK to 21.0.2 (#104481) (#104486)
* Upgrade bundled JDK to 21.0.2 (#104481)

# Conflicts:
#	gradle/verification-metadata.xml

* Update verification metadata
2024-01-17 15:44:50 -05:00
Jake Landis
f82944c5af
[7x] ingest attachment dependency version bumps (#104169)
This commit bumps the follow dependency version for the ingest attachment plugin:

tika-core 1.27 -> 1.28.5
tika-parsers 1.27 -> 1.28.5
commons-io 2.6 -> 2.11
fontbox 2.0.24 -> 2.0.26
poi 4.1.2 -> 5.2.2
poi-ooxml 4.1.2 -> 5.2.2
and poi-/ooxml-schemas is now poi-ooxml-lite and is using 5.2.2
(see poi.apache.org/changes.html)
xmlbeans 3.0.1 -> 5.0.3

These versions were chosen from one of the following POM files:
repo1.maven.org/maven2/org/apache/tika/tika-parent/1.28.5/tika-parent-1.28.5.pom
repo1.maven.org/maven2/org/apache/tika/tika-parsers/1.28.5/tika-parsers-1.28.5.pom
repo1.maven.org/maven2/org/apache/tika/tika-core/1.28.5/tika-core-1.28.5.pom
repo1.maven.org/maven2/org/apache/poi/poi-ooxml-lite/5.2.2/poi-ooxml-lite-5.2.2.pom
2024-01-10 16:01:30 -06:00
Jake Landis
93af6465bb
[7.x] Sync discovery_gce versions with main (#104086)
This commit syncs the dependencies for discovery GCE plugin with the dependency versions in use in main.

Specifically, this commit upgrades the following for the discovery GCE plugin:

com.google.apis:google-api-services-compute:v1-rev160-1.23.0 -> v1-rev20220322-1.32
com.google.api-client:google-api-client:1.23.0 -> 1.33.1
com.google.oauth-client:google-oauth-client:1.23.0 -> 1.34.1
com.google.code.findbugs:jsr305:1.3.9 -> 3.0.2

and introduces the following for the discovery GCE plugin:

api "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
api "com.google.http-client:google-http-client-gson:1.41.1"
runtimeOnly 'com.google.guava:guava:32.0.1-jre'
runtimeOnly 'com.google.guava:failureaccess:1.0.1'
api 'io.opencensus:opencensus-api:0.30.0'
api 'io.opencensus:opencensus-contrib-http-util:0.30.0'
api 'io.grpc:grpc-context:1.27.2'

backport of #85132 and #91722
2024-01-09 11:28:32 -06:00
Jake Landis
a586ac70f3
[7.x] Bump protobuf version for repository hdfs (#104076)
This commit bumps the protobuf version for in 7.x to match the version used in main.
Main has been running this version since #92123
2024-01-09 10:00:55 -06:00
Jake Landis
034b8ece08
[7.x] Bump commons codec version (#104106)
This commit bumps common-codec from 1.11 to 1.15
2024-01-09 09:19:44 -06:00
Jake Landis
2aeecfd084
[7.17] Manual backport of 103944 (#104016)
* Manual backport of 103944

* copy RegisteredDomainProcessorTests#testBasic from main
2024-01-08 11:31:01 -05:00
Jake Landis
77bf12f0a0
Upgrade Bouncy Castle jars (except for the FIPS jars) (#103818)
This commit upgrades the non-FIPS jars to the lastest available versions for 7.17.

Bouncy Castle slightly changed their naming as evident by bouncycastle.org/latest_releases.html
They no longer maintain a jdk15on library and instead use strategy for [1.5->1.8) and [1.8 -> ). This commit
adopts the jdk18on libraries with the latest version.

related: #100923
2024-01-05 16:32:05 -06:00
Jake Landis
a3c4b0837f
Upgrade Bouncy Castle FIPS jars for plugin cli (#103801)
This commit upgrades bc-fips and bcpg-fips to the lastest available versions for 7.17.

related: #100923
2024-01-05 08:28:21 -06:00
Rene Groeschke
5661f5fbd0
[7.17] Update gradle wrapper to 8.5 (#102154) (#102816)
* Update gradle wrapper to 8.5 (#102154)

Update BuildLayout references

* Remove non existent project
2023-11-30 15:03:30 -05:00
Slobodan Adamović
096e8cc4d7
[Backport] Upgrade reactor netty http to v1.0.39 and reactor core to v3.4.34 (#102629)
This PR upgrades the version of reactor-netty-http library to the latest v1.0.39 version
and its transitive dependencies reactor-core to v3.4.34 and reactor-netty-core to v1.0.39.

Backport of #102311

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2023-11-29 14:59:22 +01:00
Rene Groeschke
ac783bb685
Update bundled JDK to 21.0.1 (#101133) (#101228)
* Update docs/changelog/101133.yaml

(cherry picked from commit f0ef872c2c)
2023-10-24 16:05:08 +02:00
Rene Groeschke
468bef1b9e
[7.17] Update gradle wrapper to 8.4 (#99856) (#100926)
* Remove deprecated forConfigurationTime usage
2023-10-17 13:44:48 +02:00
Rene Groeschke
a080bb2bbe
[7.17] Update gradle wrapper to 8.3 (#97838) (#100715)
* Update gradle wrapper to 8.3 (#97838)

Gradle now fully supports compiling, testing and running on Java 20.
Among other general performance improvements this release introduces --test-dry-run command line option that allows checking if tests are filtered or not by gradle.
Required updating nebula ospackage plugin as setuid was broken in gradle 8.3.

(cherry picked from commit b23e000c30)

# Conflicts:
#	build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/LegacyYamlRestCompatTestPluginFuncTest.groovy
#	build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ElasticsearchJavaModulePathPlugin.java
#	build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/compat/compat/AbstractYamlRestCompatTestPlugin.java
#	build-tools-internal/src/main/resources/minimumGradleVersion
#	gradle/verification-metadata.xml
#	gradle/wrapper/gradle-wrapper.jar
#	gradlew
#	x-pack/plugin/watcher/qa/with-monitoring/src/javaRestTest/java/org/elasticsearch/smoketest/MonitoringWithWatcherRestIT.java

* [7.17] Use patched nebula os package gradle plugin

* Update testingconvention precommit integ test
2023-10-16 06:18:08 -04:00
Albert Zaharovits
8857198c9a
[7.17] Update docker compose gradle plugin to 0.17.5 (#100079)
The previous docker compose plugin version trips on
the following docker-compose cli version

docker-compose version --short
2.22.0-desktop.2

(because of the trailing "desktop.2" part),
which is what's installed with the latest Docker Desktop on macOS.

Backport of #100059
2023-09-29 19:37:16 +03:00
Rene Groeschke
5afd06ae57
[7.17] Update Gradle Wrapper to 8.2 (#96686) (#97484)
* Update Gradle Wrapper to 8.2 (#96686)

- Convention usage has been deprecated and was fixed in our build files
- Fix test dependencies and deprecation
2023-09-27 08:46:44 +02:00
Ryan Ernst
054e8219ca
Upgrade bundled JDK to Java 21 (#99724) (#99756)
Java 21 is now GA making Java 20 EOL.
2023-09-21 10:32:51 -04:00
Mark Vieira
0ae698b203
Update Gradle Enterprise plugin to 3.14.1 (#98551) (#99254) 2023-09-20 09:32:42 +02:00
Mark Vieira
ca0aa27289
Upgrade bundle JDK to Java 20.0.2 (#97758) (#97762)
# Conflicts:
#	gradle/verification-metadata.xml

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2023-07-18 20:22:23 -04:00
Volodymyr Krasnikov
32deaf9ff0
Update Guava dependency version to 32.0.1-jre (#97060)
* Update Guava dependency version to 32.0.1-jre

* Fix dependencies

* Remove direct dependencies on guava ver.31

* Revert "Remove direct dependencies on guava ver.31"

This reverts commit 1e90a271c2.
2023-06-27 11:09:50 -07:00
Iraklis Psaroudakis
2a3d71b1e8
Upgrade Netty to 4.1.94.Final (#97114)
Backport of https://github.com/elastic/elasticsearch/pull/97112
2023-06-26 12:05:24 -04:00
Nikolaj Volgushev
1fe30f5d6b
[7.17] Update OIDC and JWT dependencies (#96862) (#96917)
* Update OIDC and JWT dependencies (#96862)

Updates internal dependencies for OIDC and JWT realms.

* Order

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2023-06-19 08:17:24 -04:00
Armin Braun
38b70f65fb
Upgrade Netty to 4.1.89 (#95559)
Upgrading 7.17.x to the version we've been using in 8.x for a while to
resolve audit issues.
2023-04-28 10:26:15 +02:00
Tim Vernum
fecd68e315
[7.17] Bump bundled JDK to Java 20.0.1 (#95371) 2023-04-19 08:11:51 -07:00
Nikolaj Volgushev
35885213d1
Bump version on internal OIDC depedency (#95142) (#95179)
Version bump for a third-party dependency for OIDC.
2023-04-13 14:55:50 +02:00
Mark Vieira
fbb73d8788
Upgrade bundled JDK to Java 20 (#94600) (#94606)
# Conflicts:
#	gradle/verification-metadata.xml
2023-03-21 14:38:32 -04:00
Mark Vieira
8bc231299d
Bump bundled JDK to Java 19.0.2 (#93354) (#93360)
Closes https://github.com/elastic/elasticsearch/issues/93025
# Conflicts:
#	gradle/verification-metadata.xml
2023-01-30 19:22:48 -05:00
Przemyslaw Gomulka
4df1c37b09
[7.17] Upgrade jackson to 2.14.2 (#93345)
relates #93342
2023-01-30 16:58:32 +01:00
Pooya Salehi
12351bae58
Upgrade GCS SDK to 2.13.1 (#92327) (#92527)
Upgrade to the latest version of the SDK that doesn't have known CVEs
and builds w/o complaining. Since 2.2.0 the automatic retry behaviour
has changed and the old behaviour can still be used as
LegacyStorageRetryStrategy. The default retry strategy would cause some
test failures, and therefore we'd need to explicitly set a retry
strategy.

Relates #92474
2023-01-03 10:31:40 +01:00
Jake Landis
fde7837c63
Bump reactor netty version (#92479)
Bump reactor netty version to 1.0.24

backport: #92457
2022-12-20 17:23:47 -06:00
Rene Groeschke
1744a57312
Revert "[7.17] Update to Gradle 7.6 (#89796) (#92235)"
This reverts commit fc43f0105c.
2022-12-20 12:30:21 +01:00
Rene Groeschke
fc43f0105c
[7.17] Update to Gradle 7.6 (#89796) (#92235)
* Fix TestResultProcessor api changes
* Fix inputs for generateProviderManifest
* Ignore tests for now until gradle has fixed reporting issue
* Fix dependency substitution in example plugins build
* Use right java bin path on windows
* Add hint to task onlyif when no docker is available
2022-12-08 16:48:35 +01:00
Francisco Fernández Castaño
3ad22fbc17
[7.17] Update Azure SDK to version 12.20.1 (#92120) 2022-12-08 11:07:24 +01:00
Ignacio Vera
c526133ef3
Upgrade vector tile protobuffer dependency to 3.16.3 (#92083) (#92085) 2022-12-05 04:32:48 -05:00
Rene Groeschke
2d3d39d798
Update spotless gradle plugin (#90945) (#91753) 2022-11-21 08:17:17 -05:00
Mark Vieira
ef93cbb7f2
Upgrade Gradle Enterprise plugin to 3.11.4 (#91435) (#91566)
# Conflicts:
#	gradle/verification-metadata.xml
#	plugins/examples/settings.gradle
#	settings.gradle
2022-11-14 17:08:51 -05:00
Keith Massey
2110ecc382
Update HDFS Repository to HDFS 3.3.3 (#88039) (#91418)
* Update HDFS Repository to HDFS 3.3.3 (#88039)

This updates the HDFS repository plugin to use HDFS 3.3.3.
2022-11-08 12:45:43 -06:00
Mark Vieira
822dbb4b27 Revert "Upgrade Gradle Enterprise plugin to 3.11.3 (#91323) (#91327)"
This reverts commit 9abde58fa0.
2022-11-07 08:51:07 -08:00
Mark Vieira
9abde58fa0
Upgrade Gradle Enterprise plugin to 3.11.3 (#91323) (#91327) 2022-11-04 12:17:44 -07:00
Mark Vieira
6ee40bc699
Update bundled JDK to Java 19.0.1 (#91025) (#91032) 2022-10-19 13:53:39 -07:00
Mark Vieira
9d7860b2e9
Upgrade bundled JDK to Java 19 (#90571) (#90857)
# Conflicts:
#	gradle/verification-metadata.xml
2022-10-12 17:46:19 -04:00
Jake Landis
6afb2b0d60
[7.17] update snakeyaml dependency (#90414) (#90484) 2022-09-28 15:19:15 -05:00