Bs Mahi
Bs Mahi
Hi @TomChatt2 Recently have migrated my personal project from JUnit4 to JUnit5 using `SpringBoot2JUnit4to5Migration` recipe and have used the following dependencies with the versions `rewrite-maven-plugin` as `5.27.2` `rewrite-spring` as `5.7.0`...
Hi @timbuethe and @timtebeek, Have tried to reproduce the issue and here is my observation, in fact it is working fine and changing the spring cloud version to `2023.0.2` for...
Hi @aakash03chaudhari For BulkWriteOperation, BulkOperations, and BasicDBObject Could you please help me with the package name for the above and if any other packages you need recipes, I will help...
Hi @timtebeek I could find some more information on this topic https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide#tag-providers-and-contributors-migration Hope this helps. I will further explore on it. Thanks, Mahi
Hi @tubbynl, In this context `return users.findByEmail(username).orElseThrow().toUserDetails();` is correct one because - `users.findByEmail(username)` returns an Optional. - `.orElseThrow()` ensures that if no user is found, an exception is thrown. -...
Hi @ThomasVitale Next I would like to pick this one. Could you please assign it to me. Thanks, Mahi
Hi @ThomasVitale I totally agree with you. Sure, we will wait for the Spring Boot 4 release. Thanks for your inputs as well; As always, Mahi
Hi @ThomasVitale In fact, on the same the topic, they were discussing in the below issue https://github.com/awspring/spring-cloud-aws/issues/1499 Thanks, Mahi
Hi @ThomasVitale I would like to pick up this one; could you please let me know some background about it? Looks I need to create custom endpoint with `@ReadOpeartion` and...
Hi @ThomasVitale After completing my ongoing tasks, I intend to proceed with this and will use the link below as a reference. [KeyCloak TestContainer](https://testcontainers.com/modules/keycloak/) Could you please let me know...