wilkinsona / project-generator

3 stars 4 forks source link

Reconsider using a default order in customizer #87

Closed snicoll closed 5 years ago

snicoll commented 5 years ago

Adding a default order for the customizer makes sure that we have a deterministic and more sensible default (0). The problem is that it trumps any attempt to use @Order and it's not super obvious.

It took me a bit to figure out what was going with this test.

If we want to set an order (which is why we did this in the first place), we can't nicely write a lambda.

snicoll commented 5 years ago

Superseded by https://github.com/spring-io/initializr/issues/821