Dikran's blog - "Research, Create, Share"
About Java, Web and related technologies
Showing posts with label
java
.
Show all posts
Showing posts with label
java
.
Show all posts
Monday, February 8, 2021
SLF4j Logging performance: lazy argument evaluation
›
Sometimes we need to log a dynamically generated expressions that are very expensive to compute. For instance I had to log an object ...
Tuesday, April 3, 2018
Compile Maven project and tests with different compilers and with different unit and integration test directories
›
My project is java, and I wanted to give my team the possibility to use java/junit and groovy/spock for our tests. Moreover I wanted to ke...
1 comment :
Tuesday, December 1, 2015
Automated Testing Aid: Manually Running a Quartz Job
›
I work in a project where testing is a first class citizen. We do unit tests, security tests, integration tests, end-to-ends api tests (S...
1 comment :
›
Home
View web version
Dikran Seropian