This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
Breaking Changes
string
fields have to be set usingString
values (no transparent.toString()
call).- no longer compatible with Clojure 1.4.0.
- no longer compatible with Java 6.
Bugfixes
binary
fields are no longer treated asstring
(see #10).clojure.core
functions are excluded from generated namespaces to prevent name clashes (see #7).- the namespace code is always generated to avoid problems with AOT compilation (see #11).
Features
- upgrades dependencies.
Artifact Coordinates
[thrift-clj "0.3.0"]