wso2 / micro-integrator

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

Use forward slash when creating the CAR archive in DataMapper migration tool #3380

Closed SanojPunchihewa closed 6 days ago

SanojPunchihewa commented 6 days ago

Purpose

ZIP file format uses forward slashes ("/") as directory separators regardless of the operating system. Hence instead of File.separator we should use the forward slash, to overcome zip issues on Windows OS

Related Issue

Migration issue https://github.com/wso2-enterprise/wso2-mi-internal/issues/856