7.20.0-rc.1041
- build(deps): bump Alfresco/alfresco-build-tools/.github/workflows/pr-review-check.yml from 13.0.0 to 15.2.0 by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5314
- build(deps): bump github/codeql-action from 4.32.3 to 4.32.4 in the github-actions group across 1 directory by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5312
- build(deps): bump the maven-plugins group with 3 updates by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5310
Full Changelog: https://github.com/Activiti/Activiti/compare/7.20.0-rc.1040...7.20.0-rc.1041
Release version 1.4.5
Release note 1.4.5:
- 解决删除用户时保留信息错误问题。
- Server API获取用户信息时,可以指定是否获取已删除用户。
- 好友关系表添加一个索引。
- 支持PC端锁定功能。
附件的版本有3种格式,分别是Java通用版本、Deb格式安装包和Rpm格式安装包包,可以根据平台或者自己的习惯下载其中一种软件包。另外在Github也可以下载。也可以下载我们网站上的最新版本,通用Java包,deb格式安装包和rpm格式安装包。 *** 0.42 版本增加了群成员数限制,默认为2000。如果您想修改默认值,可以在升级版本之后,修改t_setting表,把默认的大小改为您期望的。另外修改t_group表,把已经存在的群组max_member_count改成您期望的,然后重启。*** *** 0.46和0.47版本升级到0.48及以后版本时,可能会提示flyway migrate 38错误,请执行 修复脚本 进行修复。0.46和0.47版本之外的版本不会出现此问题。*** *** 0.50版本添加了是否允许客户端发送群操作通知的配置。如果您在客户端自定义群通知,需要在服务器端配置允许,没有使用自定义群操作通知的不受影响。*** *** 从0.54之前版本升级到0.54及以后版本时,会提示flyway migrate错误。因为0.54版本删除了sql脚本中默认敏感词的内容,flyway checksum失败。请执行
update flyway_schema_history set checksum = 0 where script = 'V17__add_default_sensitive_word.sql';来修复。*** *** 从0.59之前的版本升级到之后的版本执行数据库升级时间比较长,请耐心等待提示运行成功,避免中途中断。 *** *** 0.62/0.63 版本有严重的问题,请使用0.64及以后版本,或者0.61版。 *** *** 从0.68 版本起添加了pc在线是否默认手机接收推送的开关,默认为开,与以前版本作用相反,请注意兼容(可以关掉与之前保持一致或者升级客户端) *** *** 从0.78 版本起把MySQL数据库中关键字都改为大小写敏感,另外生成id的方法也做了改变,只生成小写的id,避免出现id重复的问题,建议所有客户都升级 *** *** 从0.79 版本起把log4j升级到log4j2,因为log4j已经不再维护而且还有已知的漏洞,建议所有客户都升级,升级时注意更新log4j2的配置文件 *** *** 0.97版本更改了启动脚本wildfirechat.sh,如果是升级服务,请注意更新启动脚本。*** *** 1.3.8版本添加了server api发送消息的限制,限制消息体最大内容不能超过64KB,如果升级请注意业务系统发送消息大小。***
请参考附件的 release_note.md
7.20.0-rc.1039
- build(deps): bump Alfresco/alfresco-build-tools/.github/workflows/pr-review-check.yml from 12.11.0 to 13.0.0 by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5298
- build(deps): bump Alfresco/alfresco-build-tools from 12.11.0 to 13.0.0 by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5297
- build(deps): bump github/codeql-action from 4.32.2 to 4.32.3 in the github-actions group across 1 directory by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5296
- build(deps-dev): bump org.postgresql:postgresql from 42.7.9 to 42.7.10 by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5295
- MNT-25450: incorrect 'total' calculation when querying historic proce… by @vrmoreira in https://github.com/Activiti/Activiti/pull/5237
- ACTIVITI-5664 - update jakarta by @andashyland in https://github.com/Activiti/Activiti/pull/5300
- MNT-25496: update the task on every TaskListener (if there are change… by @vrmoreira in https://github.com/Activiti/Activiti/pull/5267
- Adding missed out files in pr #5062 by @arpanhyland in https://github.com/Activiti/Activiti/pull/5306
- @andashyland made their first contribution in https://github.com/Activiti/Activiti/pull/5300
Full Changelog: https://github.com/Activiti/Activiti/compare/7.20.0-rc.1037...7.20.0-rc.1039
Apache Shiro 3.0.0-alpha-1-Vote
- [#1548] - redefines PrincipalCollection interface to be intended as immutable by @janitza-mage in https://github.com/apache/shiro/pull/1582
- Fix deprecation warnings by @lprimak in https://github.com/apache/shiro/pull/1630
- Refactor: AssertJ best practices by @timtebeek by @lprimak in https://github.com/apache/shiro/pull/1454
- Set pom version to 3.0.0-SNAPSHOT by @fpapon in https://github.com/apache/shiro/pull/1646
- [#1499] - Deleted Quartz module. by @Himakar in https://github.com/apache/shiro/pull/1581
- Revert "[#1499] - Deleted Quartz module." by @lprimak in https://github.com/apache/shiro/pull/1820
- chore(deps): update to junit 6.0.1 and consolidate junit engine and a… by @lprimak in https://github.com/apache/shiro/pull/2358
- chore(3.x): Migrate to jakarta EE 10 using OpenRewrite by @rgcv in https://github.com/apache/shiro/pull/2224
- [#1585] Migrate to Jakarta EE 10 (3.x) by @rgcv in https://github.com/apache/shiro/pull/2018
- enh[3.x]: Adds default NoAccess configuration to the default filter chain by @lprimak in https://github.com/apache/shiro/pull/2461
- [#1585] Jakarta namespace and java 17 for 3x by @nsoft in https://github.com/apache/shiro/pull/2017
- chore(deps): bump ch.qos.logback:logback-core from 1.5.26 to 1.5.27 by @dependabot[bot] in https://github.com/apache/shiro/pull/2515
- chore(deps-dev): bump io.openliberty.tools:liberty-maven-plugin from 3.11.5 to 3.12.0 by @dependabot[bot] in https://github.com/apache/shiro/pull/2513
- chore(deps-dev): bump org.jboss.arquillian.graphene:graphene-webdriver from 3.0.0-alpha.4 to 3.0.0.Final by @dependabot[bot] in https://github.com/apache/shiro/pull/2512
- chore(deps): bump ch.qos.logback:logback-classic from 1.5.26 to 1.5.27 by @dependabot[bot] in https://github.com/apache/shiro/pull/2511
- chore(deps): bump the github-dependencies group with 2 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2510
- Enable markdownlint rule MD040 by @jbampton in https://github.com/apache/shiro/pull/2507
- CONTRIBUTING: whitespace cleanup for codeblocks by @jbampton in https://github.com/apache/shiro/pull/2506
- Actions labeler: add label for groovy files by @jbampton in https://github.com/apache/shiro/pull/2491
- Add 3 more pre-commit hooks by @jbampton in https://github.com/apache/shiro/pull/2490
- [3.x] Karaf needs update by @fpapon in https://github.com/apache/shiro/pull/2517
- pre-commit: add markdown-link-check by @jbampton in https://github.com/apache/shiro/pull/2519
- Fix typos in java integration-tests for jakarta-ee by @jbampton in https://github.com/apache/shiro/pull/2520
- chore: regenerate ignored words list
codespell.txtby @jbampton in https://github.com/apache/shiro/pull/2521 - Enable markdown-lint rule MD034 by @jbampton in https://github.com/apache/shiro/pull/2522
- markdown-lint: set line length to 180 by @jbampton in https://github.com/apache/shiro/pull/2523
- chore: fix typos in Java tests by @jbampton in https://github.com/apache/shiro/pull/2524
- chore: standardize markdown heading underlines by @jbampton in https://github.com/apache/shiro/pull/2525
- chore: fix spelling / word casing in java docs by @jbampton in https://github.com/apache/shiro/pull/2526
- yamllint enable rule checking for comments by @jbampton in https://github.com/apache/shiro/pull/2527
- [#2489] Add CITATION.cff for Apache Shiro by @iampratap7997-dot in https://github.com/apache/shiro/pull/2518
- gha: actions/checkout set
persist-credentials: falseby @jbampton in https://github.com/apache/shiro/pull/2532 - chore: remove unneeded duplicate words in java docs by @jbampton in https://github.com/apache/shiro/pull/2531
- gha: pr labeler label more file types by @jbampton in https://github.com/apache/shiro/pull/2530
- Add official pre-commit hook pretty-format-json by @jbampton in https://github.com/apache/shiro/pull/2529
- yamllint add rule checking for braces and brackets by @jbampton in https://github.com/apache/shiro/pull/2528
- chore: standardize XML declarations by @jbampton in https://github.com/apache/shiro/pull/2558
- chore(deps-dev): bump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.28.0 by @dependabot[bot] in https://github.com/apache/shiro/pull/2555
- misc(java): remove unneeded duplicate words by @jbampton in https://github.com/apache/shiro/pull/2556
- chore(deps): bump org.apache.maven.plugins:maven-war-plugin from 3.4.0 to 3.5.1 by @dependabot[bot] in https://github.com/apache/shiro/pull/2553
- chore(deps): bump org.apache.johnzon:johnzon-jsonb from 1.2.21 to 1.2.22 by @dependabot[bot] in https://github.com/apache/shiro/pull/2552
- chore(deps): bump github/codeql-action from 4.32.1 to 4.32.2 in the github-dependencies group by @dependabot[bot] in https://github.com/apache/shiro/pull/2536
- chore(deps): bump org.apache.commons:commons-configuration2 from 2.12.0 to 2.13.0 by @dependabot[bot] in https://github.com/apache/shiro/pull/2551
- chore(deps): bump org.apache.cxf:cxf-bom from 3.6.7 to 3.6.9 by @dependabot[bot] in https://github.com/apache/shiro/pull/2550
- chore(deps): bump ch.qos.logback:logback-classic from 1.5.27 to 1.5.28 by @dependabot[bot] in https://github.com/apache/shiro/pull/2548
- chore(deps): bump org.apache.rat:apache-rat-plugin from 0.16.1 to 0.17 by @dependabot[bot] in https://github.com/apache/shiro/pull/2545
- chore(deps-dev): bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in https://github.com/apache/shiro/pull/2533
- chore(deps): bump org.apache.cxf:cxf-rt-rs-client from 3.6.7 to 3.6.9 by @dependabot[bot] in https://github.com/apache/shiro/pull/2542
- chore(deps): bump ch.qos.logback:logback-core from 1.5.27 to 1.5.28 by @dependabot[bot] in https://github.com/apache/shiro/pull/2541
- chore(deps): bump commons-cli:commons-cli from 1.9.0 to 1.11.0 by @dependabot[bot] in https://github.com/apache/shiro/pull/2537
- chore(deps): bump org.apache.karaf.features:framework from 4.4.7 to 4.4.9 by @dependabot[bot] in https://github.com/apache/shiro/pull/2540
- yamllint enable rule checking for line length by @jbampton in https://github.com/apache/shiro/pull/2557
- chore(deps-dev): bump org.apache.cxf:cxf-rt-frontend-jaxrs from 3.6.7 to 3.6.9 by @dependabot[bot] in https://github.com/apache/shiro/pull/2543
- Add EditorConfig checker with pre-commit by @jbampton in https://github.com/apache/shiro/pull/2559
- chore(deps): bump ch.qos.logback:logback-core from 1.5.28 to 1.5.32 by @dependabot[bot] in https://github.com/apache/shiro/pull/2573
- chore(deps): bump ch.qos.logback:logback-classic from 1.5.28 to 1.5.32 by @dependabot[bot] in https://github.com/apache/shiro/pull/2572
- chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3 in the github-dependencies group by @dependabot[bot] in https://github.com/apache/shiro/pull/2564
- chore(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.3.0 to 4.3.1 by @dependabot[bot] in https://github.com/apache/shiro/pull/2566
- chore(deps): bump org.apache.cxf:cxf-rt-rs-client from 3.6.9 to 3.6.10 by @dependabot[bot] in https://github.com/apache/shiro/pull/2571
- chore(deps): bump org.apache.cxf:cxf-bom from 3.6.9 to 3.6.10 by @dependabot[bot] in https://github.com/apache/shiro/pull/2570
- chore(deps): bump bytebuddy.version from 1.18.4 to 1.18.5 by @dependabot[bot] in https://github.com/apache/shiro/pull/2568
- chore(deps): bump org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom from 3.3.4 to 3.3.5 by @dependabot[bot] in https://github.com/apache/shiro/pull/2567
- chore(deps-dev): bump org.apache.cxf:cxf-rt-frontend-jaxrs from 3.6.9 to 3.6.10 by @dependabot[bot] in https://github.com/apache/shiro/pull/2565
- chore(deps): bump org.apache.karaf.features:framework from 4.4.9 to 4.4.10 by @dependabot[bot] in https://github.com/apache/shiro/pull/2569
- chore(deps): bump com.github.mjeanroy:junit-servers-jetty-9 from 3.4.0 to 3.5.0 by @dependabot[bot] in https://github.com/apache/shiro/pull/2561
- [#2488] chore: add .gitattributes file for line ending normalization and file… by @lprimak in https://github.com/apache/shiro/pull/2574
- [#1862] [3.0] Support for JDK 25 scoped values by @lprimak in https://github.com/apache/shiro/pull/2485
- @janitza-mage made their first contribution in https://github.com/apache/shiro/pull/1582
- @Himakar made their first contribution in https://github.com/apache/shiro/pull/1581
- @rgcv made their first contribution in https://github.com/apache/shiro/pull/2224
- @nsoft made their first contribution in https://github.com/apache/shiro/pull/2017
- @iampratap7997-dot made their first contribution in https://github.com/apache/shiro/pull/2518
Full Changelog: https://github.com/apache/shiro/compare/shiro-root-2.1.0...shiro-root-3.0.0-alpha-1