troshanin

Results 2 issues of troshanin

Suppose you have next model: ``` public abstract class ReportBaseColumn implements ImmutableBean { @PropertyDefinition(validate = "notNull") protected final String name; public ReportBaseColumn(String name) { this.name = name; } } @BeanDefinition(builderScope...

Discussion

Added ability to provide custom/user-specific cipher via Supplier enhanced logs - dont create corresponding arrays in case when log is disabled