You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: