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

Close HierarchicalStreamReader created in XStream.fromXML(URL) #287

Closed
wants to merge 1 commit into from

Conversation

wborn
Copy link

@wborn wborn commented Mar 26, 2022

If the reader is not closed when using a file URL, it is no longer possible to immediately delete the file on Windows because an IOException is thrown because it is still in use.
This is already fixed in 1.5.0-SNAPSHOT.

If the reader is not closed when using a file URL, it is no longer possible to immediately delete the file on Windows because an IOException is thrown because it is still in use.
This is already fixed in 1.5.0-SNAPSHOT.
@joehni joehni self-assigned this Mar 29, 2022
@joehni joehni added the bug label Mar 29, 2022
@joehni joehni added this to the 1.4.x milestone Mar 29, 2022
joehni pushed a commit that referenced this pull request Apr 1, 2022
…#287.

If the reader is not closed when using a file URL, it is no longer possible to immediately delete the file on Windows because an IOException is thrown because it is still in use.
This is already fixed in 1.5.0-SNAPSHOT.
@joehni
Copy link
Member

joehni commented Apr 1, 2022

Thanks.

@joehni joehni closed this Apr 1, 2022
joehni pushed a commit that referenced this pull request Apr 1, 2022
…#287.

If the reader is not closed when using a file URL, it is no longer possible to immediately delete the file on Windows because an IOException is thrown because it is still in use.
This is already fixed in 1.5.0-SNAPSHOT.
@wborn wborn deleted the close-reader branch April 2, 2022 20:37
@joehni joehni modified the milestones: 1.4.x, 1.4.20 Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants