🔎 Open source distributed and RESTful search engine.
Go to file
Daniel Doubrovkine (dB.) 5d020170ff
Lower build requirement from Java 14+ to Java 11+ (#940)
* Lower build requirement from Java 14+ to Java 11+

Avoid use of -Werror -Xlint:all, which may change significantly across
java releases (new warnings could be added). Instead, just list the
warnings individually.

Workaround JDK 11 compiler bug (JDK-8209058) that only impacts test fixture
code in the build itself.

Signed-off-by: Robert Muir <rmuir@apache.org>

* Disable warning around -source 7 -release 7 for java version checker

The java version checker triggers some default warnings because it
targets java7:

```
> Task :distribution:tools:java-version-checker:compileJava FAILED
warning: [options] source value 7 is obsolete and will be removed in a future release
warning: [options] target value 7 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
error: warnings found and -Werror specified
```

Suppress this warning explicitly for this module.

Signed-off-by: Robert Muir <rmuir@apache.org>

* more java14 -> java11 cleanup

Signed-off-by: Robert Muir <rmuir@apache.org>

Co-authored-by: Robert Muir <rmuir@apache.org>
2021-07-06 11:55:23 -05:00
.ci Lower build requirement from Java 14+ to Java 11+ (#940) 2021-07-06 11:55:23 -05:00
.github Update issue template with multiple labels (#668) 2021-05-07 11:16:35 -07:00
.idea [Rename] Replace more instances of Elasticsearch with OpenSearch. (#432) 2021-03-21 20:56:34 -05:00
benchmarks Make allocation decisions at node level first for pending task optimi… (#534) 2021-05-19 19:09:30 -07:00
buildSrc Lower build requirement from Java 14+ to Java 11+ (#940) 2021-07-06 11:55:23 -05:00
client Add cluster setting to spoof version number returned from MainResponse (#847) 2021-06-22 10:42:23 -07:00
dev-tools Add script to perform signoff check between commits (#152) 2021-03-13 10:36:15 -06:00
distribution Lower build requirement from Java 14+ to Java 11+ (#940) 2021-07-06 11:55:23 -05:00
doc-tools Merging javadoc feature branch changes to main (#715) 2021-05-18 13:21:41 -07:00
gradle Remove `client/sniffer` from Javadoc exemption list (#818) 2021-06-04 17:15:08 -07:00
libs Fix resource leak issues suggested by Amazon CodeGuru (#816) 2021-06-15 09:31:36 -07:00
licenses Remove the Elastic license file, all checks for this license and the license REST APIs. (#12) 2021-03-13 10:36:07 -06:00
modules Pass interceptor to super constructor (#876) 2021-07-05 11:13:36 +05:30
plugins update external library 'pdfbox' version to 2.0.24 to reduce vulnerability (#883) 2021-06-25 13:18:15 -07:00
qa Refresh OpenSearch nodes version in cluster state after upgrade (#865) 2021-07-02 09:03:34 -07:00
release-notes Adding release notes for 1.0.0 (#885) 2021-07-03 01:27:53 +05:30
rest-api-spec [BUG] Fix cat.health test failures in pre 1.0.0 mixed cluster test (#928) 2021-07-02 17:07:15 -05:00
sandbox Enable adding experimental features through sandbox modules (#691) 2021-06-22 11:45:18 -05:00
server Lower build requirement from Java 14+ to Java 11+ (#940) 2021-07-06 11:55:23 -05:00
test Lower build requirement from Java 14+ to Java 11+ (#940) 2021-07-06 11:55:23 -05:00
.dir-locals.el Go back to 140 column limit in .dir-locals.el 2017-04-14 08:50:53 -06:00
.editorconfig Remove default indent from .editorconfig (#49183) 2019-11-18 08:05:53 +00:00
.gitattributes Converted all .asciidoc to .md. (#658) 2021-05-05 15:04:14 -04:00
.gitignore [Rename] Replace more instances of Elasticsearch with OpenSearch. (#432) 2021-03-21 20:56:34 -05:00
ADMINS.md Updated READMEs on releasing, maintaining, admins and security. (#853) 2021-06-17 18:03:11 -04:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2021-03-13 10:36:16 -06:00
CONTRIBUTING.md Removed pre-alpha notes. (#815) 2021-06-03 14:50:59 -07:00
DEVELOPER_GUIDE.md Lower build requirement from Java 14+ to Java 11+ (#940) 2021-07-06 11:55:23 -05:00
Jenkinsfile Update CI workflow to work on new infra (#123) 2021-03-13 10:36:15 -06:00
LICENSE.txt Update LICENSE.txt 2021-03-22 09:25:46 -05:00
MAINTAINERS.md Updated READMEs on releasing, maintaining, admins and security. (#853) 2021-06-17 18:03:11 -04:00
NOTICE.txt [TEST] Fix failing distro tests for linux packages (#569) 2021-05-15 21:45:48 -07:00
README.md Updated READMEs on releasing, maintaining, admins and security. (#853) 2021-06-17 18:03:11 -04:00
RELEASING.md Updated READMEs on releasing, maintaining, admins and security. (#853) 2021-06-17 18:03:11 -04:00
SECURITY.md Updated READMEs on releasing, maintaining, admins and security. (#853) 2021-06-17 18:03:11 -04:00
TESTING.md Document running individual tests. (#741) 2021-06-03 15:12:30 -04:00
Vagrantfile [TEST] Fix failing distro tests for linux packages (#569) 2021-05-15 21:45:48 -07:00
build.gradle Lower build requirement from Java 14+ to Java 11+ (#940) 2021-07-06 11:55:23 -05:00
gradle.properties Speed ups to test suite and precommit tasks. (#580) 2021-04-20 09:02:45 -05:00
gradlew Update gradle wrapper to 6.6 (#59909) (#60949) 2020-08-11 11:03:19 +02:00
gradlew.bat Update gradle wrapper to 6.6 (#59909) (#60949) 2020-08-11 11:03:19 +02:00
settings.gradle Enable adding experimental features through sandbox modules (#691) 2021-06-22 11:45:18 -05:00

README.md

Welcome!

OpenSearch is a community-driven, open source fork of Elasticsearch and Kibana following the licence change in early 2021. We're looking to sustain (and evolve!) a search and analytics suite for the multitude of businesses who are dependent on the rights granted by the original, Apache v2.0 License.

Project Resources

Code of Conduct

This project has adopted the Amazon Open Source Code of Conduct. For more information see the Code of Conduct FAQ, or contact opensource-codeofconduct@amazon.com with any additional questions or comments.

License

This project is licensed under the Apache v2.0 License.

Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.