[
https://issues.apache.org/jira/browse/IGNITE-21631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17822080#comment-17822080
]
Roman Puchkovskiy commented on IGNITE-21631:
--------------------------------------------
Thanks!
> Downgrade msgpack to 0.8.24
> ---------------------------
>
> Key: IGNITE-21631
> URL: https://issues.apache.org/jira/browse/IGNITE-21631
> Project: Ignite
> Issue Type: Bug
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> After commit
> [https://github.com/apache/ignite-3/commit/1b85f8fe87a79caf9e88926f5d859cf01ade12b5]
> an attempt to create a shadowjar fails. The following command
> n ./gradlew build publishToMavenLocal --exclude-task test --exclude-task
> integrationTest --exclude-task check --exclude-task
> :platforms:cmakeConfigureOdbc --exclude-task :platforms:cmakeBuildOdbc
> results in the following exception:
> java.lang.IllegalArgumentException: Unsupported class file major version 65
> when run on Java 11.
> This means that either new msgpack or one of its dependencies is built with
> targetVersion=21.
> The highest version that works is 0.8.24, so it makes sense to downgrade to
> it for now.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)