Debraj Manna
Debraj Manna
Changes 1. Update google format to 1.14.0 2. Add `add-opens` as mentioned [here](https://github.com/google/google-java-format/issues/787#issuecomment-1200762464).
We are using Redisson to store data in Redis. Now we namespace our data by using `RMapCache`. We are checking if there is a way to do eviction at the...
I am trying depclean 2.0.5 with Java 11 based project as mentioned [here](https://github.com/ASSERT-KTH/depclean/tree/2.0.5?tab=readme-ov-file#installing-and-building-from-source) ``` mvn compile mvn se.kth.castor:depclean-maven-plugin:2.0.5:depclean ``` Java version ``` debraj@Nexlas-MacBook-Pro backend-connectors % java -version openjdk version "11.0.26"...
I am new to coveralls and trying to integrate with a project to see how it works. ``` [INFO] Gathered code coverage metrics for 3 source files with 197 lines...