Java 11 best practices

Thanks for bringing this up

I’m not against using it in very specific cases such as loops (cf example given on Local Variable Type Inference: Style Guidelines)
Now I’m -1 to start using it on 14.x: we’re still supporting 13.x and it makes the backward compatibility to LTS more difficult. So I’d be +0 for allowing it on 15.x.