Conversation
Signed-off-by: Aurélien Pupier <apupier@ibm.com>
|
For some reason the Java SDK build and tests are not triggered ... |
This reverts commit e902095.
``` Invalid workflow file: .github/workflows/codeql-java-analysis.yml#L77 You have an error in your yaml syntax on line 77 ``` ``` Invalid workflow file: .github/workflows/test-lang-java.yml#L61 You have an error in your yaml syntax on line 61 ```
Jetty 12.x requires JDK 17+
|
I do not think that we can use a matrix easily as the minimal Java version to do the compilation is JDK 21 but tests are launched with several JDKs versions. it is launched with different Maven execution directly defined in the pom.xml. Each version si picked from the toolchains.xml whcih is configured by the |
OK! |
in fact, there are 2 ways of doing it. |
Signed-off-by: Aurélien Pupier <apupier@ibm.com>
removed Java 8 and 11 Signed-off-by: Aurélien Pupier <apupier@ibm.com>
as 17.x is the minimal version Signed-off-by: Aurélien Pupier <apupier@ibm.com>
|
it is surely possible to save the time mentioned here https://github.com/apache/avro/actions/runs/22854799208/job/66292172522?pr=3685#step:8:839 but to be honest, not sure it is worthy to take the risk to change too many things. The current PR should be enough as a first iteration. |
What is the purpose of the change
(For example: This pull request improves file read performance by buffering data, fixing AVRO-XXXX.)
Verifying this change
(Please pick one of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Documentation