Sergey Chernov
Sergey Chernov
This feature looks interesting. @cardil please note, that your PR has conflicting files.
Backported for 1.x in #69
You can try to use [hamcrest-more-matchers](https://github.com/seregamorph/hamcrest-more-matchers) (available on maven central). Your sample will look like ```java import static com.github.seregamorph.hamcrest.MoreMatchers.where; @Test public void test() { List list = Arrays.asList(new Item() .setStringElem("el-non-match")...
@reitzmichnicht you can find a raw solutions here: https://github.com/j-easy/easy-random/compare/master...seregamorph:generic-base-class-classmate - uses `com.fasterxml.classmate` (jackson also has this dependency) to resolve generic type Alternative impl: https://github.com/j-easy/easy-random/compare/master...seregamorph:generic-base-class-spring-core-no-spring - it is based on the...
@ryanrupp you are right, such enhancement makes sense. And yes, initially not to complicate the change too much, the simple strategy with deletion of corrupted archive was used, the simple...
The fix with several retries can be a simple and short-term solution, but it does not look like a good idea in a long-term. Private projects mostly should not rely...
That's a good question 😅 One of the options is to make the nexus repository available on public internet, just require authentication. As an option expose if via ngrok, example...
This seems to be related https://github.com/autonomousapps/dependency-analysis-gradle-plugin/pull/1170
This PR solves request for `projectHealth` (not `buildHealth` yet) https://github.com/autonomousapps/dependency-analysis-gradle-plugin/pull/1178
I've updated the implementation moving the gradle file name prepending to `ProjectHealthTask` not to cache the `GenerateProjectHealthReportTask` output with absolute path (while it's not a task input).