Github user john9x commented on the pull request:
https://github.com/apache/activemq-artemis/commit/bb84f679363f62e8b2663f63bf23f04133de481d#commitcomment-28265710
In
artemis-server/src/main/java/org/apache/activemq/artemis/core/deployers/impl/FileConfigurationParser.java:
In
artemis-server/src/main/java/org/apache/activemq/artemis/core/deployers/impl/FileConfigurationParser.java
on line 1190:
It seems this changes breaks old HornetQ client in cluster(live-backup)
environment.
`java.lang.IllegalStateException: The following keys are invalid for
configuring a connector: activemq.passwordcodec
at
org.hornetq.core.client.impl.ClientSessionFactoryImpl.checkTransportKeys(ClientSessionFactoryImpl.java:1559)
at
org.hornetq.core.client.impl.ClientSessionFactoryImpl.<init>(ClientSessionFactoryImpl.java:214)
at
org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:863)
`
---