jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Replace WebAppProvider use of deprecated Scanner method setFileFilter

Open janbartel opened this issue 4 years ago • 3 comments

Jetty 10

o.e.j.deploy.providers.WebAppProvider uses a FileFilter to check for deployable webapps, but the Scanner's setFileFilter method is deprecated, and should be replaced by the use of the IncludeExcludeSet class.

janbartel avatar Dec 02 '20 07:12 janbartel

This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Dec 08 '21 00:12 github-actions[bot]

This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Dec 08 '22 00:12 github-actions[bot]

This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Dec 09 '23 00:12 github-actions[bot]

Will do work in #10437

joakime avatar Mar 20 '24 21:03 joakime