[GitHub] [rocketmq] aaron-ai edited a discussion: Migrate logging related artifact to an independent apache repository.

2023-04-01 Thread GitBox


GitHub user aaron-ai edited a discussion: Migrate logging related artifact to 
an independent apache repository.

The groupId currently used by the logging module in RocketMQ is not very 
neutral, and some developers from the community have suggested that we move it 
under the groupId of `org.apache.rocketmq`. There are two potential solutions 
available:

The first solution is to establish a new repository called rocketmq-logging, 
while the second solution is to place it in 
[rocketmq-external](https://github.com/apache/rocketmq-externals). 

The logging module has the following characteristics: the shaded logback is not 
universal and is specifically shaded for RocketMQ. this is a project customized 
for the RocketMQ main repository. However, Maven multi-module projects are not 
very friendly towards the independent shaded modules, so it is not very 
suitable to have it in the RocketMQ main repository.

Additionally, since ASF repositories cannot be deleted and can only be 
archived, we need to carefully consider this to avoid unnecessary archiving 
operations in the future. for example: 
[rocketmq-client-rust](https://github.com/apache/rocketmq-client-rust)

GitHub link: https://github.com/apache/rocketmq/discussions/6526


This is an automatically sent email for dev@rocketmq.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org



[ANNOUNCE] Release Apache RocketMQ 4.9.5

2023-04-01 Thread jinrongtong
Hello RocketMQ Community,

The Apache RocketMQ team would like to announce the release of Apache RocketMQ 
4.9.5.

This release fixes some bugs and supports bname in protocol for 4.9.5 client 
accessing proxy.

More details regarding Apache RocketMQ can be found at:
http://rocketmq.apache.org/

The release artifacts can be downloaded here:
https://dist.apache.org/repos/dist/release/rocketmq/4.9.5/rocketmq-all-4.9.5-source-release.zip
https://dist.apache.org/repos/dist/release/rocketmq/4.9.5/rocketmq-all-4.9.5-bin-release.zip

The release notes can be found here:
https://rocketmq.apache.org/release-notes/2023/03/26/4.9.5

The artifacts have been signed with Key :
EC9F268B4C20590138B11FE701420E4292296EAE, which can be found in the keys file:
https://dist.apache.org/repos/dist/dev/rocketmq/KEYS

Thanks,
The Apache RocketMQ Team