superlifter icon indicating copy to clipboard operation
superlifter copied to clipboard

Drop pedestal dependency

Open namenu opened this issue 1 year ago • 1 comments

https://github.com/oliyh/superlifter/blob/9fb5ee96d07cc1e5ea17aaaa9fccd46ed855f849/src/superlifter/lacinia.clj#L4

This ns has a pedestal dependency and therefore cannot be required by ring users.

Since maps are themselves an extension of the IntoInterceptor protocol, I suggest changing the inject-superlifter to return only data.

namenu avatar Jan 09 '25 11:01 namenu

Hi,

This makes sense, and there is an integration test with pedestal which will ensure it still works.

Will try to look at this soon. Cheers

oliyh avatar Jan 09 '25 12:01 oliyh

Released in 0.1.6

oliyh avatar Oct 17 '25 06:10 oliyh