ciscoo / cxf-codegen-gradle

Gradle plugin to generate Java artifacts from WSDL
Apache License 2.0
26 stars 6 forks source link

Migrate to NIO in functional tests #59

Closed ciscoo closed 1 year ago

ciscoo commented 1 year ago

In an effort to speed up functional tests, migrate to use Path from NIO instead of File.

This will allow use of in-memory file system such as Memory File System.

However, Gradle currently only accepts File which an in-memory file system libs do not support.