eclipse-sisu / sisu.plexus

Sisu Plexus
https://www.eclipse.org/sisu
Eclipse Public License 1.0
4 stars 11 forks source link

Add java.nio.file.Path converter #21

Closed kwin closed 1 year ago

kwin commented 2 years ago

In order to use java.nio.file.Path parameters directly in Mojos a PathConverter similar to https://github.com/eclipse/sisu.plexus/blob/27a29dc633e6b03753a3c8d29a033648630c8831/org.eclipse.sisu.plexus/src/org/codehaus/plexus/component/configurator/converters/basic/FileConverter.java#L23 should be provided.

I would assume that sisu.plexus cannot directly leverage the one from https://github.com/eclipse/sisu.inject/commit/2676001d31a06fe94d2d9a167c5f078c2eba4f5a#diff-e2d9878c4da5f3cf0667e6bd2b5fc05d1f7e507f69ba6c0744aa8f9e16155b6e, right?

kwin commented 1 year ago

Fixed via https://github.com/eclipse/sisu.plexus/commit/8800f2d47ac15e4e059a9dc3bd59e6a39abad49b.