duct-framework / duct

Server-side application framework for Clojure
MIT License
1.13k stars 51 forks source link

Fix class name in boundary generator #51

Closed jehrhardt closed 7 years ago

jehrhardt commented 7 years ago

When the namespace of the given component contains a hyphen, the generated boundary cannot be compiled due to a class not found exception. The reason is the generated component name does not point to a Java class, since the corresponding class name contains underscores instead of hyphens.

weavejester commented 7 years ago

Made unnecessary by 0.9.0.