5 hours ago
Activiti

7.21.0-rc.64

What's Changed

⬆️ Dependencies

🔨 Other Changes

Full Changelog: https://github.com/Activiti/Activiti/compare/7.21.0-rc.63...7.21.0-rc.64

7 hours ago
quarkus

3.33.1

Complete changelog

  • #48141 - Quarkus JMS documentation wrong?
  • #52934 - Review of the Logging guide
  • #52985 - AmazonLambdaMapperRecorder overrides ObjectMapper property naming strategy, breaking consistent serialization
  • #53078 - Unable to use @ConfigMapping classes in a separate Maven module with Quarkus 3.31.4+ and JSON Applicaiton Model serialization
  • #53079 - Compare PathFilter objects as values
  • #53092 - quarkus-smallrye-stork: Service-registrar config setup silently corrupts service configuration
  • #53116 - Stop overriding ObjectMapper naming strategy in Lambda recorder
  • #53130 - Add missing quarkus.artemis.enabled property to JMS guide
  • #53136 - Fix annotation from @BuildSteps to @BuildStep in devservice guide
  • #53146 - Add missing newlines in rest guide
  • #53159 - Websockets next compression missing header
  • #53162 - [Mandrel 25.0] --future-defaults=all fails IT tests: resteasy-reactive-kotlin-standard, all kafka test, compose-devservices
  • #53170 - Vert.x: do not disable websockets extensions init if websockets-next is present
  • #53185 - Uber jar is creating duplicate classes in target jar file if @Context used
  • #53186 - Fix JFR capability configuration
  • #53187 - Avoid adding original class file if a transformed one is present
  • #53188 - Do not create a public key in devmode when 'smallrye.jwt.verify.key.location' is set
  • #53190 - Fix Stork configs leaks during registration
  • #53192 - Keycloak Dev Service: Unable to create realm with realm-path defined
  • #53194 - Conditionally register DefaultJwtValidator for reflection
  • #53199 - Bump microsoft/setup-msbuild from 2 to 3
  • #53205 - Add an option to disable HTTPS in Keycloak DevService
  • #53207 - NumberFormatException in io.quarkus.kafka.client.runtime.graal.RemoveJMXAccess$Enabled.getAsBoolean when version contains non-numeric values
  • #53211 - Avoid potential NumberFormatException during native compilation of kafka-client
  • #53221 - Bump com.fasterxml.jackson:jackson-bom from 2.21.1 to 2.21.2
  • #53224 - Add a Disable HTTPS note to Keyclok Dev Services doc
  • #53232 - Get rid of ilammy/msvc-dev-cmd action
  • #53238 - Quarkus BOM/maven-plugin 3.32.4 doesn't respect quarkus.test.container.network anymore
  • #53246 - Create network to run containerized app in integration tests
  • #53255 - Upgrade Agroal to 3.0.1
11 hours ago
Activiti
14 hours ago
im-server

Release version 1.4.6

Release note 1.4.6:

  1. 添加网盘存储类型。
  2. 添加可穿戴设备和TV设备类型。
  3. Server SDK添加上传接口。
  4. 解决转移群主给现有群主错误问题。

附件的版本有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

附件的版本有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

20 hours ago
netty

netty-4.1.132.Final

Security

What's Changed

New Contributors

Full Changelog: https://github.com/netty/netty/compare/netty-4.1.131.Final...netty-4.1.132.Final

22 hours ago
netty

netty-4.2.11.Final

Security

What's Changed

New Contributors

Full Changelog: https://github.com/netty/netty/compare/netty-4.2.10.Final...netty-4.2.11.Final