Skip to content

Tags: solf/extra2

Tags

5.2.0

Toggle 5.2.0's commit message
Added option to BaseOptions.getDirectory(..) to avoid creating direct…

…ory if it doesn't already exist.

5.1.0

Toggle 5.1.0's commit message
Added ExternalAppSoundAppender for logback

5.0.0

Toggle 5.0.0's commit message
Removed *Ext collections that used reflection as it was causing probl…

…ems with JDK17 (at least on github ubuntu runners). There are now B* collections anyway that do the same more reliably.

4.8.0

Toggle 4.8.0's commit message
extra2 updated for compatibility with Eclipse 2023_09_R (resolved man…

…y new warnings).

4.7.2

Toggle 4.7.2's commit message
Changed RetryAndRateLimitService: if it is interrupted during the shu…

…tdown process it will still try to terminate all the child threads (via finally block)

4.7.1

Toggle 4.7.1's commit message
ElseFunction.orElse(..) argument renamed to 'ev' for hopefully better…

… clarity.

4.7.0

Toggle 4.7.0's commit message
ValueOrProblem extended to support ifValue..orElse paradigm and gener…

…al ifValue/ifProblem methods

4.6.0

Toggle 4.6.0's commit message
Added RunnableWithExceptionType and a bunch of other *WithExceptionTy…

…pe functional interfaces that allow throwing a specific exception in their method (can be checked or unchecked). The idea is to allow for a better exception-control when executing code blocks, so that stuff isn't declared as 'throws Exception'

4.5.0

Toggle 4.5.0's commit message
ValueOrProblem -- added *OrNull() methods & added tests

4.4.0

Toggle 4.4.0's commit message
Improved ValueOrProblem -- properly declared factory methods as @nonnull

 and added helper static method getValueOrThrowProblem