jdk-classfile-backport icon indicating copy to clipboard operation
jdk-classfile-backport copied to clipboard

Finer-grained update process

Open dmlloyd opened this issue 2 months ago • 0 comments

Presently all JDK changes are processed as a single periodic diff. We could possibly go to a finer-grained solution where we get the log of all affected paths, and then create diffs for each commit with a link to the upstream commit for each one.

Another thing to consider is that we presently do not use pull requests for JDK updates.

dmlloyd avatar Oct 01 '25 14:10 dmlloyd