Skip to content

Commit

Permalink
1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Nov 19, 2022
1 parent 63e0c82 commit 8ee524d
Show file tree
Hide file tree
Showing 194 changed files with 224 additions and 225 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Solon for java
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions UPDATE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
* 调整 运行完成后,提供未注入的对象???
* 增加 更多友好的异常分类???

#### 1.10.14
#### 1.11.0
* 清理 xxx-solon-plugin 的 solon cloud 插件包(正试由 xxx-solon-cloud-plugin 替代)
* 插件 solon.auth 增加 AuthAdapterSupplier 的 pathPrefix 对 adapter 规则有相同限制效果
* 插件 solon.web.staticfiles 增加位置印射配置支持
* 插件 logback-solon-plugin, log4j-solon-plugin 增加自定义 Appender
* 插件 sa-token-solon-plugin 允许没有 sa-token 配置
* 修复 xxl-job-solon-cloud-plugin 没配置时会出错的问题
* 增加 服务线程池公共配置
* 增加 @Body Map<String,String> paramMap 支持,用于注入 ctx.paramMap()
* 增加 @Cookie("Token") String token 支持,用于注入 ctx.cookie()
* 调整 SessionStateBase 对 cookieSet 的处理
Expand Down
2 changes: 1 addition & 1 deletion __hatch/metrics-solon-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions __hatch/nami.coder.thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand All @@ -19,13 +19,13 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>

<dependency>
<groupId>org.noear</groupId>
<artifactId>nami</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion __hatch/nanoxlsx4j-solon-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __hatch/openapi-solon-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __hatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __hatch/solon.boot.reactor-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __hatch/solon.serialization.avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.noear.solon.serialization.avro;

import org.noear.solon.Solon;
import org.noear.solon.SolonApp;
import org.noear.solon.core.AopContext;
import org.noear.solon.core.Plugin;
import org.noear.solon.core.handle.RenderManager;
Expand Down
2 changes: 1 addition & 1 deletion __hatch/solon.serialization.thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/nami-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-base-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-base-render-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-boot-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-extend-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-plugin-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-plugin-bundle2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __release/solon-plugin-cloud-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion __test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../solon-parent/pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions _nami/nami.channel.http.hutool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>

<dependency>
<groupId>org.noear</groupId>
<artifactId>nami</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions _nami/nami.channel.http.okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>

<dependency>
<groupId>org.noear</groupId>
<artifactId>nami</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions _nami/nami.channel.socketd.jdksocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>nami.channel.socketd</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>

<dependency>
<groupId>org.noear</groupId>
<artifactId>solon.socketd.client.jdksocket</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions _nami/nami.channel.socketd.netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>nami.channel.socketd</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>

<dependency>
<groupId>org.noear</groupId>
<artifactId>solon.socketd.client.netty</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions _nami/nami.channel.socketd.rsocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>nami.channel.socketd</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>

<dependency>
<groupId>org.noear</groupId>
<artifactId>solon.socketd.client.rsocket</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions _nami/nami.channel.socketd.smartsocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>nami.channel.socketd</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>

<dependency>
<groupId>org.noear</groupId>
<artifactId>solon.socketd.client.smartsocket</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions _nami/nami.channel.socketd.websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>nami.channel.socketd</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>

<dependency>
<groupId>org.noear</groupId>
<artifactId>solon.socketd.client.websocket</artifactId>
<version>1.10.14</version>
<version>1.11.0</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 8ee524d

Please sign in to comment.