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

W-16676258: Use WatchService for TracingConfigurationFileWatcher #13826

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

lbarrios
Copy link
Contributor

@lbarrios lbarrios commented Sep 5, 2024

No description provided.

@@ -6,11 +6,20 @@
*/
package org.mule.runtime.tracer.common.watcher;

import static java.nio.file.StandardWatchEventKinds.ENTRY_DELETE;
Copy link
Contributor

@fsgonz fsgonz Sep 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

order of static imports.
We follow this convention:
static imports
-> mule -> java -> other ones
import
-> mule classes -> java -> other ones.

fsgonz
fsgonz previously approved these changes Sep 5, 2024
fsgonz
fsgonz previously approved these changes Sep 5, 2024
@lbarrios lbarrios marked this pull request as ready for review September 5, 2024 19:59
@lbarrios lbarrios requested a review from a team as a code owner September 5, 2024 19:59
@lbarrios lbarrios enabled auto-merge (squash) September 5, 2024 19:59
@fsgonz
Copy link
Contributor

fsgonz commented Sep 13, 2024

--validate

@lbarrios
Copy link
Contributor Author

--validate

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

Successfully merging this pull request may close these issues.

2 participants