[
https://issues.apache.org/jira/browse/AVRO-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismaël Mejía resolved AVRO-2288.
--------------------------------
Resolution: Fixed
Fix Version/s: 1.9.0
> Trevni’s OutputBuffer signature clashes with new
> ByteArrayOutputStream#writeBytes method
> ----------------------------------------------------------------------------------------
>
> Key: AVRO-2288
> URL: https://issues.apache.org/jira/browse/AVRO-2288
> Project: Apache Avro
> Issue Type: Sub-task
> Components: java
> Affects Versions: 1.8.2
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: Minor
> Fix For: 1.9.0
>
>
> Java 11 added the new writeBytes method to ByteArrayOutputStream that clashes
> with the pre-existing one. This can be fixed just by adjusting to the parent
> signature as well as other methods to not throw Exceptions. The impact should
> be minimal because this is a package private class.
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
> (default-compile) on project trevni-core: Compilation failure
> [ERROR]
> /home/ismael/workspace/avro05/lang/java/trevni/core/src/main/java/org/apache/trevni/OutputBuffer.java:[102,15]
> writeBytes(byte[]) in org.apache.trevni.OutputBuffer cannot override
> writeBytes(byte[]) in java.io.ByteArrayOutputStream
> [ERROR] overridden method does not throw java.io.IOException
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)