gbv / jskos-server

Web service to access JSKOS data
https://coli-conc.gbv.de/api/
MIT License
6 stars 4 forks source link

Update to newest version of typedi (or do it differently) #139

Closed stefandesu closed 2 years ago

stefandesu commented 3 years ago

We are using typedi to get shared instances of a certain class that are used in different parts of the application. However, its breaking changes in 0.9.0 and 0.10.0 break our usage, and when I looked at it, I wasn't actually sure why we even need it.

I would suggest trying to remove the dependency completely. If that's not possible, we need to update our code so that it works with the newest typedi version.