Skip to content

Commit

Permalink
release: 2.3.5.v2019516
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed May 16, 2019
1 parent f01544e commit 226c415
Show file tree
Hide file tree
Showing 154 changed files with 177 additions and 156 deletions.
18 changes: 18 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# NB进化史

# 2.3.5.v2019516 "Rewrite The Stars"

适配seata 0.5.1, 添加redisson支持

* 时间: 2019-05-16
* 曲目: [Rewrite The Stars](https://y.qq.com/n/yqq/song/205642008_num.html)
* 兼容性: 兼容2.0.x/2.1.x/2.2.x/2.3.x

* 变更:
* add: 重新实现starter-thymeleaf,并添加thymeleaf+shiro的demo
* add: 添加demo nutzsite
* add: 添加starter-redisson
* update: 改进ElasticsearchStarter,支持所有PreBuiltTransportClient配置项
* update: 更新tomcat版本到8.5.40
* fix: 减少AbstractServletContainerStarter对NbApp内部机制的依赖性
* fix: 希望 starter-caffeine 能有方法可以更新缓存
* fix: jetty.maxFormKeys 设置无效

# 2.3.4.v2019410 "蓝色多瑙河"

添加对sqltplxml的内置支持^_^
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-contrib/nutzboot-starter-activiti/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-starter-activiti</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-starter-hystrix-dashboard</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-contrib/nutzboot-starter-ngrok/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-starter-ngrok</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion nutzboot-contrib/nutzboot-starter-uflo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-starter-uflo</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-contrib/nutzboot-starter-ureport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-starter-ureport</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-contrib/nutzboot-starter-urule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-starter-urule</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-contrib/nutzboot-starter-xxl-job-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-contrib</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-starter-xxl-job-executor</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-parent</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-contrib</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-parent</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-core/src/main/resources/_banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
| |\ || |_/ / |______|______|______|______|______| |/ /
\_| \_/\____/ |_/_/

:: Nutz Boot :: (2.3.5-SNAPSHOT)
:: Nutz Boot :: (2.3.5.v20190516)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>nutzboot-demo-cloud</artifactId>
<groupId>org.nutz</groupId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nutzboot-demo-cloud-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>nutzboot-demo-cloud</artifactId>
<groupId>org.nutz</groupId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nutzboot-demo-cloud-eureka-server</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>nutzboot-demo-cloud</artifactId>
<groupId>org.nutz</groupId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nutzboot-demo-cloud-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-demo/nutzboot-demo-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-cloud</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-custom</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-custom-starter</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-demo/nutzboot-demo-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-custom</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-cxf</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-cxf-client</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-cxf</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-cxf-common</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-cxf</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-cxf-service</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-demo/nutzboot-demo-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-cxf</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo-seata</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-dubbo-seata-account</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo-seata</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-dubbo-seata-common</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo-seata</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-dubbo-seata-order</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo-seata</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-dubbo-seata-storage</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo-seata</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-dubbo-seata-web</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-demo/nutzboot-demo-dubbo-seata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-dubbo-seata</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-dubbo-common</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-dubbo-rpc-client</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-dubbo</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-dubbo-rpc-service</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-demo/nutzboot-demo-dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-dubbo</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>nutzboot-demo-feign</artifactId>
<groupId>org.nutz</groupId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nutzboot-demo-feign-client-json</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>nutzboot-demo-feign</artifactId>
<groupId>org.nutz</groupId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nutzboot-demo-feign-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-demo/nutzboot-demo-feign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-feign</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-servicecomb</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-servicecomb-common</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-servicecomb</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-servicecomb-rpc-client</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-servicecomb</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-servicecomb-rpc-service</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nutzboot-demo/nutzboot-demo-servicecomb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-servicecomb</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-simple-activiti</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-simple-apollo-client</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-simple-beetl</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-simple-beetlsql</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-demo-simple</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5.v20190516</version>
</parent>
<artifactId>nutzboot-demo-simple-caffeine</artifactId>
<dependencies>
Expand Down
Loading

0 comments on commit 226c415

Please sign in to comment.