nexx512
nexx512
## Description when using with springboot 3.0.0-M3 I get the following error: ``` Failed to instantiate [io.mongock.driver.api.driver.ConnectionDriver]: Factory method 'connectionDriver' threw exception; nested exception is java.lang.NoSuchMethodError: 'org.springframework.data.mongodb.MongoDatabaseFactory org.springframework.data.mongodb.core.MongoTemplate.getMongoDbFactory()' ``` Apparently...
When the custom conversions are checked before collection and map converters, it is not possible to use custom converters for lists and maps. If a custom converter for a list...
In at least `zener.lib` the copyright notices from https://www.diodes.com/assets/Spice-Models/Discrete-Prodcut-Groups/Zener-Diodes.txt (probably the original source of the file) have been removed. They should be readded from the original file. The license of...
In order to reduce the number of bytes used in the cookie, I had to use a different encoding. Maybe other people have similar issues when the cookie content grows...