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

Unnecessary logs when pluginPackages is used on JDK11 #276

Closed
theigl opened this issue Dec 4, 2018 · 1 comment
Closed

Unnecessary logs when pluginPackages is used on JDK11 #276

theigl opened this issue Dec 4, 2018 · 1 comment

Comments

@theigl
Copy link
Contributor

theigl commented Dec 4, 2018

Issues with extraClasspath have been resolved in #274 but logging issues still remain when pluginPackages is specified. This can be reproduced with the demo attached to #274.

My own application logs dozens of these statements during startup and hundreds more when I start using it:

HOTSWAP AGENT: 10:52:45.294 INFO (org.hotswap.agent.config.PluginRegistry) - Discovered plugins: []
HOTSWAP AGENT: 10:52:45.297 INFO (org.hotswap.agent.config.PluginRegistry) - Discovered plugins: []
HOTSWAP AGENT: 10:52:45.300 INFO (org.hotswap.agent.config.PluginRegistry) - Discovered plugins: []
@skybber
Copy link
Contributor

skybber commented Jan 1, 2019

Hi, HA just skips DelegatingClassLoader which could improve startup time, thanks for report.

@skybber skybber closed this as completed Jan 1, 2019
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

2 participants