Fabien Recco

Results 9 comments of Fabien Recco

Hello @tarekbazine, I have a proposal solution for this issue (I was in a similar situation). The PR is https://github.com/springfox/springfox/pull/3728 Could you try it with your use case and check...

Hello @sta-szek I have contributed and proposed some Pull Requests (and upgrade the lib to work with last java versions). Pojo-tester is a library I use for 2 years (and...

> @krzema12 until support gets added upstream you can use @ZacSweers fork that should have much better support for newer versions of Kotlin: https://github.com/ZacSweers/kotlin-compile-testing Is it possible to make a...

I can do maintenance too. I use it in all companies I work and know developers using it. It's a great library, integrated with Spring framework, maybe that need some...

I made it work with java 12/13 on a fork. I will open a PR asap. Here is the commit corresponding to the migration from java 8 to 12 :...

This is the PR for Java 13 support https://github.com/sta-szek/pojo-tester/pull/241

In fact there is a bug I have identified concerning generation of objects when trying to test hashcode and equals methods. Sometimes it generates similar objects, with same hash code...

Thanks for the PR. You should also handle `@NonNull` (https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/lang/NonNull.html) for fields with `nullable: false` for good interpolation with Kotlin ;)