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

Allow releasing runner class loader resources #13202

Closed
pedroigor opened this issue Nov 9, 2020 · 2 comments
Closed

Allow releasing runner class loader resources #13202

pedroigor opened this issue Nov 9, 2020 · 2 comments
Labels
kind/enhancement New feature or request
Milestone

Comments

@pedroigor
Copy link
Contributor

Description
When doing CLI applications it might be necessary to make the re-augmentation process more transparent to users by issuing specific commands to the application, where these commands may have different options and logic that require configuring and parsing arguments using Picocli.

When doing re-augmentation on Windows, the JARs generated during the re-augmentation may be locked when the RunnerClassLoader is created thus failing to recreate these JARs.

Implementation ideas
Allow closing the RunnerClassLoader so that resources are released while still allowing these resources to be loaded again.

@pedroigor
Copy link
Contributor Author

Fixed by #13157

@Sanne
Copy link
Member

Sanne commented Nov 10, 2020

hi @pedroigor - did you mean to close this?

@gsmet gsmet added this to the 1.10 - master milestone Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants