File tree 4 files changed +98
-2
lines changed
java-client/src/main/java/org/opensearch/client/opensearch/_types
4 files changed +98
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
8
8
This section is for maintaining a changelog for all breaking changes for the client that cannot be released in the 2.x line. All other non-breaking changes should be added to [ Unreleased 2.x] section.
9
9
10
10
### Added
11
+ - Document HTTP/2 support ([ #330 ] ( https://github.com/opensearch-project/opensearch-java/pull/330 ) )
12
+ - Add xy_shape property ([ #884 ] ( https://github.com/opensearch-project/opensearch-java/pull/885 ) )
11
13
12
14
### Dependencies
13
15
@@ -28,8 +30,6 @@ This section is for maintaining a changelog for all breaking changes for the cli
28
30
## [ Unreleased 2.x]
29
31
30
32
### Added
31
- - Document HTTP/2 support ([ #330 ] ( https://github.com/opensearch-project/opensearch-java/pull/330 ) )
32
- - Add xy_shape property ([ #884 ] ( https://github.com/opensearch-project/opensearch-java/pull/885 ) )
33
33
34
34
### Dependencies
35
35
- Bumps ` io.github.classgraph:classgraph ` from 4.8.161 to 4.8.165
Original file line number Diff line number Diff line change
1
+ /*
2
+ * SPDX-License-Identifier: Apache-2.0
3
+ *
4
+ * The OpenSearch Contributors require contributions made to
5
+ * this file be licensed under the Apache-2.0 license or a
6
+ * compatible open source license.
7
+ */
8
+
9
+ /*
10
+ * Licensed to Elasticsearch B.V. under one or more contributor
11
+ * license agreements. See the NOTICE file distributed with
12
+ * this work for additional information regarding copyright
13
+ * ownership. Elasticsearch B.V. licenses this file to you under
14
+ * the Apache License, Version 2.0 (the "License"); you may
15
+ * not use this file except in compliance with the License.
16
+ * You may obtain a copy of the License at
17
+ *
18
+ * http://www.apache.org/licenses/LICENSE-2.0
19
+ *
20
+ * Unless required by applicable law or agreed to in writing,
21
+ * software distributed under the License is distributed on an
22
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
23
+ * KIND, either express or implied. See the License for the
24
+ * specific language governing permissions and limitations
25
+ * under the License.
26
+ */
27
+
28
+ /*
29
+ * Modifications Copyright OpenSearch Contributors. See
30
+ * GitHub history for details.
31
+ */
32
+
1
33
package org .opensearch .client .opensearch ._types .mapping ;
2
34
3
35
// typedef: _types.mapping.XyShapeProperty
Original file line number Diff line number Diff line change
1
+ /*
2
+ * SPDX-License-Identifier: Apache-2.0
3
+ *
4
+ * The OpenSearch Contributors require contributions made to
5
+ * this file be licensed under the Apache-2.0 license or a
6
+ * compatible open source license.
7
+ */
8
+
9
+ /*
10
+ * Licensed to Elasticsearch B.V. under one or more contributor
11
+ * license agreements. See the NOTICE file distributed with
12
+ * this work for additional information regarding copyright
13
+ * ownership. Elasticsearch B.V. licenses this file to you under
14
+ * the Apache License, Version 2.0 (the "License"); you may
15
+ * not use this file except in compliance with the License.
16
+ * You may obtain a copy of the License at
17
+ *
18
+ * http://www.apache.org/licenses/LICENSE-2.0
19
+ *
20
+ * Unless required by applicable law or agreed to in writing,
21
+ * software distributed under the License is distributed on an
22
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
23
+ * KIND, either express or implied. See the License for the
24
+ * specific language governing permissions and limitations
25
+ * under the License.
26
+ */
27
+
28
+ /*
29
+ * Modifications Copyright OpenSearch Contributors. See
30
+ * GitHub history for details.
31
+ */
32
+
1
33
package org .opensearch .client .opensearch ._types .query_dsl ;
2
34
3
35
import jakarta .json .stream .JsonGenerator ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * SPDX-License-Identifier: Apache-2.0
3
+ *
4
+ * The OpenSearch Contributors require contributions made to
5
+ * this file be licensed under the Apache-2.0 license or a
6
+ * compatible open source license.
7
+ */
8
+
9
+ /*
10
+ * Licensed to Elasticsearch B.V. under one or more contributor
11
+ * license agreements. See the NOTICE file distributed with
12
+ * this work for additional information regarding copyright
13
+ * ownership. Elasticsearch B.V. licenses this file to you under
14
+ * the Apache License, Version 2.0 (the "License"); you may
15
+ * not use this file except in compliance with the License.
16
+ * You may obtain a copy of the License at
17
+ *
18
+ * http://www.apache.org/licenses/LICENSE-2.0
19
+ *
20
+ * Unless required by applicable law or agreed to in writing,
21
+ * software distributed under the License is distributed on an
22
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
23
+ * KIND, either express or implied. See the License for the
24
+ * specific language governing permissions and limitations
25
+ * under the License.
26
+ */
27
+
28
+ /*
29
+ * Modifications Copyright OpenSearch Contributors. See
30
+ * GitHub history for details.
31
+ */
32
+
1
33
package org .opensearch .client .opensearch ._types .query_dsl ;
2
34
3
35
import jakarta .json .stream .JsonGenerator ;
You can’t perform that action at this time.
0 commit comments