Adding the suffix '2' to the new message package to easily distinguish it from the older code.
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/99fa822c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/99fa822c Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/99fa822c Branch: refs/heads/rajith-codec Commit: 99fa822cd5754f65725c2aafdb3b55391307f26a Parents: d12a126 Author: Rajith Attapattu <[email protected]> Authored: Wed May 13 13:04:39 2015 -0400 Committer: Rajith Attapattu <[email protected]> Committed: Wed May 13 13:04:39 2015 -0400 ---------------------------------------------------------------------- .../src/main/java/org/apache/qpid/proton/message2/Accepted.java | 2 +- .../src/main/java/org/apache/qpid/proton/message2/Modified.java | 2 +- .../src/main/java/org/apache/qpid/proton/message2/Received.java | 2 +- .../src/main/java/org/apache/qpid/proton/message2/Rejected.java | 4 ++-- .../src/main/java/org/apache/qpid/proton/message2/Released.java | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/99fa822c/proton-j/src/main/java/org/apache/qpid/proton/message2/Accepted.java ---------------------------------------------------------------------- diff --git a/proton-j/src/main/java/org/apache/qpid/proton/message2/Accepted.java b/proton-j/src/main/java/org/apache/qpid/proton/message2/Accepted.java index 4c5caa9..8cf4440 100644 --- a/proton-j/src/main/java/org/apache/qpid/proton/message2/Accepted.java +++ b/proton-j/src/main/java/org/apache/qpid/proton/message2/Accepted.java @@ -25,7 +25,7 @@ import org.apache.qpid.proton.codec2.DecodeException; import org.apache.qpid.proton.codec2.DescribedTypeFactory; import org.apache.qpid.proton.codec2.Encodable; import org.apache.qpid.proton.codec2.Encoder; -import org.apache.qpid.proton.transport.DeliveryState; +import org.apache.qpid.proton.transport2.DeliveryState; public final class Accepted implements DeliveryState, Outcome, Encodable { http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/99fa822c/proton-j/src/main/java/org/apache/qpid/proton/message2/Modified.java ---------------------------------------------------------------------- diff --git a/proton-j/src/main/java/org/apache/qpid/proton/message2/Modified.java b/proton-j/src/main/java/org/apache/qpid/proton/message2/Modified.java index f9f549f..47bac03 100644 --- a/proton-j/src/main/java/org/apache/qpid/proton/message2/Modified.java +++ b/proton-j/src/main/java/org/apache/qpid/proton/message2/Modified.java @@ -29,7 +29,7 @@ import org.apache.qpid.proton.codec2.DecodeException; import org.apache.qpid.proton.codec2.DescribedTypeFactory; import org.apache.qpid.proton.codec2.Encodable; import org.apache.qpid.proton.codec2.Encoder; -import org.apache.qpid.proton.transport.DeliveryState; +import org.apache.qpid.proton.transport2.DeliveryState; public final class Modified implements DeliveryState, Outcome, Encodable { http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/99fa822c/proton-j/src/main/java/org/apache/qpid/proton/message2/Received.java ---------------------------------------------------------------------- diff --git a/proton-j/src/main/java/org/apache/qpid/proton/message2/Received.java b/proton-j/src/main/java/org/apache/qpid/proton/message2/Received.java index 5c102ef..7f7945d 100644 --- a/proton-j/src/main/java/org/apache/qpid/proton/message2/Received.java +++ b/proton-j/src/main/java/org/apache/qpid/proton/message2/Received.java @@ -27,7 +27,7 @@ import org.apache.qpid.proton.codec2.DecodeException; import org.apache.qpid.proton.codec2.DescribedTypeFactory; import org.apache.qpid.proton.codec2.Encodable; import org.apache.qpid.proton.codec2.Encoder; -import org.apache.qpid.proton.transport.DeliveryState; +import org.apache.qpid.proton.transport2.DeliveryState; public final class Received implements DeliveryState, Encodable { http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/99fa822c/proton-j/src/main/java/org/apache/qpid/proton/message2/Rejected.java ---------------------------------------------------------------------- diff --git a/proton-j/src/main/java/org/apache/qpid/proton/message2/Rejected.java b/proton-j/src/main/java/org/apache/qpid/proton/message2/Rejected.java index 90cbb56..2fe0a80 100644 --- a/proton-j/src/main/java/org/apache/qpid/proton/message2/Rejected.java +++ b/proton-j/src/main/java/org/apache/qpid/proton/message2/Rejected.java @@ -27,8 +27,8 @@ import org.apache.qpid.proton.codec2.DecodeException; import org.apache.qpid.proton.codec2.DescribedTypeFactory; import org.apache.qpid.proton.codec2.Encodable; import org.apache.qpid.proton.codec2.Encoder; -import org.apache.qpid.proton.transport.DeliveryState; -import org.apache.qpid.proton.transport.ErrorCondition; +import org.apache.qpid.proton.transport2.DeliveryState; +import org.apache.qpid.proton.transport2.ErrorCondition; public final class Rejected implements DeliveryState, Outcome, Encodable { http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/99fa822c/proton-j/src/main/java/org/apache/qpid/proton/message2/Released.java ---------------------------------------------------------------------- diff --git a/proton-j/src/main/java/org/apache/qpid/proton/message2/Released.java b/proton-j/src/main/java/org/apache/qpid/proton/message2/Released.java index 62a4c66..18407f2 100644 --- a/proton-j/src/main/java/org/apache/qpid/proton/message2/Released.java +++ b/proton-j/src/main/java/org/apache/qpid/proton/message2/Released.java @@ -25,7 +25,7 @@ import org.apache.qpid.proton.codec2.DecodeException; import org.apache.qpid.proton.codec2.DescribedTypeFactory; import org.apache.qpid.proton.codec2.Encodable; import org.apache.qpid.proton.codec2.Encoder; -import org.apache.qpid.proton.transport.DeliveryState; +import org.apache.qpid.proton.transport2.DeliveryState; public final class Released implements DeliveryState, Outcome, Encodable { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
