]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-14455 Upgrade Elasticsearch binaries to 7.10.2
authorJacek <jacek.poreda@sonarsource.com>
Thu, 11 Feb 2021 08:51:12 +0000 (09:51 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 11 Feb 2021 20:07:08 +0000 (20:07 +0000)
new sources unpack from ElasticSearch 7.10.2 artifact for Linux OSS only (without bundled JDK and under Apache 2.0 license)
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-7.10.2-no-jdk-linux-x86_64.tar.gz

129 files changed:
sonar-application/src/main/assembly/elasticsearch/NOTICE.txt
sonar-application/src/main/assembly/elasticsearch/README.asciidoc
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-env
sonar-application/src/main/assembly/elasticsearch/config/log4j2.properties
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-cli-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-cli-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-core-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-core-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-geo-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-geo-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-launchers-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-launchers-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-plugin-classloader-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-plugin-classloader-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-secure-sm-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-secure-sm-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-x-content-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-x-content-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/java-version-checker-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/java-version-checker-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-analyzers-common-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-analyzers-common-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-backward-codecs-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-backward-codecs-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-core-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-core-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-grouping-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-grouping-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-highlighter-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-highlighter-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-join-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-join-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-memory-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-memory-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-misc-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-misc-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-queries-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-queries-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-queryparser-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-queryparser-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-sandbox-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-sandbox-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial-extras-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial-extras-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial3d-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial3d-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-suggest-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-suggest-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/tools/keystore-cli/keystore-cli-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/tools/keystore-cli/keystore-cli-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bc-fips-1.0.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bc-fips-1.0.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bcpg-fips-1.0.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bcpg-fips-1.0.4.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/elasticsearch-plugin-cli-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/elasticsearch-plugin-cli-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/aggs-matrix-stats/aggs-matrix-stats-client-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/aggs-matrix-stats/aggs-matrix-stats-client-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/aggs-matrix-stats/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/analysis-common/analysis-common-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/analysis-common/analysis-common-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/analysis-common/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/geo/geo-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/geo/geo-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/geo/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-dissect-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-dissect-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-grok-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-grok-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/ingest-common-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/ingest-common-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/ingest-geoip-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/ingest-geoip-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/ingest-user-agent/ingest-user-agent-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-user-agent/ingest-user-agent-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-user-agent/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-rest-client-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-rest-client-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-ssl-config-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-ssl-config-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/kibana-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/kibana-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/kibana/reindex-client-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/reindex-client-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lang-expression-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lang-expression-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lucene-expressions-8.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lucene-expressions-8.7.0.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/lang-mustache/lang-mustache-client-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/lang-mustache/lang-mustache-client-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-mustache/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/elasticsearch-scripting-painless-spi-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/elasticsearch-scripting-painless-spi-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/lang-painless-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/lang-painless-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/mapper-extras/mapper-extras-client-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/mapper-extras/mapper-extras-client-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/mapper-extras/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/parent-join/parent-join-client-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/parent-join/parent-join-client-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/parent-join/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/percolator/percolator-client-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/percolator/percolator-client-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/percolator/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/rank-eval/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/rank-eval/rank-eval-client-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/rank-eval/rank-eval-client-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-rest-client-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-rest-client-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-ssl-config-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-ssl-config-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/reindex/reindex-client-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/reindex-client-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/repository-url/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/repository-url/repository-url-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/repository-url/repository-url-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/tasks/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/tasks/tasks-7.9.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/plugin-descriptor.properties
sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/transport-netty4-client-7.10.2.jar [new file with mode: 0644]
sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/transport-netty4-client-7.9.3.jar [deleted file]

index 1ac93300d1330c5acbcc413f568591aa36cd18c7..a87ca6d58907f3d17ebeb3dc8dcc463676325872 100644 (file)
@@ -3002,29 +3002,27 @@ Apache License
 
 
 ================================================================================
-package org.elasticsearch.common.inject; 
+StrictISODateTimeFormat.java 
 ================================================================================
- Copyright (C) 2006 Google Inc.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
+  Copyright 2001-2009 Stephen Colebourne
 
- http://www.apache.org/licenses/LICENSE-2.0
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
 
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+      http://www.apache.org/licenses/LICENSE-2.0
 
- Modifications copyright (C) 2020 Elasticsearch B.V.
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
 
 
 ================================================================================
-EvictingQueue.java 
+InetAddresses.java 
 ================================================================================
- Copyright (C) 2012 The Guava Authors
+ Copyright (C) 2008 The Guava Authors
 
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
@@ -3038,31 +3036,11 @@ EvictingQueue.java
  See the License for the specific language governing permissions and
  limitations under the License.
 
- Modifications copyright (C) 2020 Elasticsearch B.V.
-
-
-================================================================================
-DateUtilsRounding.java 
-================================================================================
-  Copyright 2001-2014 Stephen Colebourne
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
 
 ================================================================================
-InetAddresses.java 
+package org.elasticsearch.common.inject; 
 ================================================================================
- Copyright (C) 2008 The Guava Authors
+ Copyright (C) 2006 Google Inc.
 
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
@@ -3076,6 +3054,8 @@ InetAddresses.java
  See the License for the specific language governing permissions and
  limitations under the License.
 
+ Modifications copyright (C) 2020 Elasticsearch B.V.
+
 
 ================================================================================
 JsonThrowablePatternConverter.java 
@@ -3097,9 +3077,9 @@ JsonThrowablePatternConverter.java
 
 
 ================================================================================
-StrictISODateTimeFormat.java 
+DateUtilsRounding.java 
 ================================================================================
-  Copyright 2001-2009 Stephen Colebourne
+  Copyright 2001-2014 Stephen Colebourne
 
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -3115,15 +3095,15 @@ StrictISODateTimeFormat.java
 
 
 ================================================================================
-FastMath.java 
+EvictingQueue.java 
 ================================================================================
- Copyright 2012 Jeff Hain
+ Copyright (C) 2012 The Guava Authors
 
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
 
    http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
 
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
@@ -3131,16 +3111,7 @@ FastMath.java
  See the License for the specific language governing permissions and
  limitations under the License.
 
- =============================================================================
- Notice of fdlibm package this program is partially derived from:
-
- Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
-
- Developed at SunSoft, a Sun Microsystems, Inc. business.
- Permission to use, copy, modify, and distribute this
- software is freely granted, provided that this notice
- is preserved.
- =============================================================================
+ Modifications copyright (C) 2020 Elasticsearch B.V.
 
 
 ================================================================================
@@ -3164,6 +3135,35 @@ IOUtils.java
  Modifications copyright (C) 2020 Elasticsearch B.V.
 
 
+================================================================================
+FastMath.java 
+================================================================================
+ Copyright 2012 Jeff Hain
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ =============================================================================
+ Notice of fdlibm package this program is partially derived from:
+
+ Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
+
+ Developed at SunSoft, a Sun Microsystems, Inc. business.
+ Permission to use, copy, modify, and distribute this
+ software is freely granted, provided that this notice
+ is preserved.
+ =============================================================================
+
+
 ================================================================================
 DerParser.java 
 ================================================================================
index e91e46df961cb5853df29fb2972ce3d374f04948..3a0524f9ecc6d7c569d3b5e12c9342b3c392b60e 100644 (file)
@@ -192,9 +192,25 @@ We have just covered a very small portion of what Elasticsearch is all about. Fo
 
 Elasticsearch uses https://gradle.org[Gradle] for its build system.
 
-In order to create a distribution, simply run the `./gradlew assemble` command in the cloned directory.
+To build a distribution for your local OS and print its output location upon 
+completion, run:
+----
+./gradlew localDistro 
+----
+
+To build a distribution for another platform, run the related command:
+----
+./gradlew :distribution:archives:linux-tar:assemble
+./gradlew :distribution:archives:darwin-tar:assemble
+./gradlew :distribution:archives:windows-zip:assemble
+----
+
+To build distributions for all supported platforms, run:
+----
+./gradlew assemble
+----
 
-The distribution for each project will be created under the `build/distributions` directory in that project.
+Finished distributions are output to `distributions/archives`.
 
 See the xref:TESTING.asciidoc[TESTING] for more information about running the Elasticsearch test suite.
 
index eb235b17b5f67e9b84d11fa9b9e6ccf5cfdbd3f5..9f82616b28badb07ed8ec6d7756ee9a57fbae274 100755 (executable)
@@ -92,6 +92,10 @@ ES_DISTRIBUTION_FLAVOR=oss
 ES_DISTRIBUTION_TYPE=tar
 ES_BUNDLED_JDK=false
 
+if [[ "$ES_BUNDLED_JDK" == "false" ]]; then
+  echo "warning: no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release" >&2
+fi
+
 if [[ "$ES_DISTRIBUTION_TYPE" == "docker" ]]; then
   # Allow environment variables to be set by creating a file with the
   # contents, and setting an environment variable with the suffix _FILE to
index be4ffc03f20efe0e844fdb9d38c00c3403ddf1d3..57aac30d838be7d3a58d69fae92865ddbcb8e3fc 100644 (file)
@@ -62,24 +62,25 @@ appender.deprecation_rolling.type = RollingFile
 appender.deprecation_rolling.name = deprecation_rolling
 appender.deprecation_rolling.fileName = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_deprecation.json
 appender.deprecation_rolling.layout.type = ESJsonLayout
-appender.deprecation_rolling.layout.type_name = deprecation
+appender.deprecation_rolling.layout.type_name=deprecation
 appender.deprecation_rolling.layout.esmessagefields=x-opaque-id
-
-appender.deprecation_rolling.filePattern = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_deprecation-%i.json.gz
-appender.deprecation_rolling.policies.type = Policies
-appender.deprecation_rolling.policies.size.type = SizeBasedTriggeringPolicy
-appender.deprecation_rolling.policies.size.size = 1GB
-appender.deprecation_rolling.strategy.type = DefaultRolloverStrategy
-appender.deprecation_rolling.strategy.max = 4
+appender.deprecation_rolling.filter.rate_limit.type=RateLimitingFilter
+appender.deprecation_rolling.filePattern=${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_deprecation-%i.json.gz
+appender.deprecation_rolling.policies.type=Policies
+appender.deprecation_rolling.policies.size.type=SizeBasedTriggeringPolicy
+appender.deprecation_rolling.policies.size.size=1GB
+appender.deprecation_rolling.strategy.type=DefaultRolloverStrategy
+appender.deprecation_rolling.strategy.max=4
+appender.header_warning.type=HeaderWarningAppender
+appender.header_warning.name=header_warning
 #################################################
 ######## Deprecation -  old style pattern #######
-appender.deprecation_rolling_old.type = RollingFile
-appender.deprecation_rolling_old.name = deprecation_rolling_old
-appender.deprecation_rolling_old.fileName = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_deprecation.log
-appender.deprecation_rolling_old.layout.type = PatternLayout
-appender.deprecation_rolling_old.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] [%node_name]%marker %m%n
-
-appender.deprecation_rolling_old.filePattern = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}\
+appender.deprecation_rolling_old.type=RollingFile
+appender.deprecation_rolling_old.name=deprecation_rolling_old
+appender.deprecation_rolling_old.fileName=${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_deprecation.log
+appender.deprecation_rolling_old.layout.type=PatternLayout
+appender.deprecation_rolling_old.layout.pattern=[%d{ISO8601}][%-5p][%-25c{1.}] [%node_name]%marker %m%n
+appender.deprecation_rolling_old.filePattern=${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}\
   _deprecation-%i.log.gz
 appender.deprecation_rolling_old.policies.type = Policies
 appender.deprecation_rolling_old.policies.size.type = SizeBasedTriggeringPolicy
@@ -87,11 +88,12 @@ appender.deprecation_rolling_old.policies.size.size = 1GB
 appender.deprecation_rolling_old.strategy.type = DefaultRolloverStrategy
 appender.deprecation_rolling_old.strategy.max = 4
 #################################################
-logger.deprecation.name = org.elasticsearch.deprecation
-logger.deprecation.level = warn
-logger.deprecation.appenderRef.deprecation_rolling.ref = deprecation_rolling
-logger.deprecation.appenderRef.deprecation_rolling_old.ref = deprecation_rolling_old
-logger.deprecation.additivity = false
+logger.deprecation.name=org.elasticsearch.deprecation
+logger.deprecation.level=deprecation
+logger.deprecation.appenderRef.deprecation_rolling.ref=deprecation_rolling
+logger.deprecation.appenderRef.deprecation_rolling_old.ref=deprecation_rolling_old
+logger.deprecation.appenderRef.header_warning.ref=header_warning
+logger.deprecation.additivity=false
 
 ######## Search slowlog JSON ####################
 appender.index_search_slowlog_rolling.type = RollingFile
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-7.10.2.jar
new file mode 100644 (file)
index 0000000..185e0ea
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-7.9.3.jar
deleted file mode 100644 (file)
index d61f744..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-cli-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-cli-7.10.2.jar
new file mode 100644 (file)
index 0000000..c583650
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-cli-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-cli-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-cli-7.9.3.jar
deleted file mode 100644 (file)
index e0de9f7..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-cli-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-core-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-core-7.10.2.jar
new file mode 100644 (file)
index 0000000..3193b74
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-core-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-core-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-core-7.9.3.jar
deleted file mode 100644 (file)
index 397dd82..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-core-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-geo-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-geo-7.10.2.jar
new file mode 100644 (file)
index 0000000..e9ae99e
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-geo-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-geo-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-geo-7.9.3.jar
deleted file mode 100644 (file)
index 3e1d72e..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-geo-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-launchers-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-launchers-7.10.2.jar
new file mode 100644 (file)
index 0000000..22242bd
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-launchers-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-launchers-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-launchers-7.9.3.jar
deleted file mode 100644 (file)
index b59a4c8..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-launchers-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-plugin-classloader-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-plugin-classloader-7.10.2.jar
new file mode 100644 (file)
index 0000000..7cd35e6
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-plugin-classloader-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-plugin-classloader-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-plugin-classloader-7.9.3.jar
deleted file mode 100644 (file)
index 8812a97..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-plugin-classloader-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-secure-sm-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-secure-sm-7.10.2.jar
new file mode 100644 (file)
index 0000000..60bbc45
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-secure-sm-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-secure-sm-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-secure-sm-7.9.3.jar
deleted file mode 100644 (file)
index 260ea95..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-secure-sm-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-x-content-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-x-content-7.10.2.jar
new file mode 100644 (file)
index 0000000..8107623
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-x-content-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-x-content-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-x-content-7.9.3.jar
deleted file mode 100644 (file)
index 77e3545..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-x-content-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/java-version-checker-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/java-version-checker-7.10.2.jar
new file mode 100644 (file)
index 0000000..265f574
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/java-version-checker-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/java-version-checker-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/lib/java-version-checker-7.9.3.jar
deleted file mode 100644 (file)
index 2a6ea3b..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/java-version-checker-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-analyzers-common-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-analyzers-common-8.6.2.jar
deleted file mode 100644 (file)
index 8abf45f..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-analyzers-common-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-analyzers-common-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-analyzers-common-8.7.0.jar
new file mode 100644 (file)
index 0000000..8369bd1
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-analyzers-common-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-backward-codecs-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-backward-codecs-8.6.2.jar
deleted file mode 100644 (file)
index 9fc41c2..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-backward-codecs-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-backward-codecs-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-backward-codecs-8.7.0.jar
new file mode 100644 (file)
index 0000000..7a6179c
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-backward-codecs-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-core-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-core-8.6.2.jar
deleted file mode 100644 (file)
index 87918a7..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-core-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-core-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-core-8.7.0.jar
new file mode 100644 (file)
index 0000000..984d74a
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-core-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-grouping-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-grouping-8.6.2.jar
deleted file mode 100644 (file)
index 75e0783..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-grouping-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-grouping-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-grouping-8.7.0.jar
new file mode 100644 (file)
index 0000000..d0071bd
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-grouping-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-highlighter-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-highlighter-8.6.2.jar
deleted file mode 100644 (file)
index c039a7e..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-highlighter-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-highlighter-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-highlighter-8.7.0.jar
new file mode 100644 (file)
index 0000000..8302f54
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-highlighter-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-join-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-join-8.6.2.jar
deleted file mode 100644 (file)
index e109ffc..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-join-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-join-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-join-8.7.0.jar
new file mode 100644 (file)
index 0000000..ef4dee4
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-join-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-memory-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-memory-8.6.2.jar
deleted file mode 100644 (file)
index 71cffb3..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-memory-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-memory-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-memory-8.7.0.jar
new file mode 100644 (file)
index 0000000..a165c85
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-memory-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-misc-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-misc-8.6.2.jar
deleted file mode 100644 (file)
index 5d264ac..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-misc-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-misc-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-misc-8.7.0.jar
new file mode 100644 (file)
index 0000000..9ac9254
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-misc-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-queries-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-queries-8.6.2.jar
deleted file mode 100644 (file)
index 5feaf42..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-queries-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-queries-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-queries-8.7.0.jar
new file mode 100644 (file)
index 0000000..a6ad461
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-queries-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-queryparser-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-queryparser-8.6.2.jar
deleted file mode 100644 (file)
index 4b89bd2..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-queryparser-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-queryparser-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-queryparser-8.7.0.jar
new file mode 100644 (file)
index 0000000..182f57f
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-queryparser-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-sandbox-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-sandbox-8.6.2.jar
deleted file mode 100644 (file)
index 7dcbb61..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-sandbox-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-sandbox-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-sandbox-8.7.0.jar
new file mode 100644 (file)
index 0000000..13d6fca
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-sandbox-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial-extras-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial-extras-8.6.2.jar
deleted file mode 100644 (file)
index fd5325a..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial-extras-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial-extras-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial-extras-8.7.0.jar
new file mode 100644 (file)
index 0000000..80eb547
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial-extras-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial3d-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial3d-8.6.2.jar
deleted file mode 100644 (file)
index 5ab5797..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial3d-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial3d-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial3d-8.7.0.jar
new file mode 100644 (file)
index 0000000..e7bfd53
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial3d-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-suggest-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-suggest-8.6.2.jar
deleted file mode 100644 (file)
index d9d6e7b..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-suggest-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/lucene-suggest-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-suggest-8.7.0.jar
new file mode 100644 (file)
index 0000000..d03d40b
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/lucene-suggest-8.7.0.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/tools/keystore-cli/keystore-cli-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/tools/keystore-cli/keystore-cli-7.10.2.jar
new file mode 100644 (file)
index 0000000..67c692c
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/tools/keystore-cli/keystore-cli-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/tools/keystore-cli/keystore-cli-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/lib/tools/keystore-cli/keystore-cli-7.9.3.jar
deleted file mode 100644 (file)
index 810e081..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/tools/keystore-cli/keystore-cli-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bc-fips-1.0.1.jar b/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bc-fips-1.0.1.jar
deleted file mode 100644 (file)
index 74fee95..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bc-fips-1.0.1.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bc-fips-1.0.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bc-fips-1.0.2.jar
new file mode 100644 (file)
index 0000000..b36e7a7
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bc-fips-1.0.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bcpg-fips-1.0.3.jar b/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bcpg-fips-1.0.3.jar
deleted file mode 100644 (file)
index 6e07e5d..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bcpg-fips-1.0.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bcpg-fips-1.0.4.jar b/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bcpg-fips-1.0.4.jar
new file mode 100644 (file)
index 0000000..8a01835
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bcpg-fips-1.0.4.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/elasticsearch-plugin-cli-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/elasticsearch-plugin-cli-7.10.2.jar
new file mode 100644 (file)
index 0000000..3c82c7d
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/elasticsearch-plugin-cli-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/elasticsearch-plugin-cli-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/elasticsearch-plugin-cli-7.9.3.jar
deleted file mode 100644 (file)
index f7977ce..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/elasticsearch-plugin-cli-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/aggs-matrix-stats/aggs-matrix-stats-client-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/aggs-matrix-stats/aggs-matrix-stats-client-7.10.2.jar
new file mode 100644 (file)
index 0000000..9fee1f6
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/aggs-matrix-stats/aggs-matrix-stats-client-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/aggs-matrix-stats/aggs-matrix-stats-client-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/aggs-matrix-stats/aggs-matrix-stats-client-7.9.3.jar
deleted file mode 100644 (file)
index fbbf853..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/aggs-matrix-stats/aggs-matrix-stats-client-7.9.3.jar and /dev/null differ
index 07783a859c2d808d8a195dcca7b820ae2de30365..4f953b00be4c125ac4a93fef630ee2ee87a9c7b9 100644 (file)
@@ -20,7 +20,7 @@
 description=Adds aggregations whose input are a list of numeric fields and output includes a matrix.
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=aggs-matrix-stats
@@ -35,7 +35,7 @@ classname=org.elasticsearch.search.aggregations.matrix.MatrixAggregationPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/analysis-common/analysis-common-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/analysis-common/analysis-common-7.10.2.jar
new file mode 100644 (file)
index 0000000..b299de0
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/analysis-common/analysis-common-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/analysis-common/analysis-common-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/analysis-common/analysis-common-7.9.3.jar
deleted file mode 100644 (file)
index af1f850..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/analysis-common/analysis-common-7.9.3.jar and /dev/null differ
index 6c6d8a56e6485af9008ac10c86fe2601284ac178..5056436b78e9c3b211aed0d4b6be88d5d8ab1be5 100644 (file)
@@ -20,7 +20,7 @@
 description=Adds "built in" analyzers to Elasticsearch.
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=analysis-common
@@ -35,7 +35,7 @@ classname=org.elasticsearch.analysis.common.CommonAnalysisPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/geo/geo-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/geo/geo-7.10.2.jar
new file mode 100644 (file)
index 0000000..710f897
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/geo/geo-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/geo/geo-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/geo/geo-7.9.3.jar
deleted file mode 100644 (file)
index 624a987..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/geo/geo-7.9.3.jar and /dev/null differ
index d8b3aa3fa945c91deab1c85ccd084410c7af7994..9b0e504e00128978d4935fc7c136e7e4ab3028f7 100644 (file)
@@ -20,7 +20,7 @@
 description=Placeholder plugin for geospatial features in ES. only registers geo_shape field mapper for now
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=geo
@@ -35,7 +35,7 @@ classname=org.elasticsearch.geo.GeoPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-dissect-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-dissect-7.10.2.jar
new file mode 100644 (file)
index 0000000..031db43
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-dissect-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-dissect-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-dissect-7.9.3.jar
deleted file mode 100644 (file)
index 3e2219c..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-dissect-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-grok-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-grok-7.10.2.jar
new file mode 100644 (file)
index 0000000..fa311b5
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-grok-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-grok-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-grok-7.9.3.jar
deleted file mode 100644 (file)
index 13d3597..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-grok-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/ingest-common-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/ingest-common-7.10.2.jar
new file mode 100644 (file)
index 0000000..b4c254b
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/ingest-common-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/ingest-common-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/ingest-common-7.9.3.jar
deleted file mode 100644 (file)
index 68eb13d..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/ingest-common-7.9.3.jar and /dev/null differ
index 5daf4d1c4ee5fe319a81a30cb9386b51650ebbf9..b864c323c7c35358c2019da6b7227e5087445035 100644 (file)
@@ -20,7 +20,7 @@
 description=Module for ingest processors that do not require additional security permissions or have large dependencies and resources
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=ingest-common
@@ -35,7 +35,7 @@ classname=org.elasticsearch.ingest.common.IngestCommonPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/ingest-geoip-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/ingest-geoip-7.10.2.jar
new file mode 100644 (file)
index 0000000..ed9a201
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/ingest-geoip-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/ingest-geoip-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/ingest-geoip-7.9.3.jar
deleted file mode 100644 (file)
index 5888080..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/ingest-geoip-7.9.3.jar and /dev/null differ
index d93f8ed9606f054f6a90be4382b54fbf2daa2f6d..1100ccca3bbc685e00b6bebb3509d3baaf813637 100644 (file)
@@ -20,7 +20,7 @@
 description=Ingest processor that uses looksup geo data based on ip adresses using the Maxmind geo database
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=ingest-geoip
@@ -35,7 +35,7 @@ classname=org.elasticsearch.ingest.geoip.IngestGeoIpPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-user-agent/ingest-user-agent-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-user-agent/ingest-user-agent-7.10.2.jar
new file mode 100644 (file)
index 0000000..424cf6c
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-user-agent/ingest-user-agent-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-user-agent/ingest-user-agent-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/ingest-user-agent/ingest-user-agent-7.9.3.jar
deleted file mode 100644 (file)
index 7f2d354..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/ingest-user-agent/ingest-user-agent-7.9.3.jar and /dev/null differ
index 64ea5a41adb234bd93b86930c88c188e83cef831..9e0c83f6b272811c84c90c95b2af67b89c7caf58 100644 (file)
@@ -20,7 +20,7 @@
 description=Ingest processor that extracts information from a user agent
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=ingest-user-agent
@@ -35,7 +35,7 @@ classname=org.elasticsearch.ingest.useragent.IngestUserAgentPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-rest-client-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-rest-client-7.10.2.jar
new file mode 100644 (file)
index 0000000..45b5d07
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-rest-client-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-rest-client-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-rest-client-7.9.3.jar
deleted file mode 100644 (file)
index 3c519c3..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-rest-client-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-ssl-config-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-ssl-config-7.10.2.jar
new file mode 100644 (file)
index 0000000..ba68323
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-ssl-config-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-ssl-config-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-ssl-config-7.9.3.jar
deleted file mode 100644 (file)
index fed6916..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-ssl-config-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/kibana/kibana-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/kibana/kibana-7.10.2.jar
new file mode 100644 (file)
index 0000000..a4318bb
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/kibana/kibana-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/kibana/kibana-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/kibana/kibana-7.9.3.jar
deleted file mode 100644 (file)
index 8a4d66f..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/kibana/kibana-7.9.3.jar and /dev/null differ
index 4d44b05e2d10ed7834e21a7bc5a307378d90d71a..4bbcb33d9935d524c09fb62921576be5058f35f1 100644 (file)
@@ -20,7 +20,7 @@
 description=Plugin exposing APIs for Kibana system indices
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=kibana
@@ -35,7 +35,7 @@ classname=org.elasticsearch.kibana.KibanaPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/kibana/reindex-client-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/kibana/reindex-client-7.10.2.jar
new file mode 100644 (file)
index 0000000..19d05f9
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/kibana/reindex-client-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/kibana/reindex-client-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/kibana/reindex-client-7.9.3.jar
deleted file mode 100644 (file)
index 53161f9..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/kibana/reindex-client-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lang-expression-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lang-expression-7.10.2.jar
new file mode 100644 (file)
index 0000000..d0d5bc5
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lang-expression-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lang-expression-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lang-expression-7.9.3.jar
deleted file mode 100644 (file)
index 9042850..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lang-expression-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lucene-expressions-8.6.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lucene-expressions-8.6.2.jar
deleted file mode 100644 (file)
index 0f691b7..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lucene-expressions-8.6.2.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lucene-expressions-8.7.0.jar b/sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lucene-expressions-8.7.0.jar
new file mode 100644 (file)
index 0000000..8ca3110
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lucene-expressions-8.7.0.jar differ
index e4fe1daabb7ec7366d97e1afe0d285686c8c788d..73020ffc47762863a4acd8a6860190946761b326 100644 (file)
@@ -20,7 +20,7 @@
 description=Lucene expressions integration for Elasticsearch
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=lang-expression
@@ -35,7 +35,7 @@ classname=org.elasticsearch.script.expression.ExpressionPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/lang-mustache/lang-mustache-client-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/lang-mustache/lang-mustache-client-7.10.2.jar
new file mode 100644 (file)
index 0000000..6a27e4e
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/lang-mustache/lang-mustache-client-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/lang-mustache/lang-mustache-client-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/lang-mustache/lang-mustache-client-7.9.3.jar
deleted file mode 100644 (file)
index 3bb2299..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/lang-mustache/lang-mustache-client-7.9.3.jar and /dev/null differ
index 26682f8b9881ffb8abe86d53eb4c2bdc1719c0bf..7136f5e412e5982914d5f2982b509d22eedf68ce 100644 (file)
@@ -20,7 +20,7 @@
 description=Mustache scripting integration for Elasticsearch
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=lang-mustache
@@ -35,7 +35,7 @@ classname=org.elasticsearch.script.mustache.MustachePlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/elasticsearch-scripting-painless-spi-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/elasticsearch-scripting-painless-spi-7.10.2.jar
new file mode 100644 (file)
index 0000000..76f920f
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/elasticsearch-scripting-painless-spi-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/elasticsearch-scripting-painless-spi-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/elasticsearch-scripting-painless-spi-7.9.3.jar
deleted file mode 100644 (file)
index 084a08e..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/elasticsearch-scripting-painless-spi-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/lang-painless-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/lang-painless-7.10.2.jar
new file mode 100644 (file)
index 0000000..993901d
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/lang-painless-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/lang-painless-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/lang-painless-7.9.3.jar
deleted file mode 100644 (file)
index 6931664..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/lang-painless-7.9.3.jar and /dev/null differ
index 38fa607e960dc2951d2e6d2a2ab6af709ecff51d..2a4a5aab924d5e871489f0520ce88ec10498b46b 100644 (file)
@@ -20,7 +20,7 @@
 description=An easy, safe and fast scripting language for Elasticsearch
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=lang-painless
@@ -35,7 +35,7 @@ classname=org.elasticsearch.painless.PainlessPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/mapper-extras/mapper-extras-client-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/mapper-extras/mapper-extras-client-7.10.2.jar
new file mode 100644 (file)
index 0000000..829b7e4
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/mapper-extras/mapper-extras-client-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/mapper-extras/mapper-extras-client-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/mapper-extras/mapper-extras-client-7.9.3.jar
deleted file mode 100644 (file)
index 8482512..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/mapper-extras/mapper-extras-client-7.9.3.jar and /dev/null differ
index 80da697147394602d9dcf5d5fe3cf5675197982f..d946f83dc6274a9a689f39942f4acc5582fa7304 100644 (file)
@@ -20,7 +20,7 @@
 description=Adds advanced field mappers
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=mapper-extras
@@ -35,7 +35,7 @@ classname=org.elasticsearch.index.mapper.MapperExtrasPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/parent-join/parent-join-client-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/parent-join/parent-join-client-7.10.2.jar
new file mode 100644 (file)
index 0000000..bf3e725
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/parent-join/parent-join-client-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/parent-join/parent-join-client-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/parent-join/parent-join-client-7.9.3.jar
deleted file mode 100644 (file)
index df1f3e7..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/parent-join/parent-join-client-7.9.3.jar and /dev/null differ
index 6720c5ce4b0c9e0c09b18e1f1ea0e78185280f9d..176261a178280f8c5818a2fcd0fd87c47dbae870 100644 (file)
@@ -20,7 +20,7 @@
 description=This module adds the support parent-child queries and aggregations
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=parent-join
@@ -35,7 +35,7 @@ classname=org.elasticsearch.join.ParentJoinPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/percolator/percolator-client-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/percolator/percolator-client-7.10.2.jar
new file mode 100644 (file)
index 0000000..c5ae80b
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/percolator/percolator-client-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/percolator/percolator-client-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/percolator/percolator-client-7.9.3.jar
deleted file mode 100644 (file)
index eb581b8..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/percolator/percolator-client-7.9.3.jar and /dev/null differ
index 2e4e79fe0ad3bbe485d2c3638e27663c27cdc093..4f19e0292a11b0cd6e3da88dd24cf5be2bd6a435 100644 (file)
@@ -20,7 +20,7 @@
 description=Percolator module adds capability to index queries and query these queries by specifying documents
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=percolator
@@ -35,7 +35,7 @@ classname=org.elasticsearch.percolator.PercolatorPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
index 47184edc0b27064eae0c815e6a98893ed7fbe881..bd4c208b0462c06bb015e5ea932f92c3b8ce5aff 100644 (file)
@@ -20,7 +20,7 @@
 description=The Rank Eval module adds APIs to evaluate ranking quality.
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=rank-eval
@@ -35,7 +35,7 @@ classname=org.elasticsearch.index.rankeval.RankEvalPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/rank-eval/rank-eval-client-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/rank-eval/rank-eval-client-7.10.2.jar
new file mode 100644 (file)
index 0000000..c894513
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/rank-eval/rank-eval-client-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/rank-eval/rank-eval-client-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/rank-eval/rank-eval-client-7.9.3.jar
deleted file mode 100644 (file)
index 9899fae..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/rank-eval/rank-eval-client-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-rest-client-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-rest-client-7.10.2.jar
new file mode 100644 (file)
index 0000000..45b5d07
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-rest-client-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-rest-client-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-rest-client-7.9.3.jar
deleted file mode 100644 (file)
index 3c519c3..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-rest-client-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-ssl-config-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-ssl-config-7.10.2.jar
new file mode 100644 (file)
index 0000000..ba68323
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-ssl-config-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-ssl-config-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-ssl-config-7.9.3.jar
deleted file mode 100644 (file)
index fed6916..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-ssl-config-7.9.3.jar and /dev/null differ
index abe73b5e1cdc7d3e48d96959d4e25a82edfb8426..d0ed61bfedfe0614e40978e11e9f1065992bf19f 100644 (file)
@@ -20,7 +20,7 @@
 description=The Reindex module adds APIs to reindex from one index to another or update documents in place.
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=reindex
@@ -35,7 +35,7 @@ classname=org.elasticsearch.index.reindex.ReindexPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/reindex/reindex-client-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/reindex/reindex-client-7.10.2.jar
new file mode 100644 (file)
index 0000000..19d05f9
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/reindex/reindex-client-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/reindex/reindex-client-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/reindex/reindex-client-7.9.3.jar
deleted file mode 100644 (file)
index 53161f9..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/reindex/reindex-client-7.9.3.jar and /dev/null differ
index 10311c94e5927207f0bbb73760f7f72a5bf71297..7841760335374f3fc500719bbc88b9bcc97fea1b 100644 (file)
@@ -20,7 +20,7 @@
 description=Module for URL repository
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=repository-url
@@ -35,7 +35,7 @@ classname=org.elasticsearch.plugin.repository.url.URLRepositoryPlugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/repository-url/repository-url-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/repository-url/repository-url-7.10.2.jar
new file mode 100644 (file)
index 0000000..631c2fb
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/repository-url/repository-url-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/repository-url/repository-url-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/repository-url/repository-url-7.9.3.jar
deleted file mode 100644 (file)
index c81c2fa..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/repository-url/repository-url-7.9.3.jar and /dev/null differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/tasks/plugin-descriptor.properties b/sonar-application/src/main/assembly/elasticsearch/modules/tasks/plugin-descriptor.properties
deleted file mode 100644 (file)
index 95d0eff..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# Elasticsearch plugin descriptor file
-# This file must exist as 'plugin-descriptor.properties' inside a plugin.
-#
-### example plugin for "foo"
-#
-# foo.zip <-- zip file for the plugin, with this structure:
-# |____   <arbitrary name1>.jar <-- classes, resources, dependencies
-# |____   <arbitrary nameN>.jar <-- any number of jars
-# |____   plugin-descriptor.properties <-- example contents below:
-#
-# classname=foo.bar.BazPlugin
-# description=My cool plugin
-# version=6.0
-# elasticsearch.version=6.0
-# java.version=1.8
-#
-### mandatory elements for all plugins:
-#
-# 'description': simple summary of the plugin
-description=Supports the Tasks API
-#
-# 'version': plugin's version
-version=7.9.3
-#
-# 'name': the plugin name
-name=tasks
-#
-# 'classname': the name of the class to load, fully-qualified.
-classname=org.elasticsearch.tasksplugin.TasksPlugin
-#
-# 'java.version': version of java the code is built against
-# use the system property java.specification.version
-# version string must be a sequence of nonnegative decimal integers
-# separated by "."'s and may have leading zeros
-java.version=1.8
-#
-# 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
-### optional elements for plugins:
-#
-#  'extended.plugins': other plugins this plugin extends through SPI
-extended.plugins=
-#
-# 'has.native.controller': whether or not the plugin has a native controller
-has.native.controller=false
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/tasks/tasks-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/tasks/tasks-7.9.3.jar
deleted file mode 100644 (file)
index 4290872..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/tasks/tasks-7.9.3.jar and /dev/null differ
index 6a4e24ceb9d0689ba60077fa1adf87566c8823f1..29bb3b879424e9e23ace21c5ab8e5e30702f3df5 100644 (file)
@@ -20,7 +20,7 @@
 description=Netty 4 based transport implementation
 #
 # 'version': plugin's version
-version=7.9.3
+version=7.10.2
 #
 # 'name': the plugin name
 name=transport-netty4
@@ -35,7 +35,7 @@ classname=org.elasticsearch.transport.Netty4Plugin
 java.version=1.8
 #
 # 'elasticsearch.version': version of elasticsearch compiled against
-elasticsearch.version=7.9.3
+elasticsearch.version=7.10.2
 ### optional elements for plugins:
 #
 #  'extended.plugins': other plugins this plugin extends through SPI
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/transport-netty4-client-7.10.2.jar b/sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/transport-netty4-client-7.10.2.jar
new file mode 100644 (file)
index 0000000..9c81472
Binary files /dev/null and b/sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/transport-netty4-client-7.10.2.jar differ
diff --git a/sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/transport-netty4-client-7.9.3.jar b/sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/transport-netty4-client-7.9.3.jar
deleted file mode 100644 (file)
index 7777c8d..0000000
Binary files a/sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/transport-netty4-client-7.9.3.jar and /dev/null differ