Skip to content

Commit ecddfab

Browse files
committed
Adding support for Elasticsearch 8.14.1 to 8.17.0
1 parent a1ae528 commit ecddfab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+94
-53
lines changed

.github/workflows/commit.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ jobs:
2424
# Build and test zentity for each version of Elasticsearch that its APIs support.
2525
matrix:
2626
elasticsearch:
27+
- 8.17.0
28+
- 8.16.2
29+
- 8.16.1
30+
- 8.16.0
31+
- 8.15.5
32+
- 8.15.4
33+
- 8.15.3
34+
- 8.15.2
35+
- 8.15.1
36+
- 8.15.0
37+
- 8.14.3
38+
- 8.14.2
39+
- 8.14.1
2740
- 8.14.0
2841
- 8.13.3
2942
- 8.13.2

.github/workflows/deploy.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,19 @@ jobs:
6767
# Build and test zentity for each version of Elasticsearch that its APIs support.
6868
matrix:
6969
elasticsearch:
70+
- 8.17.0
71+
- 8.16.2
72+
- 8.16.1
73+
- 8.16.0
74+
- 8.15.5
75+
- 8.15.4
76+
- 8.15.3
77+
- 8.15.2
78+
- 8.15.1
79+
- 8.15.0
80+
- 8.14.3
81+
- 8.14.2
82+
- 8.14.1
7083
- 8.14.0
7184
- 8.13.3
7285
- 8.13.2

NOTICE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
zentity
2+
Copyright © 2018-2025 Dave Moore
3+
https://zentity.io
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
zentity
217
Copyright © 2018-2024 Dave Moore
318
https://zentity.io
419

README.md

Lines changed: 1 addition & 1 deletion

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<zentity.version>1.8.3</zentity.version>
2222

2323
<!-- Dependency versions -->
24-
<elasticsearch.version>8.14.0</elasticsearch.version>
24+
<elasticsearch.version>8.17.0</elasticsearch.version>
2525
<jackson.core.version>2.17.0</jackson.core.version>
2626
<jackson.databind.version>2.17.0</jackson.databind.version>
2727
<jdk.version>1.17</jdk.version>

src/main/java/io/zentity/common/AbstractGroupedActionListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* zentity
3-
* Copyright © 2018-2024 Dave Moore
3+
* Copyright © 2018-2025 Dave Moore
44
* https://zentity.io
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/io/zentity/common/AsyncCollectionRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* zentity
3-
* Copyright © 2018-2024 Dave Moore
3+
* Copyright © 2018-2025 Dave Moore
44
* https://zentity.io
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/io/zentity/common/Json.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* zentity
3-
* Copyright © 2018-2024 Dave Moore
3+
* Copyright © 2018-2025 Dave Moore
44
* https://zentity.io
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/io/zentity/common/Patterns.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* zentity
3-
* Copyright © 2018-2024 Dave Moore
3+
* Copyright © 2018-2025 Dave Moore
44
* https://zentity.io
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/io/zentity/common/StreamUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* zentity
3-
* Copyright © 2018-2024 Dave Moore
3+
* Copyright © 2018-2025 Dave Moore
44
* https://zentity.io
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)