Hey, Just a short notice for the list: we just had a short offline discussion about that we should add preconditions checks / assurance of preconditions where it is useful, e.g. not null where it makes sense. Sebastian, Chris, Tim and prefer Apache Commons validate [1] over javas “assert” or Guava as we have the lib already on the cp.
Best Julian [1] https://commons.apache.org/proper/commons-lang/javadocs/api-3.3/org/apache/commons/lang3/Validate.html
