Results 7 comments of Mark Andrievski

That would be really convinient to have such thing in spotless. .editorconfig is widely spread amoung Java community, which uses Intellij Idea Basically, it's placed in the root of the...

@cowtowncoder thank you for your reply yea, you're right testing was made using version 2.13.3. For testing I used classes ``` class LotsOPrimitives { private final int i1; ... private...

@cowtowncoder It took 10h 32m just to run it :) Full results are here https://github.com/andriewski/primitive-vs-wrapper/blob/master/src/jmh/java/by/mark/primitivevswrapper/objectmapper/results.txt Final results: ``` # Benchmark # JMH version: 1.35 # VM version: JDK 17.0.3, OpenJDK...

@cowtowncoder thank you a lot for you reply! Increasing memory usage, I guess, is not a huge problem, but potential memory leak sounds really upsetting :( It seams like if...

@cowtowncoder thank you a lot for clarifications! :) I just wanted to ask about some off-topics about thread-safety and is it okay to use single instance for whole application, but...

Yeap. I had the same problem. With 1.7.7 version the problem has been solved :)

Reflection does not work with spring boot that is run as a boot-jar (java 17) We tried several ways - nothing worked. Classes in dependencies are scanned correctly, but in...