-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update Gradle wrapper to 8.12 #118683
Merged
Merged
Update Gradle wrapper to 8.12 #118683
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
breskeby
commented
Dec 13, 2024
•
edited
Loading
edited
- Fix change in TestOutputEvent api
- Fix groovy script syntax deprecations
- Update nebula ospackage plugin that contains our fix PR (Fix Gradle 8.12 deprecation warning nebula-plugins/gradle-ospackage-plugin#455)
- Remove more project usages at execution time as this is deprecated now
breskeby
added
:Delivery/Build
Build or test infrastructure
Team:Delivery
Meta label for Delivery team
labels
Dec 13, 2024
breskeby
force-pushed
the
update-gradle-wrapper-812
branch
from
December 17, 2024 22:19
7a4580a
to
17417e3
Compare
breskeby
changed the title
Update Gradle wrapper to 8.12-rc-1
Update Gradle wrapper to 8.12-rc-2
Dec 17, 2024
breskeby
force-pushed
the
update-gradle-wrapper-812
branch
2 times, most recently
from
December 23, 2024 13:01
d08adcb
to
c844306
Compare
Pinging @elastic/es-delivery (Team:Delivery) |
breskeby
changed the title
Update Gradle wrapper to 8.12-rc-2
Update Gradle wrapper to 8.12
Dec 23, 2024
breskeby
added
auto-merge-without-approval
Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!)
auto-backport
Automatically create backport pull requests when merged
labels
Dec 23, 2024
breskeby
force-pushed
the
update-gradle-wrapper-812
branch
from
December 23, 2024 19:47
c844306
to
066510f
Compare
elasticsearchmachine
added
the
serverless-linked
Added by automation, don't add manually
label
Dec 23, 2024
breskeby
removed
the
auto-merge-without-approval
Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!)
label
Dec 24, 2024
breskeby
force-pushed
the
update-gradle-wrapper-812
branch
2 times, most recently
from
December 27, 2024 19:38
79032bd
to
ea401a2
Compare
- Fix change in TestOutputEvent api
This reverts commit c733c60.
Remove deprecated usage of project in wrapper
breskeby
force-pushed
the
update-gradle-wrapper-812
branch
from
December 30, 2024 12:33
ea401a2
to
4b2857d
Compare
💔 Backport failed
You can use sqren/backport to manually backport by running |
breskeby
added a commit
to breskeby/elasticsearch
that referenced
this pull request
Dec 30, 2024
This updates the gradle wrapper to 8.12 We addressed deprecation warnings due to the update that includes: - Fix change in TestOutputEvent api - Fix deprecation in groovy syntax - Use latest ospackage plugin containing our fix - Remove project usages at execution time - Fix deprecated project references in repository-old-versions (cherry picked from commit ba61f8c) # Conflicts: # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/distribution/DockerUbiElasticsearchDistributionType.java # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/Fixture.java # plugins/repository-hdfs/hadoop-client-api/build.gradle # qa/entitlements/build.gradle # server/src/main/java/org/elasticsearch/indices/IndicesFeatures.java # x-pack/plugin/migrate/build.gradle # x-pack/plugin/security/qa/security-basic/build.gradle
breskeby
added a commit
to breskeby/elasticsearch
that referenced
this pull request
Dec 30, 2024
This updates the gradle wrapper to 8.12 We addressed deprecation warnings due to the update that includes: - Fix change in TestOutputEvent api - Fix deprecation in groovy syntax - Use latest ospackage plugin containing our fix - Remove project usages at execution time - Fix deprecated project references in repository-old-versions (cherry picked from commit ba61f8c) # Conflicts: # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/distribution/DockerCloudElasticsearchDistributionType.java # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/distribution/DockerUbiElasticsearchDistributionType.java # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/Fixture.java # plugins/repository-hdfs/hadoop-client-api/build.gradle # server/src/main/java/org/elasticsearch/inference/ChunkingOptions.java # x-pack/plugin/kql/build.gradle # x-pack/plugin/migrate/build.gradle # x-pack/plugin/security/qa/security-basic/build.gradle
breskeby
added a commit
to breskeby/elasticsearch
that referenced
this pull request
Dec 30, 2024
This updates the gradle wrapper to 8.12 We addressed deprecation warnings due to the update that includes: - Fix change in TestOutputEvent api - Fix deprecation in groovy syntax - Use latest ospackage plugin containing our fix - Remove project usages at execution time - Fix deprecated project references in repository-old-versions (cherry picked from commit ba61f8c) # Conflicts: # build-tools-internal/gradle/wrapper/gradle-wrapper.properties # build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/PublishPluginFuncTest.groovy # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionBwcSetupPlugin.java # build-tools-internal/src/main/resources/minimumGradleVersion # build-tools/src/integTest/groovy/org/elasticsearch/gradle/TestClustersPluginFuncTest.groovy # distribution/docker/build.gradle # distribution/packages/build.gradle # gradle/verification-metadata.xml # gradle/wrapper/gradle-wrapper.properties # libs/entitlement/qa/entitlement-allowed-nonmodular/build.gradle # libs/entitlement/qa/entitlement-allowed/build.gradle # libs/entitlement/qa/entitlement-denied-nonmodular/build.gradle # libs/entitlement/qa/entitlement-denied/build.gradle # libs/native/libraries/build.gradle # modules/aggregations/build.gradle # modules/apm/build.gradle # modules/data-streams/build.gradle # modules/dot-prefix-validation/build.gradle # modules/health-shards-availability/build.gradle # modules/ingest-attachment/build.gradle # modules/ingest-geoip/build.gradle # modules/lang-mustache/build.gradle # modules/lang-painless/build.gradle # modules/mapper-extras/build.gradle # modules/parent-join/build.gradle # modules/percolator/build.gradle # modules/rank-eval/build.gradle # modules/reindex/build.gradle # modules/repository-azure/build.gradle # modules/repository-s3/build.gradle # modules/rest-root/build.gradle # modules/transport-netty4/build.gradle # plugins/analysis-icu/build.gradle # plugins/build.gradle # plugins/discovery-gce/qa/gce/build.gradle # plugins/examples/custom-processor/build.gradle # plugins/examples/custom-settings/build.gradle # plugins/examples/custom-significance-heuristic/build.gradle # plugins/examples/custom-suggester/build.gradle # plugins/examples/gradle/wrapper/gradle-wrapper.properties # plugins/examples/painless-whitelist/build.gradle # plugins/examples/rescore/build.gradle # plugins/examples/rest-handler/build.gradle # plugins/examples/script-expert-scoring/build.gradle # plugins/examples/security-authorization-engine/build.gradle # plugins/examples/stable-analysis/build.gradle # plugins/mapper-murmur3/build.gradle # plugins/repository-hdfs/build.gradle # plugins/repository-hdfs/hadoop-client-api/build.gradle # qa/logging-spi/build.gradle # qa/system-indices/build.gradle # test/external-modules/apm-integration/build.gradle # test/external-modules/build.gradle # test/external-modules/esql-heap-attack/build.gradle # test/external-modules/jvm-crash/build.gradle # test/external-modules/latency-simulating-directory/build.gradle # test/fixtures/hdfs-fixture/build.gradle # x-pack/plugin/apm-data/build.gradle # x-pack/plugin/blob-cache/build.gradle # x-pack/plugin/downsample/build.gradle # x-pack/plugin/ent-search/build.gradle # x-pack/plugin/esql-core/build.gradle # x-pack/plugin/esql/build.gradle # x-pack/plugin/geoip-enterprise-downloader/build.gradle # x-pack/plugin/inference/build.gradle # x-pack/plugin/inference/qa/test-service-plugin/build.gradle # x-pack/plugin/kql/build.gradle # x-pack/plugin/logsdb/build.gradle # x-pack/plugin/mapper-aggregate-metric/build.gradle # x-pack/plugin/mapper-constant-keyword/build.gradle # x-pack/plugin/mapper-counted-keyword/build.gradle # x-pack/plugin/mapper-version/build.gradle # x-pack/plugin/migrate/build.gradle # x-pack/plugin/ml-package-loader/build.gradle # x-pack/plugin/ml/build.gradle # x-pack/plugin/old-lucene-versions/build.gradle # x-pack/plugin/otel-data/build.gradle # x-pack/plugin/profiling/build.gradle # x-pack/plugin/rank-rrf/build.gradle # x-pack/plugin/redact/build.gradle # x-pack/plugin/searchable-snapshots/build.gradle # x-pack/plugin/security/qa/secondary-auth-actions/build.gradle # x-pack/plugin/security/qa/security-basic/build.gradle # x-pack/plugin/slm/build.gradle # x-pack/plugin/snapshot-based-recoveries/build.gradle # x-pack/plugin/spatial/build.gradle # x-pack/plugin/wildcard/build.gradle # x-pack/plugin/write-load-forecaster/build.gradle # x-pack/qa/repository-old-versions/build.gradle
💔 Some backports could not be created
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
breskeby
added a commit
to breskeby/elasticsearch
that referenced
this pull request
Dec 30, 2024
This updates the gradle wrapper to 8.12 We addressed deprecation warnings due to the update that includes: - Fix change in TestOutputEvent api - Fix deprecation in groovy syntax - Use latest ospackage plugin containing our fix - Remove project usages at execution time - Fix deprecated project references in repository-old-versions (cherry picked from commit ba61f8c)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
breskeby
added a commit
that referenced
this pull request
Dec 31, 2024
This updates the gradle wrapper to 8.12 We addressed deprecation warnings due to the update that includes: - Fix change in TestOutputEvent api - Fix deprecation in groovy syntax - Use latest ospackage plugin containing our fix - Remove project usages at execution time - Fix deprecated project references in repository-old-versions (cherry picked from commit ba61f8c)
breskeby
added a commit
that referenced
this pull request
Dec 31, 2024
This updates the gradle wrapper to 8.12 We addressed deprecation warnings due to the update that includes: - Fix change in TestOutputEvent api - Fix deprecation in groovy syntax - Use latest ospackage plugin containing our fix - Remove project usages at execution time - Fix deprecated project references in repository-old-versions (cherry picked from commit ba61f8c) # Conflicts: # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/distribution/DockerUbiElasticsearchDistributionType.java # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/Fixture.java # plugins/repository-hdfs/hadoop-client-api/build.gradle # qa/entitlements/build.gradle # server/src/main/java/org/elasticsearch/indices/IndicesFeatures.java # x-pack/plugin/migrate/build.gradle # x-pack/plugin/security/qa/security-basic/build.gradle
breskeby
added a commit
that referenced
this pull request
Dec 31, 2024
This updates the gradle wrapper to 8.12 We addressed deprecation warnings due to the update that includes: - Fix change in TestOutputEvent api - Fix deprecation in groovy syntax - Use latest ospackage plugin containing our fix - Remove project usages at execution time - Fix deprecated project references in repository-old-versions (cherry picked from commit ba61f8c) # Conflicts: # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/distribution/DockerCloudElasticsearchDistributionType.java # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/distribution/DockerUbiElasticsearchDistributionType.java # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/Fixture.java # plugins/repository-hdfs/hadoop-client-api/build.gradle # server/src/main/java/org/elasticsearch/inference/ChunkingOptions.java # x-pack/plugin/kql/build.gradle # x-pack/plugin/migrate/build.gradle # x-pack/plugin/security/qa/security-basic/build.gradle
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
auto-backport
Automatically create backport pull requests when merged
backport pending
:Delivery/Build
Build or test infrastructure
>non-issue
serverless-linked
Added by automation, don't add manually
Team:Delivery
Meta label for Delivery team
v7.17.27
v8.16.3
v8.17.1
v8.18.0
v9.0.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.