gonozalviii

Results 4 issues of gonozalviii

AbstractAvroSnapshotDeserializer assumes type boolean for the property entry in its config map. It uses the following line in its `doInit()`-Method `useSpecificAvroReader = (boolean) getValue(config, SPECIFIC_AVRO_READER, false);` Settings this property using...

I have have custom resources that get generated during the build process. The standard "processResources"-Task copies them to "build/resources/main". Then later when the "processJandexIndex" task runs, it flags these resources...

### Bootstraptable version(s) affected 1.22.3 ### Description I have configured 1 sticky column right, where I use a field "status" and a special formatter to display the status in color....

needs example
Bug

I have a Spring Boot test running against an H2. I modify a number(2) and a date column during my test. When I run `hasModifiedColumns(...)` on my change, it always...