mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 17:18:57 +08:00
v0.9.13
1.紧急修复1处or().in()导致的缺陷 2.自动托管索引支持异步阻塞和异步非阻塞的配置,默认为异步阻塞. 3.对框架中的日志打印做了优化,解决了部分异常情况下无法正确format日志参数的问题
This commit is contained in:
parent
5aedc0bce9
commit
31639573d3
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>easy-es-parent</artifactId>
|
||||
<groupId>io.github.xpc1024</groupId>
|
||||
<version>0.9.12</version>
|
||||
<version>0.9.13</version>
|
||||
<relativePath>../easy-es-parent</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@ -21,12 +21,12 @@
|
||||
<dependency>
|
||||
<groupId>io.github.xpc1024</groupId>
|
||||
<artifactId>easy-es-core</artifactId>
|
||||
<version>0.9.12</version>
|
||||
<version>0.9.13</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.github.xpc1024</groupId>
|
||||
<artifactId>easy-es-extension</artifactId>
|
||||
<version>0.9.12</version>
|
||||
<version>0.9.13</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
|
||||
@ -7,13 +7,13 @@
|
||||
<parent>
|
||||
<groupId>io.github.xpc1024</groupId>
|
||||
<artifactId>easy-es-parent</artifactId>
|
||||
<version>0.9.12</version>
|
||||
<version>0.9.13</version>
|
||||
<relativePath>../easy-es-parent</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>io.github.xpc1024</groupId>
|
||||
<artifactId>easy-es-core</artifactId>
|
||||
<version>0.9.12</version>
|
||||
<version>0.9.13</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
|
||||
@ -7,13 +7,13 @@
|
||||
<parent>
|
||||
<groupId>io.github.xpc1024</groupId>
|
||||
<artifactId>easy-es-parent</artifactId>
|
||||
<version>0.9.12</version>
|
||||
<version>0.9.13</version>
|
||||
<relativePath>../easy-es-parent</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>io.github.xpc1024</groupId>
|
||||
<artifactId>easy-es-extension</artifactId>
|
||||
<version>0.9.12</version>
|
||||
<version>0.9.13</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>io.github.xpc1024</groupId>
|
||||
<artifactId>easy-es-parent</artifactId>
|
||||
<version>0.9.12</version>
|
||||
<version>0.9.13</version>
|
||||
|
||||
<name>easy-es-parent</name>
|
||||
<description>easy use for elastic search</description>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<artifactId>easy-es</artifactId>
|
||||
<groupId>io.github.xpc1024</groupId>
|
||||
<version>0.9.12</version>
|
||||
<version>0.9.13</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user