[
https://issues.apache.org/jira/browse/IGNITE-24079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Myskov updated IGNITE-24079:
-----------------------------------
Labels: ignite-3 (was: )
> 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
> Priority: Major
> Labels: ignite-3
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)