Gwénaël Ruelland
Gwénaël Ruelland
not working on anything rn, feel free to start, i'll jump on the boat later to help
@ajarmoniuk tests on my personal poms looks better today than the 2y old screen cap. looks fixed to me here from    
am also trying more cases before final word
  -DallowMajorUpdates=false -DallowSnapshots=false org.codehaus.mojo:versions-maven-plugin:display-dependency-updates  not good ....
@ajarmoniuk you and i both let allowAnyUpdates=true by default   return empty  
what is the intended behaviour, let allowAny true by default ? should allowMajor=false imply allowAny=false ?   
ternary operator looks correct to me too. in order to get correct result i was required to execute : -DallowAnyUpdates=false -DallowMajorUpdates=false about improvements: allowMinor allowMinor etc could be replaced by...
default previews pattern would be public static final Pattern PREVIEW_PATTERN = Pattern.compile( "(?i)(?:.*[-.](a|alpha|b|beta|cr|m|mr|preview|rc|rm)" + "(\\d{0,2}[a-z]?|\\d{6}\\.\\d{4})|\\d{8}(?:\\.?\\d{6})?)$" ); overridable by -DpreviewsPattern default snapshot pattern would be public static final Pattern SNAPSHOT_PATTERN =...
well yes the system is hard on us. composer for php as a nice syntax with "1^". infinity or ^ will need change maven itself, for the better haha ^^...
ok i'll try to work on a PR when i can