Maksim Myskov created IGNITE-24079: -------------------------------------- Summary: Spring boot modules are ignored during build Key: IGNITE-24079 URL: https://issues.apache.org/jira/browse/IGNITE-24079 Project: Ignite Issue Type: New Feature Environment: Currently, Spring Boot modules are included in the build using the condition {code:java} if (!JavaVersion.current().isJava11Compatible()) {code} This condition is meant to include the modules when the JDK version is above 11, but it's not working as intended. I propose replacing it with a more explicit version check: {code:java} JavaVersion.current() >= JavaVersion.VERSION_17 {code} Reporter: Maksim Myskov Assignee: Maksim Myskov
-- This message was sent by Atlassian Jira (v8.20.10#820010)