grzechup
grzechup
Changing jdk from 1.8_202 to 1.8_333 in my system maven worked for me. I think this is an issue with 32 version of jdk. I'm working on linux. Check your...
Hey, same issue here, it only happens when I squash commits on merge requests. ``` hudson.plugins.git.GitException: Command "git rev-parse 98a6d794e986f081fcc1b6357502cf1ca8558d16^{commit}" returned status code 128: stdout: 98a6d794e986f081fcc1b6357502cf1ca8558d16^{commit} stderr: fatal: ambiguous argument...
I would love to see that feauture, I have multiple tabs opened and I miss the multirows option from original Notepad++ on Windows.
I would love to see this feature. For example, I have the following method query in my repository. ` Optional findByServiceProviderBwIdAndGroupBwIdAndUserBwIdAndMonitoredContactContactNameAndMonitoredContactContactNumber(String serviceProviderId, String groupId, String userBwId, String contactName, String contactNumber);`...
> if you extend your repository with `JpaRepository` then you can use a default method which calls your origin repository method: `public interface UserRepository extens JpaRepositry {` ` List findUserByCreatedDateAndHairColorAndFavoriteTeamAndBLaBla(param1,...