[jira] [Commented] (PROTON-1338) Go: make binding compatible with older C libraries, update `go get`

2016-11-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627531#comment-15627531
 ] 

ASF subversion and git services commented on PROTON-1338:
-

Commit d2341683babb52b8143bea9f233fb465c89ba4c3 in qpid-proton's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=d234168 ]

PROTON-1338: Go: update package documentation.


> Go: make binding compatible with older C libraries, update `go get` 
> 
>
> Key: PROTON-1338
> URL: https://issues.apache.org/jira/browse/PROTON-1338
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: go-binding
>Affects Versions: 0.14.0, 0.15.0
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: 0.16.0
>
>
> There have been improvements to the Go binding that are not available via
> `go get`. Remove the dependency on pn_connection_engine (it is a small amount 
> of code to rewrite in Go) so that the latest binding can be published and is 
> binary compatible with older proton C libraries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1338) Go: make binding compatible with older C libraries, update `go get`

2016-11-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627527#comment-15627527
 ] 

ASF subversion and git services commented on PROTON-1338:
-

Commit d2341683babb52b8143bea9f233fb465c89ba4c3 in qpid-proton's branch 
refs/heads/go1 from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=d234168 ]

PROTON-1338: Go: update package documentation.


> Go: make binding compatible with older C libraries, update `go get` 
> 
>
> Key: PROTON-1338
> URL: https://issues.apache.org/jira/browse/PROTON-1338
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: go-binding
>Affects Versions: 0.14.0, 0.15.0
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: 0.16.0
>
>
> There have been improvements to the Go binding that are not available via
> `go get`. Remove the dependency on pn_connection_engine (it is a small amount 
> of code to rewrite in Go) so that the latest binding can be published and is 
> binary compatible with older proton C libraries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1338) Go: make binding compatible with older C libraries, update `go get`

2016-11-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627528#comment-15627528
 ] 

ASF subversion and git services commented on PROTON-1338:
-

Commit 500fd8853998023212d72e3ee62032ce01cee5d8 in qpid-proton's branch 
refs/heads/go1 from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=500fd88 ]

PROTON-1338: Go: update package documentation.

Merge branch 'master' into go1 for more updated package documentation.


> Go: make binding compatible with older C libraries, update `go get` 
> 
>
> Key: PROTON-1338
> URL: https://issues.apache.org/jira/browse/PROTON-1338
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: go-binding
>Affects Versions: 0.14.0, 0.15.0
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: 0.16.0
>
>
> There have been improvements to the Go binding that are not available via
> `go get`. Remove the dependency on pn_connection_engine (it is a small amount 
> of code to rewrite in Go) so that the latest binding can be published and is 
> binary compatible with older proton C libraries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1338) Go: make binding compatible with older C libraries, update `go get`

2016-11-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627510#comment-15627510
 ] 

ASF subversion and git services commented on PROTON-1338:
-

Commit b64d0fa630f81d58f69f844856818dd2ba315807 in qpid-proton's branch 
refs/heads/go1 from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=b64d0fa ]

PROTON-1338: Go: update package documentation.

Clarify AMQP 1.0 support to distinguish from other Go AMQP clients supporting
draft versions of AMQP.


> Go: make binding compatible with older C libraries, update `go get` 
> 
>
> Key: PROTON-1338
> URL: https://issues.apache.org/jira/browse/PROTON-1338
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: go-binding
>Affects Versions: 0.14.0, 0.15.0
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: 0.16.0
>
>
> There have been improvements to the Go binding that are not available via
> `go get`. Remove the dependency on pn_connection_engine (it is a small amount 
> of code to rewrite in Go) so that the latest binding can be published and is 
> binary compatible with older proton C libraries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1338) Go: make binding compatible with older C libraries, update `go get`

2016-11-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627511#comment-15627511
 ] 

ASF subversion and git services commented on PROTON-1338:
-

Commit f405d29a5b0603ab37237bd605367e248a61068b in qpid-proton's branch 
refs/heads/go1 from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=f405d29 ]

PROTON-1338: Go: update package documentation.

Merge branch 'master' into go1 for updated package documentation.


> Go: make binding compatible with older C libraries, update `go get` 
> 
>
> Key: PROTON-1338
> URL: https://issues.apache.org/jira/browse/PROTON-1338
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: go-binding
>Affects Versions: 0.14.0, 0.15.0
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: 0.16.0
>
>
> There have been improvements to the Go binding that are not available via
> `go get`. Remove the dependency on pn_connection_engine (it is a small amount 
> of code to rewrite in Go) so that the latest binding can be published and is 
> binary compatible with older proton C libraries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1338) Go: make binding compatible with older C libraries, update `go get`

2016-11-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627508#comment-15627508
 ] 

ASF subversion and git services commented on PROTON-1338:
-

Commit b64d0fa630f81d58f69f844856818dd2ba315807 in qpid-proton's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=b64d0fa ]

PROTON-1338: Go: update package documentation.

Clarify AMQP 1.0 support to distinguish from other Go AMQP clients supporting
draft versions of AMQP.


> Go: make binding compatible with older C libraries, update `go get` 
> 
>
> Key: PROTON-1338
> URL: https://issues.apache.org/jira/browse/PROTON-1338
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: go-binding
>Affects Versions: 0.14.0, 0.15.0
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: 0.16.0
>
>
> There have been improvements to the Go binding that are not available via
> `go get`. Remove the dependency on pn_connection_engine (it is a small amount 
> of code to rewrite in Go) so that the latest binding can be published and is 
> binary compatible with older proton C libraries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1338) Go: make binding compatible with older C libraries, update `go get`

2016-11-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627469#comment-15627469
 ] 

ASF subversion and git services commented on PROTON-1338:
-

Commit 7b6b8dec76f1345647de90201130f7d8bff903f1 in qpid-proton's branch 
refs/heads/go1 from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=7b6b8de ]

PROTON-1338: Go: make binding compatible with older C libraries

The Go binding is now compatible with all releases since 0.10, tested up to 0.15
Absent C library source or binary incompatible changes, it should remain so.


> Go: make binding compatible with older C libraries, update `go get` 
> 
>
> Key: PROTON-1338
> URL: https://issues.apache.org/jira/browse/PROTON-1338
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: go-binding
>Affects Versions: 0.14.0, 0.15.0
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: 0.16.0
>
>
> There have been improvements to the Go binding that are not available via
> `go get`. Remove the dependency on pn_connection_engine (it is a small amount 
> of code to rewrite in Go) so that the latest binding can be published and is 
> binary compatible with older proton C libraries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1338) Go: make binding compatible with older C libraries, update `go get`

2016-11-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627470#comment-15627470
 ] 

ASF subversion and git services commented on PROTON-1338:
-

Commit 287eeacafbfc166529108b9f6d1bf8e839c9f9be in qpid-proton's branch 
refs/heads/go1 from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=287eeac ]

PROTON-1338: Go: update `go get`

Merge branch 'master' into go1 to update the published `go get` version of the
Go packages. The new packages are tested with C library versions 0.10 - 0.15.0


> Go: make binding compatible with older C libraries, update `go get` 
> 
>
> Key: PROTON-1338
> URL: https://issues.apache.org/jira/browse/PROTON-1338
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: go-binding
>Affects Versions: 0.14.0, 0.15.0
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: 0.16.0
>
>
> There have been improvements to the Go binding that are not available via
> `go get`. Remove the dependency on pn_connection_engine (it is a small amount 
> of code to rewrite in Go) so that the latest binding can be published and is 
> binary compatible with older proton C libraries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1338) Go: make binding compatible with older C libraries, update `go get`

2016-11-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627460#comment-15627460
 ] 

ASF subversion and git services commented on PROTON-1338:
-

Commit 7b6b8dec76f1345647de90201130f7d8bff903f1 in qpid-proton's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=7b6b8de ]

PROTON-1338: Go: make binding compatible with older C libraries

The Go binding is now compatible with all releases since 0.10, tested up to 0.15
Absent C library source or binary incompatible changes, it should remain so.


> Go: make binding compatible with older C libraries, update `go get` 
> 
>
> Key: PROTON-1338
> URL: https://issues.apache.org/jira/browse/PROTON-1338
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: go-binding
>Affects Versions: 0.14.0, 0.15.0
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: 0.16.0
>
>
> There have been improvements to the Go binding that are not available via
> `go get`. Remove the dependency on pn_connection_engine (it is a small amount 
> of code to rewrite in Go) so that the latest binding can be published and is 
> binary compatible with older proton C libraries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org