goutamadwant commented on issue #1036: URL: https://github.com/apache/maven-compiler-plugin/issues/1036#issuecomment-5691804691
@gnodet I reproduced this on current master for main/test compilation and forked javac #1127 contains the initial classpath change and regression tests. @shinkai-tester's mixed Kotlin/Java project passes with the change, but broader testing exposed a blocker: a full rebuild can incorrectly resolve stale Java class files after a source or class declaration is removed. This also occurs with normally located sources containing a second package-private class. The comparison is not ready to merge. The current incremental cache does not identify every javac-produced output, so the fix needs ownership-aware cleanup while preserving classes generated earlier by Kotlin. Would an output inventory similar to the 3.x created-files approach be the preferred direction? -- 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]
