babashka/reify
Crispin Wellington ea4f56886d
Expose a subset of java.lang.ref to enable hooking into the destruction/GC of objects (#1359)
* reify java.lang.Object with optional toString and finalize

* reify java.lang.Runnable

* reflection support for java.lang.Runnable

* java.lang.ref.* class exposure

* test for detection of garbage collection of Object

* added change to changelog
2022-09-09 17:25:32 +02:00
..
build fix #1231: missing methods in reify should fall back to default interface methods (#1240) 2022-04-14 18:14:31 +02:00
src/babashka/impl Expose a subset of java.lang.ref to enable hooking into the destruction/GC of objects (#1359) 2022-09-09 17:25:32 +02:00
.dir-locals.el fix #1231: missing methods in reify should fall back to default interface methods (#1240) 2022-04-14 18:14:31 +02:00
build.clj auspex compatibility (#1351) 2022-09-05 22:59:31 +02:00
deps.edn fix #1231: missing methods in reify should fall back to default interface methods (#1240) 2022-04-14 18:14:31 +02:00