mattisonchao opened a new pull request, #15779: URL: https://github.com/apache/pulsar/pull/15779
### Motivation PR #15633 uses the API `Map.of()` introduced in JDK 9, but branch-2.9 needs to be compiled in JDK 8. ### Modification - Use `Collections.unmodifiableMap(map)` to instead of `Map.of()` -- 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]
