diff --git a/README.md b/README.md index 16a38165..2fc09bc7 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Nacos 2.4.3

- Version 3.3.4.1 - Dante Engine 3.3.4.1 - Dante OSS 3.3.4.1 + Version 3.3.4.2 + Dante Engine 3.3.4.2 + Dante OSS 3.3.4.2 Java 17 License AGPL 3.0 Total Visits @@ -327,6 +327,7 @@ Dante Cloud 已通过由第三方进行的软件出厂安全测试以及等保 | 45 | [song](https://gitee.com/Song_space) | :white_check_mark: | 46 | [天然喵](https://gitee.com/natural-meow) | :white_check_mark: | 47 | [firebull](https://gitee.com/firebull) | :white_check_mark: | 48 | [心有猛虎细嗅蔷薇](https://gitee.com/fenganye90) | :white_check_mark: | | 49 | [Sukari](https://gitee.com/Sukari) | :white_check_mark: | 50 | [生活](https://gitee.com/liveok) | :white_check_mark: | 51 | [hero_zhjms](https://gitee.com/hero_zhjms) | :white_check_mark: | 52 | [panza](https://gitee.com/panza) | :white_check_mark: | | 53 | [nian8](https://gitee.com/nian8) | :white_check_mark: | 54 | [永恒](https://gitee.com/eternycyh) | :white_check_mark: | 55 | [klaus_pd](https://gitee.com/klaus_pd) | :white_check_mark: | 56 | [starry](https://gitee.com/starry_fanxin) | :white_check_mark: | +| 57 | [George96](https://gitee.com/george96) | :white_check_mark: | 58 | [chenfeida](https://gitee.com/cheffd_admin) | :white_check_mark: | 59 | [zt](https://gitee.com/javazhangtao) | :white_check_mark: | 60 | [曹维裕](https://gitee.com/dsky) | :white_check_mark: | ## [14]、鸣谢 diff --git a/configurations/backup/alibaba/3.3.4.2/nacos_config_export_20240531173140.zip b/configurations/backup/alibaba/3.3.4.2/nacos_config_export_20240531173140.zip new file mode 100644 index 00000000..c3569212 Binary files /dev/null and b/configurations/backup/alibaba/3.3.4.2/nacos_config_export_20240531173140.zip differ diff --git a/configurations/backup/tencent/3.3.4.2/polaris_config_202405311904.zip b/configurations/backup/tencent/3.3.4.2/polaris_config_202405311904.zip new file mode 100644 index 00000000..fc5e846f Binary files /dev/null and b/configurations/backup/tencent/3.3.4.2/polaris_config_202405311904.zip differ diff --git a/configurations/docker/docker-compose/linux/herodotus/.env b/configurations/docker/docker-compose/linux/herodotus/.env index 90163a47..b793fd54 100644 --- a/configurations/docker/docker-compose/linux/herodotus/.env +++ b/configurations/docker/docker-compose/linux/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.3.4.1 +VERSION=3.3.4.2 SPRING_PROFILES_ACTIVE=alibaba PROFILE=development DATABASE=postgresql diff --git a/configurations/docker/docker-compose/windows/herodotus/.env b/configurations/docker/docker-compose/windows/herodotus/.env index bd63e485..9f098ff1 100644 --- a/configurations/docker/docker-compose/windows/herodotus/.env +++ b/configurations/docker/docker-compose/windows/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.3.4.1 +VERSION=3.3.4.2 SPRING_PROFILES_ACTIVE=alibaba PROFILE=development DATABASE=postgresql diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 4a80f89c..1becbd97 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -28,7 +28,7 @@ cn.herodotus.engine dependencies - 3.3.4.1 + 3.3.4.2 diff --git a/modules/dante-module-common/pom.xml b/modules/dante-module-common/pom.xml index af94bbbd..9a6e1405 100644 --- a/modules/dante-module-common/pom.xml +++ b/modules/dante-module-common/pom.xml @@ -28,7 +28,7 @@ modules cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 dante-module-common diff --git a/modules/dante-module-metadata/pom.xml b/modules/dante-module-metadata/pom.xml index 5b6dad93..9e483780 100644 --- a/modules/dante-module-metadata/pom.xml +++ b/modules/dante-module-metadata/pom.xml @@ -28,7 +28,7 @@ modules cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 dante-module-metadata diff --git a/modules/dante-module-social/pom.xml b/modules/dante-module-social/pom.xml index 89d5cc2f..c9dba5a8 100644 --- a/modules/dante-module-social/pom.xml +++ b/modules/dante-module-social/pom.xml @@ -28,7 +28,7 @@ modules cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 dante-module-social diff --git a/modules/dante-module-strategy/pom.xml b/modules/dante-module-strategy/pom.xml index 72b4fa02..dfd0ae94 100644 --- a/modules/dante-module-strategy/pom.xml +++ b/modules/dante-module-strategy/pom.xml @@ -28,7 +28,7 @@ modules cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 dante-module-strategy diff --git a/modules/pom.xml b/modules/pom.xml index 382b81d4..033cffd3 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 modules diff --git a/monomer/monomer-application/pom.xml b/monomer/monomer-application/pom.xml index a0351e79..c74d8f8c 100644 --- a/monomer/monomer-application/pom.xml +++ b/monomer/monomer-application/pom.xml @@ -27,7 +27,7 @@ cn.herodotus.dante monomer - 3.3.4.1 + 3.3.4.2 monomer-application diff --git a/monomer/monomer-autoconfigure/pom.xml b/monomer/monomer-autoconfigure/pom.xml index 491b2849..7023df0b 100644 --- a/monomer/monomer-autoconfigure/pom.xml +++ b/monomer/monomer-autoconfigure/pom.xml @@ -27,7 +27,7 @@ cn.herodotus.dante monomer - 3.3.4.1 + 3.3.4.2 monomer-autoconfigure diff --git a/monomer/pom.xml b/monomer/pom.xml index 4e4c5264..9a62e538 100644 --- a/monomer/pom.xml +++ b/monomer/pom.xml @@ -27,7 +27,7 @@ cn.herodotus.dante dante-cloud - 3.3.4.1 + 3.3.4.2 monomer diff --git a/packages/authentication-spring-boot-starter/pom.xml b/packages/authentication-spring-boot-starter/pom.xml index 714278bf..c1bcf69c 100644 --- a/packages/authentication-spring-boot-starter/pom.xml +++ b/packages/authentication-spring-boot-starter/pom.xml @@ -28,7 +28,7 @@ packages cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 authentication-spring-boot-starter diff --git a/packages/facility-spring-boot-starter/pom.xml b/packages/facility-spring-boot-starter/pom.xml index 66bdcff3..9a7ff966 100644 --- a/packages/facility-spring-boot-starter/pom.xml +++ b/packages/facility-spring-boot-starter/pom.xml @@ -26,7 +26,7 @@ packages cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 4.0.0 diff --git a/packages/pom.xml b/packages/pom.xml index 481c8c11..24b15049 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 packages diff --git a/packages/service-spring-boot-starter/pom.xml b/packages/service-spring-boot-starter/pom.xml index acc0244d..e5f2d5c2 100644 --- a/packages/service-spring-boot-starter/pom.xml +++ b/packages/service-spring-boot-starter/pom.xml @@ -28,7 +28,7 @@ packages cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 service-spring-boot-starter diff --git a/platform/dante-cloud-gateway/pom.xml b/platform/dante-cloud-gateway/pom.xml index 65191824..0d850c72 100644 --- a/platform/dante-cloud-gateway/pom.xml +++ b/platform/dante-cloud-gateway/pom.xml @@ -28,7 +28,7 @@ platform cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 dante-cloud-gateway diff --git a/platform/dante-cloud-message/pom.xml b/platform/dante-cloud-message/pom.xml index ff25be4d..8fcd23b0 100644 --- a/platform/dante-cloud-message/pom.xml +++ b/platform/dante-cloud-message/pom.xml @@ -27,7 +27,7 @@ cn.herodotus.dante platform - 3.3.4.1 + 3.3.4.2 dante-cloud-message diff --git a/platform/dante-cloud-monitor/pom.xml b/platform/dante-cloud-monitor/pom.xml index e4e83df5..9dcf1b3c 100644 --- a/platform/dante-cloud-monitor/pom.xml +++ b/platform/dante-cloud-monitor/pom.xml @@ -26,11 +26,11 @@ platform cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 dante-cloud-monitor - 3.3.4.1 + 3.3.4.2 dante-cloud-monitor dante-cloud-monitor diff --git a/platform/dante-cloud-uaa/pom.xml b/platform/dante-cloud-uaa/pom.xml index 90c75475..56127580 100644 --- a/platform/dante-cloud-uaa/pom.xml +++ b/platform/dante-cloud-uaa/pom.xml @@ -28,7 +28,7 @@ platform cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 dante-cloud-uaa diff --git a/platform/dante-cloud-upms/pom.xml b/platform/dante-cloud-upms/pom.xml index 0e13a762..df5fef5d 100644 --- a/platform/dante-cloud-upms/pom.xml +++ b/platform/dante-cloud-upms/pom.xml @@ -26,12 +26,12 @@ platform cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 4.0.0 dante-cloud-upms - 3.3.4.1 + 3.3.4.2 diff --git a/platform/pom.xml b/platform/pom.xml index 31d1f472..f69b73d4 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 platform diff --git a/pom.xml b/pom.xml index bd181a16..753eb512 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ cn.herodotus.dante dependencies - 3.3.4.1 + 3.3.4.2 dependencies/pom.xml diff --git a/services/dante-cloud-bpmn-ability/pom.xml b/services/dante-cloud-bpmn-ability/pom.xml index c2bcc15a..f2f6f88b 100644 --- a/services/dante-cloud-bpmn-ability/pom.xml +++ b/services/dante-cloud-bpmn-ability/pom.xml @@ -27,11 +27,11 @@ services cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 dante-cloud-bpmn-ability - 3.3.4.1 + 3.3.4.2 dante-cloud-bpmn-ability 基于Camunda工作流的服务 diff --git a/services/dante-cloud-bpmn-logic/pom.xml b/services/dante-cloud-bpmn-logic/pom.xml index 0a210c83..60e3851a 100644 --- a/services/dante-cloud-bpmn-logic/pom.xml +++ b/services/dante-cloud-bpmn-logic/pom.xml @@ -28,7 +28,7 @@ services cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 dante-cloud-bpmn-logic diff --git a/services/dante-cloud-oss-ability/pom.xml b/services/dante-cloud-oss-ability/pom.xml index 5612398f..295b54c1 100644 --- a/services/dante-cloud-oss-ability/pom.xml +++ b/services/dante-cloud-oss-ability/pom.xml @@ -27,7 +27,7 @@ cn.herodotus.dante services - 3.3.4.1 + 3.3.4.2 dante-cloud-oss-ability diff --git a/services/pom.xml b/services/pom.xml index fb420f18..e9fcf47f 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.4.1 + 3.3.4.2 services