You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2018/10/25 15:04:57 UTC

[1/2] activemq-artemis git commit: ARTEMIS-2148 Fixing typo where getDoubleProperty marks body as changed

Repository: activemq-artemis
Updated Branches:
  refs/heads/master f6fc4a58b -> 8099ded5d


ARTEMIS-2148 Fixing typo where getDoubleProperty marks body as changed


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/04e278cd
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/04e278cd
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/04e278cd

Branch: refs/heads/master
Commit: 04e278cd155de0e88ab1bea659da1a2b71e96c39
Parents: f6fc4a5
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Oct 25 10:41:02 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Oct 25 10:41:02 2018 -0400

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/core/message/impl/CoreMessage.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/04e278cd/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java
----------------------------------------------------------------------
diff --git a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java
index 2052991..134ee5e 100644
--- a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java
+++ b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java
@@ -985,7 +985,6 @@ public class CoreMessage extends RefCountMessage implements ICoreMessage {
 
    @Override
    public Double getDoubleProperty(final SimpleString key) throws ActiveMQPropertyConversionException {
-      messageChanged();
       checkProperties();
       return properties.getDoubleProperty(key);
    }


[2/2] activemq-artemis git commit: This closes #2394

Posted by jb...@apache.org.
This closes #2394


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/8099ded5
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8099ded5
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8099ded5

Branch: refs/heads/master
Commit: 8099ded5dbd443aa4d5f11103305e4543100a936
Parents: f6fc4a5 04e278c
Author: Justin Bertram <jb...@apache.org>
Authored: Thu Oct 25 09:53:30 2018 -0500
Committer: Justin Bertram <jb...@apache.org>
Committed: Thu Oct 25 09:53:30 2018 -0500

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/core/message/impl/CoreMessage.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------