Hi all ! I've just published version 5.0-beta2 ! N...
# kodein
s
Hi all ! I've just published version 5.0-beta2 ! Note that there is a new breaking change : Generic functions that were in the
com.github.salomonbrys.kodein
package then in the
org.kodein
package moved again and are now in the
org.kodein.generic
package. This is to allow the library to run on JVM 9 (which does not allow 2 different jars to load classes in the same package). This release includes a lot of bugfixes, fixes gradle / maven dependencies, adds
allFactories
,
allProviders
and
allInstances
that return all bindings that are for sub-types of the requested types, and add a new concept : copy during extension (https://salomonbrys.github.io/Kodein/?5.0/core#_overridden_access_from_parent). This is also a breaking change, but for a very weird usecase, so most of you won't be affected. As usual, every bit of feedback is most welcome !
metal 4