Aleksandar Vidakovic

Results 36 comments of Aleksandar Vidakovic

@HarimbolaSantatra accidentally closed the PR... re-opened it.

No Jira ticket. Does more than the subject line indicates (you are also upgrading Github Actions). Also: rebase 4 commits into one otherwise PR will not be accepted.

@sleroy once the PR is done I'll configure this. Looks useful. Documentation about Maven plugin configuration: https://github.com/trautonen/coveralls-maven-plugin

@sleroy I suggest we use something like JMH... I think the main project has such tests too.

@sleroy module with a simple example is added.

@fab918 ... I am using: ``` annotationProcessor "com.infobip:infobip-spring-data-jdbc-annotation-processor" ``` Note: the latest version 9.0.7 is not compatible, but I've created a PR to move all dependencies from "com.querydsl:*" to "io.github.openfeign.querydsl:*"...

I see your concern(s)... just interested to make this stuff work and being updated properly... and I'm willing to help. I read the discussions you pointed out and can follow...

Just one caveat: we can run ON JDK 21, but we can not compile TO JDK 21 language version... Eclipse Link is only supporting Java 17. FYI