plantuml/plantuml-stdlib

AwsLib breaking change on entity casing?

Tyrannoseanus opened this issue · 3 comments

The latest change to the awslib icons (82a5108) introduced a breaking change to a few entities- at least TapeStorage and TraditionalServer, but not in entities such as RoboMakerSimulation.

The change is that these entities are now referred to without camel case, so TraditionalServer became Traditionalserver instead.

Was this change intentional? Is there a reason some entities have been changed but others remain camel cased?

@mmajis Any idea about this ?

@SeanOToole We let the community manage the stdlib. If this camel case change is an issue for your, you can submit a PR where both defines (that is Tapestorage and TapeStorage) are declared.

This change has happened upstream. Previous version was https://github.com/awslabs/aws-icons-for-plantuml/tree/v7.0/dist/General and now we have https://github.com/awslabs/aws-icons-for-plantuml/tree/v10.0/dist/General where indeed TapeStorage has changed to Tapestorage, for example.