Christoph Lembeck

Results 4 comments of Christoph Lembeck

If you want to customize your Java Style Guide, there is another maven plugin based on the eclipse code formatter: https://github.com/revelc/formatter-maven-plugin

Trapped into same problem today. Can you please fix this incompatibility?

Trapped into same problem today. Can you please fix this incompatibility?

As a workaround you can write your own ```Base64Utils``` class an put it into the package ```org.springframework.util``` in your own project. ``` package org.springframework.util; import java.util.Base64; @Deprecated(forRemoval = true) public...