[
https://issues.apache.org/jira/browse/AVRO-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504512#comment-17504512
]
ASF subversion and git services commented on AVRO-3440:
-------------------------------------------------------
Commit 11e265fccbb31add03d0182f13aa125ff0f3ee30 in avro's branch
refs/heads/branch-1.11 from Oscar Westra van Holthe - Kind
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=11e265f ]
AVRO-3440: Fix bug in Protocol.createMessage (#1586)
* AVRO-3440: Fix bug in Protocol.createMessage
* AVRO-3440: Spotless
> Protocol.createMessage(Message, Schema) names messages after the protocol
> -------------------------------------------------------------------------
>
> Key: AVRO-3440
> URL: https://issues.apache.org/jira/browse/AVRO-3440
> Project: Apache Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.11.0
> Reporter: Oscar Westra van Holthe - Kind
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.11.1
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The method {{org.apache.avro.Protocol#createMessage(Message, Schema)}} should
> (according to the javadoc) copy the name, documentation and properties of the
> given message (which makes sense). Instead, it used the name and
> documentation of the protocol...
--
This message was sent by Atlassian Jira
(v8.20.1#820001)