stengvac
stengvac
We force lower version of jackson during build script. We were solving this problem some time ago so I don't remember exactly why we did pick this solution, but I...
If u desire to rewrite project to kotlin then i can help, but otherwise I am not much familliar with groovy so I dont know if i can help much.
Hello, I have simmiliar problem with kotest 5.4.2. Running via Idea ``` class MyTests : FunSpec({ context("this outer block is enabled") { test(" name") { // test here } }...
Hello @naftalmm , I did not found way to contact you on github so i will write it here. You seems active on this repo. If you could look at...
Thanks for answer, Till today I did not consider Exposed as ORM framework (now i see it is in readme :) ). For me this lib was Dynamic SQL written...
`The obvious advantage of common API for users is the ease of DBMS migration - "write once, run everywhere". DB-specific DSLs as a set of extensions methods for common API...
Hello, I would say they are not used in Java that much. Fields are usually private and accessed via getter. It is kind of standard I would say? Also various...
Ok. Thx, for quick reaction.
I was mainly curious. For now it is not problem so I can live without it. For now. If it will became required I will create MR for sure. Thx...
Hello, sorry for late response. I will try to have a look. Will see if I can manage to do it :)