Aias00 opened a new pull request, #2007: URL: https://github.com/apache/rocketmq-dashboard/pull/2007
## Summary - add an update-only ACL user repository contract - return `404` when an ACL user is deleted concurrently instead of recreating its identity and credentials - retain the existing create-user insert path and credential masking behavior This does not overlap #1881 (ACL rule replacement) or #1622 (frontend admin-switch request tracking). ## Verification - `JAVA_HOME=$(/usr/libexec/java_home -v 21) mvn -q -f server/pom.xml -Dtest=AclServiceTest,MybatisPlusAclRepositoryTest test` - `JAVA_HOME=$(/usr/libexec/java_home -v 21) mvn -q -f server/pom.xml -DskipTests package` - `git diff --check` Closes #2006 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
