Skip to content
Van Ly edited this page Jan 28, 2023 · 6 revisions

Welcome to the log4j-s3-search wiki!

Release 4.0.0

A security debacle with Log4j shook the Java world. As a consequence, I've dropped Log4j 1.x support and created release 4.x. All future work will be based on 4.x+.

Release 2.6.0

Google's Cloud Storage is now also supported!

Release 2.5.0

Support for Microsoft's Azure Blob Storage is added as of Release 2.5.0 (April 12, 2020). The corresponding versions of the packages in MVN Repository should be available shortly.

While working on 2.5.0, I saw some opportunities for refactoring some code and went ahead with it. Unless you actually subclassed something in the modules, the changes should be non-breaking. That's why I didn't bump up to 3.0.0.

Also: I found that v 12.x of the Azure Java SDK (the current version) blocks at various places in the code, even though it works perfectly from their example "hello world" app. I wasn't able to debug what was going on, so I went with their v 8.x (legacy) SDK. It may have to do with the fact that I'm publishing from a background thread instead of the main thread. If I get some free time between things, I'll do some more investigation.

Clone this wiki locally