Skip to content

Commit 0fefa95

Browse files
committed
fix fastjson bug
1 parent 7a955ae commit 0fefa95

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.idea/libraries/Maven__com_alibaba_fastjson_1_2_20.xml renamed to .idea/libraries/Maven__com_alibaba_fastjson_1_2_31.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elasticsearchAction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.alibaba</groupId>
2929
<artifactId>fastjson</artifactId>
30-
<version>1.2.20</version>
30+
<version>1.2.31</version>
3131
</dependency>
3232

3333
</dependencies>

elasticsearchAction/src/main/java/com/elastic/operations/search/PublicElasticSearchResposity.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import com.elastic.Utils.JacksonHelper;
44
import com.elastic.beans.es.BaseESEnity;
5-
import org.elasticsearch.action.bulk.BulkResponse;
65
import org.elasticsearch.action.delete.DeleteResponse;
76
import org.elasticsearch.action.get.GetResponse;
87
import org.elasticsearch.action.index.IndexResponse;
@@ -17,8 +16,6 @@
1716

1817
import java.io.IOException;
1918
import java.time.LocalDateTime;
20-
import java.util.Collections;
21-
import java.util.List;
2219
import java.util.Optional;
2320

2421
/**

0 commit comments

Comments
 (0)