-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: plugin file as system property #145
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be in separate Copilot related ProgramPatcher not to mix it with HotSwapping feature.
src/main/kotlin/com/vaadin/plugin/hotswapagent/HotswapAgentProgramPatcher.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/vaadin/plugin/copilot/DefaultProgramPatcher.kt
Outdated
Show resolved
Hide resolved
…gin-file-as-system-property
Remember to align property name with https://github.com/vaadin/copilot-internal/pull/3631 |
src/main/kotlin/com/vaadin/plugin/copilot/DefaultProgramPatcher.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine, tested also with whitespaces in path.
Artifact build on last commit: distributions.zip. |
Description
fixes #141
fixes #137 with client part
With this PR the client is not anymore responsible to lookup for the plugin file. If the plugin has already detected or created the file it will pass the location through a system property.