wso2 / micro-integrator

The cloud-native configuration driven runtime that helps developers implement composite microservices.
https://wso2.com/integration/
Apache License 2.0
198 stars 215 forks source link

Update Git actions for Product MI for JDK 17 #3171

Open dulanjalidilmi opened 1 year ago

dulanjalidilmi commented 1 year ago

Add Git actions for JDK 17 in Repo Micro Integrator, since we support JDK 17 with APIM 4.2.0

sajinieKavindya commented 1 year ago

Fixes by https://github.com/wso2/micro-integrator/pull/2783

sajinieKavindya commented 1 year ago
sajinieKavindya commented 1 year ago

There are some test cases failing in JDK 17 Git action but are passing in the Jenkins build and locally. So, better if we can check and resolve them before closing this issue.

BLasan commented 1 year ago

Hi,

Seems like test failures are intermittent and tested out with adding some changes. However, as discussed DSS tests were checked with git actions and the integration tests are passing as per the pull request opened[1]. Note that the java distributor is changed to temurin which is used locally and the added modifications are not logically valid except the change done for testRegistryGetDirectoryExpandToVerifyChanges function. [1] https://github.com/wso2/micro-integrator/pull/2828

Thanks, Benura

YasasRangika commented 8 months ago

Merge-pending PR: https://github.com/wso2/micro-integrator/pull/2831 for product APIM.