* Deprecate `ObjectWaitSleeper` and replace it with `ThreadWaitSleeper` * Improve `SimpleMethodInvoker` * Use `if (logger.isDebugEnabled())` for better performance The `RetryTemplate` continues to invoke `canRetry(retryPolicy, context)` with retry loop, because some end application may rely on that logic. Although it looks like overhead to call `canRetry()` twice a retry: it might be heavy operation, e.g. check the state of external system Fixes gh-10
13 lines
84 B
Plaintext
13 lines
84 B
Plaintext
.#*
|
|
*#
|
|
*~
|
|
target
|
|
.springBeans
|
|
.settings
|
|
.classpath
|
|
.project
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea
|