1.紧急修复1处or().in()导致的缺陷
2.自动托管索引支持异步阻塞和异步非阻塞的配置,默认为异步阻塞.
3.对框架中的日志打印做了优化,解决了部分异常情况下无法正确format日志参数的问题
This commit is contained in:
xpc1024 2022-05-07 14:46:12 +08:00
parent 5aedc0bce9
commit 31639573d3
6 changed files with 10 additions and 10 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -6,7 +6,7 @@
<groupId>io.github.xpc1024</groupId>
<artifactId>easy-es</artifactId>
<version>0.9.12</version>
<version>0.9.13</version>
<name>easy-es</name>
<description>easy use for elastic search</description>