You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ADFA-4636: Fix three correctness issues in stripJar
- Use removeSuffix(".jar") instead of replace(".jar", ...) so only the
trailing extension is affected, not any earlier occurrence in the name
- Add a .prefixes companion file alongside the stripped JAR so changes
to excludeEntryPrefixes invalidate the cached output even when the
source JAR mtime is unchanged
- Write to a .tmp file and atomically rename to dest on success; delete
the temp file on any failure to prevent partial output from being
treated as valid on subsequent builds
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
0 commit comments