Closed hank-cp closed 5 years ago
will try to get another couple of little thing with next release, ETA a couple of days. will see if I can get Lukas to change the provider so that it passes the configuration as part of the provides method that would eliminate the need for that.
that's released in 8.2.1 @hank-cp
JooqMapperFactory.newRecordUnmapperProvider()
requires aorg.jooq.Configuration
, in the meantimeRecordUnmapperProvider
is also a setting fororg.jooq.Configuration
. This will cause cycle dependencies when creatingorg.jooq.Configuration
instance. ThisDSLContextProvider
could be introduced to decouple both.