-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Issue #2266 Rework Scanner and use it for Jetty Maven Plugin #4239
Issue #2266 Rework Scanner and use it for Jetty Maven Plugin #4239
Conversation
Signed-off-by: Jan Bartel <[email protected]>
Signed-off-by: Jan Bartel <[email protected]>
I'll test these changes on Microsoft Windows and OSX tomorrow. |
…66-reinstate-scanner-for-plugin Signed-off-by: Jan Bartel <[email protected]>
Signed-off-by: Jan Bartel <[email protected]>
Signed-off-by: Jan Bartel <[email protected]>
I'll rerun the OSX and Windows tests on this PR in the morning. OSX Failures:
|
@gregw please re-review. |
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.
LGTM.
OSX isn't complaining.
I have a dead Windows machine ATM, so I cannot test on Windows until I get it fixed or replaced.
…66-reinstate-scanner-for-plugin Signed-off-by: Jan Bartel <[email protected]>
Initial bug report: #2266
Problem diagnosis with PathWatcher class here: #4221
It is easier to rework the Scanner class a little to use Paths than to fathom how to fix the PathWatcher class. As this is jetty-9.4.x I've kept the old Scanner api methods, but deprecated them in favour of new Path-based methods. Scanner can be further cleaned up when it is merged through to jetty-10.