Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.nio.file.Path support incomplete #1235

Closed
benson-basis opened this issue May 19, 2016 · 6 comments
Closed

java.nio.file.Path support incomplete #1235

benson-basis opened this issue May 19, 2016 · 6 comments
Milestone

Comments

@benson-basis
Copy link
Contributor

Just as the subject says.

I'll make a patch for this.

@benson-basis
Copy link
Contributor Author

Note: the existing class is broken, as it only supports the default file system.

cowtowncoder added a commit that referenced this issue May 19, 2016
Issue #1235; rework to complete the implementation for Path.
@cowtowncoder
Copy link
Member

Broken is such a strong word... I'd say limited. :-D

Thanks for the patch, will merge it, and simplify some parts (no need to deprecate existing class as it's renamed version of one from 2.7, so technically new)

@cowtowncoder cowtowncoder added this to the 2.8.0 milestone May 19, 2016
@cowtowncoder cowtowncoder changed the title Jackson should be able to deserialize java.nio.file.Path java.nio.file.Path support incomplete May 19, 2016
cowtowncoder added a commit that referenced this issue May 19, 2016
@bimargulies
Copy link

I wrote broken based on trying something with a much older version :-). I agree, of course, with your characterization. Do I have any hope of a 2.7.x?

@cowtowncoder
Copy link
Member

@bimargulies heh. Broken works as characterisation too.

For 2.7 I can probably cherry-pick something... just need to be more careful. If you want to take a stab that might be fastest.

@bimargulies
Copy link

When are you thinking that 2.8.0 might appear? If it's soon, I don't need a 2.7.x solution.

@cowtowncoder
Copy link
Member

@bimargulies really hoping to nail n+1 odds & ends to get 2.8.0.rc1 out soon. Soon here means within 2-3 weeks. And depending on how greedy I am, doing rcs for 2-4 weeks more. There's reasonable chance rc1 will arrive no later than 2.7.5 would; 2.7.4 seems stable enough to last for longer than previous patches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants