You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/10/19 10:46:15 UTC

[GitHub] [activemq-artemis] brusdev commented on a change in pull request #3799: ARTEMIS-3363 Fix TransportConfiguration extraProps encoding

brusdev commented on a change in pull request #3799:
URL: https://github.com/apache/activemq-artemis/pull/3799#discussion_r731734520



##########
File path: artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/TransportConfiguration.java
##########
@@ -89,6 +93,7 @@ public JsonObject toJson() {
     */
    public TransportConfiguration() {
       this.params = new HashMap<>();
+      this.extraProps = new HashMap<>();

Review comment:
       the equals method would fail because TCPTransportConfigurationSchema could pass an empty map if there are no extra properties




-- 
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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org