britter / bootify-testpyramid

Apache License 2.0
5 stars 2 forks source link

Remove explicit Java version #6

Closed michael-simons closed 6 years ago

michael-simons commented 6 years ago

Spring Boot 2 requires Java 8 and sets this property by default.

britter commented 6 years ago

Don't you think this is so important it should be defined nevertheless?

michael-simons commented 6 years ago

Again, probably personal view. I don't like repeating defaults. (Even if have to lookup wether "Nullable" defaults to true or false on JPA column).

This case: I wonder if any new project is using something below 8… And if so, it's probably for embedded… or something.

britter commented 6 years ago

Good point!