Stefano Cordio
Stefano Cordio
This is now merged. Thanks for your first contribution, @dehasi!
Spotless complains about the formatting of the new license headers: ```diff @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You...
@upsidedownsmile I noticed the links in your message were broken, so I tried to restore them. I tried to look at the test but I'm not sure I understand how...
> Maybe the project URL of assertj-core should be `https://www.javadoc.io/doc/org.assertj/assertj-core/${assertj.version}` instead of `https://assertj.github.io/doc/#assertj-core`. But then the javadoc must be located under `https://www.javadoc.io/doc/org.assertj/assertj-core/${assertj.version}/apidocs`. I wouldn't point the project URL to `javadoc.io`....
We will rework our docs to support v3 and v4 in parallel (and maybe relocate them somewhere else in our GitHub org) so I'm leaving this open for further thoughts.
Just FYI, we use a slightly shorter config in `assertj-guava`: https://github.com/assertj/assertj/blob/4f072c99641691f67f4217eff44d4d1866ddc274/assertj-guava/pom.xml#L168-L171 And I just realized we have a cosmetic bug 🙂 (#3478)
`main` is not yet open for contributions, please target `3.x` for now (where `` is already used). What I meant in the other ticket is that I don't get the...
I am trying to move to a module-only build in AssertJ (assertj/assertj#3771) and would be very happy to see the change in this PR happen. Let me know if there...
So far, I managed to get Mockito working on the module path in assertj/assertj#3771 so there is _at least_ one setup working with the current artifacts, therefore it might be...
> 2\. `libraries.depname` could be migrated to a [version catalog](https://docs.gradle.org/current/userguide/platforms.html) and even have the variable name be libraries with the same access keys. I can give a shot to that...