Open
Description
When JGitEnvironmentRepository
fetching data (see fetch method)
and Git is unavailable at this moment (for example we got UnknownHostException
), we just log WARN
message and return null
FetchResult
.
I propose to send some ApplicationEvent
in this case for adding the possibility to handle this situation.