Skip to content

Commit

Permalink
Adding support for Elasticsearch 8.14.1 to 8.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davemoore- committed Jan 14, 2025
1 parent a1ae528 commit ecddfab
Show file tree
Hide file tree
Showing 56 changed files with 94 additions and 53 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ jobs:
# Build and test zentity for each version of Elasticsearch that its APIs support.
matrix:
elasticsearch:
- 8.17.0
- 8.16.2
- 8.16.1
- 8.16.0
- 8.15.5
- 8.15.4
- 8.15.3
- 8.15.2
- 8.15.1
- 8.15.0
- 8.14.3
- 8.14.2
- 8.14.1
- 8.14.0
- 8.13.3
- 8.13.2
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,19 @@ jobs:
# Build and test zentity for each version of Elasticsearch that its APIs support.
matrix:
elasticsearch:
- 8.17.0
- 8.16.2
- 8.16.1
- 8.16.0
- 8.15.5
- 8.15.4
- 8.15.3
- 8.15.2
- 8.15.1
- 8.15.0
- 8.14.3
- 8.14.2
- 8.14.1
- 8.14.0
- 8.13.3
- 8.13.2
Expand Down
15 changes: 15 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
zentity
Copyright © 2018-2025 Dave Moore
https://zentity.io

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.
zentity
Copyright © 2018-2024 Dave Moore
https://zentity.io

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Once you have installed Elasticsearch, you can install zentity from a remote URL

Example:

`elasticsearch-plugin install https://zentity.io/releases/zentity-1.8.3-elasticsearch-8.14.0.zip`
`elasticsearch-plugin install https://zentity.io/releases/zentity-1.8.3-elasticsearch-8.17.0.zip`

Read the [installation](https://zentity.io/docs/installation) docs for more details.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<zentity.version>1.8.3</zentity.version>

<!-- Dependency versions -->
<elasticsearch.version>8.14.0</elasticsearch.version>
<elasticsearch.version>8.17.0</elasticsearch.version>
<jackson.core.version>2.17.0</jackson.core.version>
<jackson.databind.version>2.17.0</jackson.databind.version>
<jdk.version>1.17</jdk.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/common/AsyncCollectionRunner.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/common/Json.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/common/Patterns.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/common/StreamUtil.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/model/Attribute.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/model/Index.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/model/IndexField.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/model/Matcher.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/model/Model.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/model/Resolver.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/model/ValidationException.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/resolution/Job.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/resolution/Query.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/resolution/input/Attribute.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/resolution/input/Input.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/resolution/input/Term.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/resolution/input/scope/Scope.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/zentity/resolution/input/value/Value.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/zentity/common/StreamUtilTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/zentity/model/AttributeTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/zentity/model/IndexFieldTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/zentity/model/IndexTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/zentity/model/MatcherTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* zentity
* Copyright © 2018-2024 Dave Moore
* Copyright © 2018-2025 Dave Moore
* https://zentity.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Loading

0 comments on commit ecddfab

Please sign in to comment.