I got back to using PlantUML after a few years. The generated diagrams felt different. I realized that PlantUML does not use the familiar default skin. On investigating further, I figured out that this appears to have started with version 1.2022.2.
@startuml %version()
skinparam SequenceMessageAlignment direction
Alice -> Bob: Hello Bob, what's our PlantUML version?
Bob -> Alice: Hi Alice, it is <b>%version()</b>.
@enduml
The PlantUML online server also seems to have "lost" the default skin.
I browsed through the plantuml github repository around the time of release 1.2022.2, but did not find anything to suggest this was a deliberate decision by the PlantUML team. In verbose mode, I found something that may explain the difference.
What are your thoughts on this?
[NOTE: The PlantUML forum "removes" my images from the question after saving and finds my verbose logs exceeding 8000 characters! So I'll try to include that separately in comments below ... and hope that it works.]