ollierob commented on issue #11167:
URL: https://github.com/apache/maven/issues/11167#issuecomment-3365034435

   Also worth noting an apparent difference in file canonicalization which is 
generating the network path in the first place in `DefaultProjectBuilder.build`:
   ```java
   #Oracle OpenJDK 21
   moduleFile => H:\work\html-uis\konsolidator\protos\pom.xml
   moduleFile.getCanonicalFile() => H:\work\html-uis\konsolidator\protos\pom.xml
   
   #Oracle OpenJDK 25
   moduleFile => H:\work\html-uis\konsolidator\protos\pom.xml
   moduleFile.getCanonicalFile() => 
\\colo-01-fs02\developers$\ollie\work\html-uis\konsolidator\protos\pom.xml
   ```


-- 
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