Håvard M. Ottestad
Håvard M. Ottestad
Reclassified as bug since the underlying issue is that the NativeStore got corrupted. This fix only makes it possible to bypass that issue to some degree and potentially debug it.
Sounds good! We’ll have to be a bit careful that we don’t make any breaking changes. I think the reason why Statements don’t have an inferred flag is that users...
To extend the listener we would have to add two new methods in order to keep it backwards compatible, and both of those methods need a default implementation on the...
There are some databases that are built on the Sail interfaces, but I don't think this is going to be that big of a deal for those. Why don't you...
``` Benchmark Mode Cnt Score Error Units ComplexLargeBenchmark.disabledValidationSail avgt 5 324.551 ± 12.276 ms/op ComplexLargeBenchmark.disabledValidationTransaction avgt 5 329.150 ± 2.549 ms/op ComplexLargeBenchmark.noPreloading avgt 5 639.395 ± 15.819 ms/op ComplexLargeBenchmark.noPreloadingBulk avgt...
``` Benchmark Mode Cnt Score Error Units ComplexLargeBenchmark.disabledValidationSail avgt 5 350.458 ± 27.187 ms/op ComplexLargeBenchmark.disabledValidationTransaction avgt 5 334.068 ± 17.686 ms/op ComplexLargeBenchmark.noPreloading avgt 5 735.559 ± 225.508 ms/op ComplexLargeBenchmark.noPreloadingBulk avgt...
Upvote for spring boot 2
I have a decent amount of experience with spring boot, if you have any questions :)
Spring Boot would be my recommendation. You would end up with a single jar file. I think the amount of work required to migrate the server/workbench to spring boot would...
Did this used to work before? Do you know which version it worked on before?