gnodet commented on code in PR #1929: URL: https://github.com/apache/maven/pull/1929#discussion_r1850834371
########## api/maven-api-spi/src/main/java/org/apache/maven/api/spi/PropertyContributor.java: ########## @@ -38,6 +40,19 @@ public interface PropertyContributor extends SpiService { * Invoked just before session is created with a mutable map that carries collected user properties so far. * * @param userProperties The mutable user properties, never {@code null}. + * @see #contribute(ProtoSession) */ - void contribute(Map<String, String> userProperties); + default void contribute(Map<String, String> userProperties) {} Review Comment: Glad we keep compatibility somehow ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org