Mark Derricutt

Results 140 comments of Mark Derricutt

This would be a duplicate of #952.

Would love to see this updated - looking at the projects `pom.xml`, I see this is likely fixed in `maven-dependency-analyer`, which had a recent release (last month), so updating `1.15.1`...

It looks like updating the analyzer works, but also fails one IT test, I'm unfamiliar with either code base but will try and see if I can spot whats changed/broken.

Would be nice to see this as part of any work to resurrect OSGi support (#983). Keeping the library JDK8 compatible for now should be of concern as well IMHO.

@delaveganz any idea if those new packages auto-update?

Any updates on resolving this at all @barchetta ?

Naive question with `mvnd` - why is the maven version tied to releases of `mvnd`? I assume it currently ships with an embedded version, but would be nice to define...

Also, originally Guava’s Function/Predicate/Optional and other classes, as well as existing before the core platforms versions, didn’t extend from Java’s until later in their release cycle when JDK8 was quite...

Sadly, the problem now shifts to spotless (in my case, the `spotless-maven-plugin`), which doesn't recognise `_` and flags the file to be excluded from formatting. Darn catch-22's.

@chongkai weird, seemed to work fine now - did show up as a warning but worked fine, and I see spotless-maven-plugin 2.3.0 is out as well. So all good.