salesforce / rules_spring

Bazel rule for building Spring Boot apps as a deployable jar
BSD 3-Clause "New" or "Revised" License
224 stars 48 forks source link

Standardize naming of springboot rule attributes #79

Closed plaird closed 3 years ago

plaird commented 3 years ago

In hindsight, the attribute name duplicate_class_allowlist is not the best. Something like duplicate_class_ignorelist would be better.

Also, exclude would be better as exclude_deps.

When implementing this, continue to support the old attribute names but log a warning message that the old style is deprecated.

plaird commented 3 years ago

A set of attributes were renamed. See https://github.com/salesforce/rules_spring/blob/master/springboot/springboot_doc.md

The old attribute names will still work for now. Perhaps in a year we will remove the old names during a major release.