Lucas Han
Lucas Han
## What problem are you trying to solve? When upgrading Java applications and Mockito version, there is a MockitoAnnotiations API (`initMocks`) that is deprecated (see [mockito-core 3.4.0 documentation](https://www.javadoc.io/doc/org.mockito/mockito-core/3.4.0/org/mockito/MockitoAnnotations.html) for details)....
## What's changed? This pull request creates a new Spring 2.7 data YML file with the recipe information for `GetReferenceById` changes. ## What's your motivation? As of Springboot v2.7, both...
## What problem are you trying to solve? As of Springboot v2.7, both `getOne()` and `getById()` methods have been deprecated for `JpaRepository`. The [documentation](https://docs.spring.io/spring-data/jpa/docs/current/api/org/springframework/data/jpa/repository/JpaRepository.html) states that these deprecated methods should...