Skip to content

Commit

Permalink
Merge pull request #54 from personium/develop
Browse files Browse the repository at this point in the history
Release v1_es6.6.1_5
  • Loading branch information
tochi-y authored Jun 21, 2019
2 parents 498861a + c2ce2ca commit 485547d
Show file tree
Hide file tree
Showing 4 changed files with 325 additions and 199 deletions.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.personium</groupId>
<artifactId>personium-lib-es-adapter</artifactId>
<packaging>jar</packaging>
<version>1_es6.6.1_4</version>
<version>1_es6.6.1_5</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down Expand Up @@ -297,5 +297,11 @@
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<!-- If elasticsearch version is upgraded, following dependency may not be needed. -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>2.11.2</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion src/main/java/io/personium/common/es/impl/EsIndexImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public Void updateSettings(String index, Map<String, String> settings) {
*/
class CreateRetryableRequest extends AbstractRetryableEsRequest<CreateIndexResponse> {
String name;
String [] types;
String[] types;
Map<String, JSONObject> mappings;

CreateRetryableRequest(int retryCount, long retryInterval,
Expand Down
Loading

0 comments on commit 485547d

Please sign in to comment.