Thomas
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
-
-
Thomas created a post, AnsweredUnable to import Arrow core classes after adding Maven dependency
Hi all, I'm having trouble adding Arrow to a Maven project created from a simple start.spring.io skeleton. I've added Arrow core as a dependency to the POM and refreshed Maven. I can "Navigate -> C... -
Thomas created a post, AnsweredClass doesn't contain matching constructor for autowiring
IntelliJ is giving me the error in the title for the following Kotlin code in a Spring Boot project: @Serviceclass JedisCacheRepository( private final val redisProperties: RedisProperties, privat... -
-
-
-
-
Thomas created a post, Answeredcannot find symbol -- integration test class depends on unit test class
We have a Java project with three source sets: main, test, integTest. There is a compile-time dependency between integTest and test (integTest depends on a class from test). The project builds and ...