Matt Bishop
Matt Bishop
I had the thought to implement a SecurityManager wrapper that did not extend SecurityManager so it could call the protected methods on the existing SecurityManager. However it would need to...
I'm not crazy about the failure flag. Also the security manager API wants one to use AccessController.doPrivileged() to do things that might trip up the security manager. Most code that...
Almost there, thanks for the effort!
I'm ready to merge this, any objections?
Guava 19 released last month with an interesting new feature--LazyStackTrace. Alex, you should have a look and see how they did that. It might be useful here where we want...
To clarify, I am not suggesting we use Guava here, but instead look at how they implemented it and see if you can implement Logger.getLogger() in a similar fashion.
@adorokhine yes I would be interested to see what you come up with. Many use Java 7 and higher now so it would be useful for them to have a...
I can test this if you put it in.
First of all, thank you for the Postgres docker contribution! Would you be able to produce a new PR with just those changes? I would like to merge that in.
I realized that I left out an important goal of this project, which was to make appending events require replaying events to be certain the new event is appended with...