typesafehub / sbt-conductr

Typesafe ConductR plugin for sbt
Other
29 stars 22 forks source link

Use name bundle-status for status component #263

Closed markusjura closed 7 years ago

markusjura commented 7 years ago

Prior to this change, the name of the status component was derived from the bundle component. Example: A status component was named "my-bundle-status" if the bundle component name was "my-bundle". This logic makes it difficult to filter for the status component, especially if the bundle component contains the substring "status" as well.

Now, we name the status component always "bundle-status" to make it simplier to search for a status component, e.g. in the conductr-cli to auto-detect components.