erik-meuwese-topicus commented on code in PR #416:
URL: 
https://github.com/apache/maven-build-cache-extension/pull/416#discussion_r2596338876


##########
src/main/java/org/apache/maven/buildcache/xml/DtoUtils.java:
##########
@@ -109,14 +114,11 @@ public static Dependency createDependency(Artifact 
artifact) {
     }
 
     public static void addProperty(
-            CompletedExecution execution, String propertyName, Object value, 
String baseDirPath, boolean tracked) {
+            CompletedExecution execution, String propertyName, Object value, 
Path baseDirPath, boolean tracked) {

Review Comment:
   This is a breaking change. Keep the old method as a delegate to the new 
method and deprecate it with reference to use this method 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to