Roman Puchkovskiy created IGNITE-21631:
------------------------------------------
Summary: 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
Fix For: 3.0.0-beta2
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)