Re: [lang] What does the animal-sniffer-maven-plugin compare against?

2022-05-02 Thread Jochen Wiedmann
det: Monday, May 2, 2022 8:05:48 PM > An: Apache Commons Developers List > Betreff: Re: [lang] What does the animal-sniffer-maven-plugin compare against? > > Followup question: Should the following reveal a property definition? > Because, I only see uses of ${javaTarget.majorVersio

Re: [lang] What does the animal-sniffer-maven-plugin compare against?

2022-05-02 Thread Bernd Eckenfels
Bernd -- http://bernd.eckenfels.net Von: Jochen Wiedmann Gesendet: Monday, May 2, 2022 8:05:48 PM An: Apache Commons Developers List Betreff: Re: [lang] What does the animal-sniffer-maven-plugin compare against? Followup question: Should the following reveal a

Re: [lang] What does the animal-sniffer-maven-plugin compare against?

2022-05-02 Thread Jochen Wiedmann
Followup question: Should the following reveal a property definition? Because, I only see uses of ${javaTarget.majorVersion}, and no definition. $ mvn help:effective-pom | grep -i majorVersion java${javaTarget.majorVersion}${javaTarget.minorVersion} java${javaTarget.majorVersion}${javaTarget

[lang] What does the animal-sniffer-maven-plugin compare against?

2022-05-02 Thread Jochen Wiedmann
Hi, I am currently preparing a feature for Lang, that makes use of MethodHandle.invoke(Object...) According to the Javadocs [1], this should be fine, but I am getting this from the animal-sniffer-maven-plugin: [INFO] --- animal-sniffer-maven-plugin:1.21:check (checkAPIcompatibility) @ commons-la