You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just built with JDK8 and got a compilation failure
e: /home/runner/work/index-management/index-management/src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/forcemerge/WaitForForceMergeStep.kt: (62, 56): Type mismatch: inferred type is Long but BigDecimal! was expected
@dblock Do we need build support for JDK 8 in the 1.3 release? As in we will need to get this fixed on the 1.3 branch by the end of the day?
There were a couple of small lines to change to get JDK 8 building. Not sure if this is something I should backport after the code freeze date, so I just have it in a draft PR here #297
Coming from opensearch-project/opensearch-plugins#64, default CI Java version to 11 (LTS), and run tests on 8, 14 and 17.
The text was updated successfully, but these errors were encountered: