nicoloboschi opened a new pull request #14124:
URL: https://github.com/apache/pulsar/pull/14124
### Motivation
Current failsafe version is outdated (2019).
Java compiler fails due to a weird exception `ClosedFileSystemException`.
The cause is the usage of failsafe (I haven't found any doc/issue on the
failsafe repo, but still)
Upgrading failsafe to the latest version makes the compiler happy
### Modifications
* Upgrade failsafe from 2.3.1 to 3.2.0 - also changed the groupId to the
newest one
### Documentation
- [x] `no-need-doc`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]