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

Fixed deprecated uses of Commons Exec #724

Closed
amitjoy opened this issue Jan 29, 2024 · 0 comments · Fixed by #725
Closed

Fixed deprecated uses of Commons Exec #724

amitjoy opened this issue Jan 29, 2024 · 0 comments · Fixed by #725
Labels
enhancement New feature or request

Comments

@amitjoy
Copy link
Owner

amitjoy commented Jan 29, 2024

final ExecuteWatchdog             watchdog      = new ExecuteWatchdog(WATCHDOG_TIMEOUT);
final Executor                    executor      = new DefaultExecutor();
        
resultHandler.waitFor(RESULT_TIMEOUT);
@amitjoy amitjoy added the bug Something isn't working label Jan 29, 2024
@amitjoy amitjoy added this to the v2.4.4 milestone Jan 29, 2024
amitjoy added a commit that referenced this issue Jan 29, 2024
@amitjoy amitjoy added enhancement New feature or request and removed bug Something isn't working labels Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant