Skip to content

Commit

Permalink
🚨 fix: v2.7.3.2
Browse files Browse the repository at this point in the history
- 主要更新
  - [修复] 强制升级 postgresql jdbc driver 依赖包版本,解决 spring boot 2.7.3 默认依赖低版本 postgresql jdbc driver 携带的 SQL 注入漏洞(CVE-2022-31197)问题。
  - [修复] 修复前端工程 keep-alive 不生效问题。fix:#I5ODHH (ISSUE By jokeway)
  - [修复] 修复前端工程因升级 vue-router 最新版本,导致修改和编辑功能不可用问题。
  - [修复] 修复前端工程因升级 Bpmn 和 Camunda 相关依赖包导致工作流在线编辑不可用问题。
  - [重构] 将 Influxdb 相关模块调整至新增的 NoSQL 模块组,删除原有 temporal 相关模块。
  - [新增] 新增 CouchDB 数据库集成模块
  - [删除] 删除已有 Cmdb 相关模块和代码,以及 SQL 脚本配置,减少用户对该模块的误解。
- 依赖更新
  - redisson 版本升级至 3.17.6
  - springdoc 版本升级至 1.6.11
  - alipay-sdk-java 版本升级至 4.33.26.ALL
- 友情提示
  - 最新版本 vue-router、Bpmn 和 Camunda 相关组件存在破坏性升级,会导致前端工程已有功能不可用,因此不要随意升级依赖包版本,使用工程指定版本。
  • Loading branch information
herodotus-ecosystem committed Sep 1, 2022
1 parent 63cc1ac commit ff39992
Show file tree
Hide file tree
Showing 53 changed files with 40 additions and 2,433 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://shields.io/badge/Nacos-2.1.1-brightgreen" alt="Nacos 2.1.1"></a>
</p>
<p align="center">
<a href="#" target="_blank"><img src="https://shields.io/badge/Version-2.7.3.1-red" alt="Version 2.7.3.1"></a>
<a href="#" target="_blank"><img src="https://shields.io/badge/Version-2.7.3.2-red" alt="Version 2.7.3.2"></a>
<a href="https://www.oracle.com/java/technologies/javase-downloads.html" target="_blank"><img src="https://img.shields.io/badge/JDK-8%2C11%2C17-green" alt="Java 8,11,17"></a>
<a href="./LICENSE"><img src="https://shields.io/badge/License-Apache--2.0-blue" alt="License Apache 2.0"></a>
<a href="https://blog.csdn.net/Pointer_v" target="_blank"><img src="https://shields.io/badge/Author-%E7%A0%81%E5%8C%A0%E5%90%9B-orange" alt="码匠君"></a>
Expand Down
2 changes: 1 addition & 1 deletion configurations/docker/docker-compose/linux/herodotus/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.7.3.1
VERSION=2.7.3.2
GATEWAY_SERVICE_NAME=dante-cloud-gateway
GATEWAY_SERVICE_PORT=8847
UAA_SERVICE_NAME=dante-cloud-uaa
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.7.3.1
VERSION=2.7.3.2
GATEWAY_SERVICE_NAME=dante-cloud-gateway
GATEWAY_SERVICE_PORT=8847
UAA_SERVICE_NAME=dante-cloud-uaa
Expand Down
4 changes: 2 additions & 2 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
<parent>
<groupId>cn.herodotus.engine</groupId>
<artifactId>dependencies</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<relativePath/>
</parent>

<groupId>cn.herodotus.dante</groupId>
<artifactId>dependencies</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<packaging>pom</packaging>

<name>dante-cloud-dependencies</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
</parent>

<artifactId>dante-module-common</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
</parent>

<artifactId>dante-module-security</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-strategy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
</parent>

<artifactId>dante-module-strategy</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-upms-logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
</parent>

<artifactId>dante-module-upms-logic</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-upms-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
</parent>

<artifactId>dante-module-upms-rest</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>dante-cloud</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
</parent>

<artifactId>modules</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<packaging>pom</packaging>

<name>dante-cloud-modules</name>
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
</parent>

<artifactId>authentication-spring-boot-starter</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>dante-cloud</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
</parent>

<artifactId>packages</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<packaging>pom</packaging>

<name>dante-cloud-packages</name>
Expand Down
4 changes: 2 additions & 2 deletions packages/service-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
</parent>

<artifactId>service-spring-boot-starter</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/dante-cloud-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
</parent>

<artifactId>dante-cloud-gateway</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/dante-cloud-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
</parent>

<artifactId>dante-cloud-monitor</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<name>dante-cloud-monitor</name>
<description>dante-cloud-monitor</description>
<dependencies>
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions platform/dante-cloud-uaa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
</parent>

<artifactId>dante-cloud-uaa</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/dante-cloud-upms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>dante-cloud-upms</artifactId>
<version>2.7.3.1</version>
<version>2.7.3.2</version>

<dependencies>
<dependency>
Expand Down
Loading

0 comments on commit ff39992

Please sign in to comment.