-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default CI Java Version to Java 11, run tests on 8, 14 and 17 #320
Labels
Comments
15 tasks
kaituo
added a commit
to kaituo/anomaly-detection-1
that referenced
this issue
Feb 10, 2022
Previously, I built protostuff using JDK 14 and upgraded protostuff. 1.3.0 build started failing afterwards (logs here: opensearch-project/opensearch-build#1613), maybe because Jenkins uses JDK 11 (read opensearch-project#320). This PR rebuilt protostuff using JDK 11. Testing done: 1. Tested both single-stream and HCAD real-time detectors.
kaituo
added a commit
to kaituo/anomaly-detection-1
that referenced
this issue
Feb 10, 2022
Previously, I built protostuff using JDK 14 and upgraded protostuff. 1.3.0 build started failing afterwards (logs here: opensearch-project/opensearch-build#1613), maybe because Jenkins uses JDK 11 (read opensearch-project#320). This PR rebuilt protostuff using JDK 11. Testing done: 1. Tested both single-stream and HCAD real-time detectors.
kaituo
added a commit
to kaituo/anomaly-detection-1
that referenced
this issue
Feb 10, 2022
Previously, I built protostuff using JDK 14 and upgraded protostuff. 1.3.0 build started failing afterwards (logs here: opensearch-project/opensearch-build#1613), maybe because Jenkins uses JDK 11 (read opensearch-project#320). This PR rebuilt protostuff using JDK 11. Testing done: 1. Tested both single-stream and HCAD real-time detectors. Signed-off-by: Kaituo Li <[email protected]>
1 task
kaituo
added a commit
that referenced
this issue
Feb 10, 2022
Previously, I built protostuff using JDK 14 and upgraded protostuff. 1.3.0 build started failing afterwards (logs here: opensearch-project/opensearch-build#1613), maybe because Jenkins uses JDK 11 (read #320). This PR rebuilt protostuff using JDK 11. Testing done: 1. Tested both single-stream and HCAD real-time detectors. Signed-off-by: Kaituo Li <[email protected]>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Mar 2, 2022
Previously, I built protostuff using JDK 14 and upgraded protostuff. 1.3.0 build started failing afterwards (logs here: opensearch-project/opensearch-build#1613), maybe because Jenkins uses JDK 11 (read #320). This PR rebuilt protostuff using JDK 11. Testing done: 1. Tested both single-stream and HCAD real-time detectors. Signed-off-by: Kaituo Li <[email protected]> (cherry picked from commit a79028f)
ohltyler
pushed a commit
that referenced
this issue
Mar 2, 2022
Previously, I built protostuff using JDK 14 and upgraded protostuff. 1.3.0 build started failing afterwards (logs here: opensearch-project/opensearch-build#1613), maybe because Jenkins uses JDK 11 (read #320). This PR rebuilt protostuff using JDK 11. Testing done: 1. Tested both single-stream and HCAD real-time detectors. Signed-off-by: Kaituo Li <[email protected]> (cherry picked from commit a79028f)
@ohltyler You still need to build on JDK 8 |
@dblock I thought 8 became optional. We had encountered some failures building with it:
|
What about JDK17? We also had problems with that one. Is that still optional? Is this issue out of date? |
1 task
hamersu9t
added a commit
to hamersu9t/anomaly-detection
that referenced
this issue
Aug 10, 2024
Previously, I built protostuff using JDK 14 and upgraded protostuff. 1.3.0 build started failing afterwards (logs here: opensearch-project/opensearch-build#1613), maybe because Jenkins uses JDK 11 (read opensearch-project/anomaly-detection#320). This PR rebuilt protostuff using JDK 11. Testing done: 1. Tested both single-stream and HCAD real-time detectors. Signed-off-by: Kaituo Li <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: