Renato Ivancic
Renato Ivancic
I guess you need to bump the version of jackson core in your project. JsonFactoryBuilder only exists in jackson-core 2.10 and higher Check out the following issue: https://github.com/swagger-api/swagger-parser/issues/1365
@xak2000 I'm having exact same issue nested changelog relative path was suddenly suffixed with "../". Though at first we tried to fix it with again specifying the child part of...
> @dezared you should handle errors of your code yourself This is like saying if you integrate a library in your backend application at a bank, and you send wrong...
Seems similar to this one, while I don't use test suites in the project, just unit5 platform. https://github.com/spring-cloud/spring-cloud-contract/issues/1863 Gradle 8.6 release doesn't mention much about test suites, so I'm wondering...
I have same issue with version 4.0.3.
BTW @HadesArchitect, feel free to pick this assignment apart and roast it tomorrow in webinar.
You can add it directly to your project as local library/dependency. Done in Readium kotlin toolkit. https://github.com/readium/kotlin-toolkit/blob/main/readium/navigator/build.gradle.kts#L57
Doesn't work for me either.
Close the issue to open another one. At least its good for Sprint velocity.
I'm using jgitver to calculate project version and it seems then the value isn't anymore simple String but an object that isn't serializable. So solution is that the gradle-git-properties plugin...