You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exactly same we discuss in the mentioned issue in Spring Integration.
I don't think that just regular JMX guarantees a fix like you suggest: better to discuss the fix in the Spring Framework: spring-projects/spring-framework#23608
StephanPraetsch
changed the title
Component name with colon is unsupported in JDK 11
Component name with colon is unsupported in JDK 11 - Unable to register MBean - Invalid character `:' in value
Nov 5, 2021
Wow, what a quick response. That fix really helps, thanks a lot.
So there are 3 reported issues now. In spring-framework, spring-integration and here. Alright, I close this one.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
for JDK 11 a component name must not contain a colon, see here. But the getComponentType() produces a name with colon. For instance
creates
blubb.aws:sqs-message-driven-channel-adapter#0
.A fix might be to replace the colon by a dot, like StephanPraetsch#2 (sorry, I don't know how to target my pull request to your repository)
spring-projects/spring-integration#3051 might describe the same issue but I'm uncertain if it's really the same.
The text was updated successfully, but these errors were encountered: