[
https://issues.apache.org/jira/browse/COMPRESS-604?focusedWorklogId=739770&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-739770
]
ASF GitHub Bot logged work on COMPRESS-604:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 11/Mar/22 00:09
Start Date: 11/Mar/22 00:09
Worklog Time Spent: 10m
Work Description: andrebrait opened a new pull request #252:
URL: https://github.com/apache/commons-compress/pull/252
COMPRESS-604 might be related to this.
I wasn't able to reproduce it, but I can confirm the build is currently not
compatible with Java 8 when building on Java 9+ because the --release compiler
option is set to 9, but not because of the reason pointed in COMPRESS-604.
Let me know if that doesn't work for some reason.
The build seems to work fine on JDK 17, so I removed the message about it
not working on JDK 14+ from the README.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 739770)
Remaining Estimate: 0h
Time Spent: 10m
> 1.21 with java 8 compatibility issue error: cannot access
> SeekableByteChannel ZipArchiveOutputStream zipOutputStream = new
> ZipArchiveOutputStream(response.getOutputStream()); class file for
> java.nio.channels.SeekableByteChannel not found
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: COMPRESS-604
> URL: https://issues.apache.org/jira/browse/COMPRESS-604
> Project: Commons Compress
> Issue Type: Bug
> Components: Archivers
> Affects Versions: 1.21
> Reporter: Anupama Shinde
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> error: cannot access SeekableByteChannel
> ZipArchiveOutputStream zipOutputStream = new
> ZipArchiveOutputStream(response.getOutputStream());
> class file for java.nio.channels.SeekableByteChannel not found
>
>
> So origianl issue was
> [https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2021-36090]
> We are trying to upgrade to common-compress-1.21. But it seems it is not
> compatible with java 8
--
This message was sent by Atlassian Jira
(v8.20.1#820001)