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
Copy file name to clipboardExpand all lines: docs/notes/2.33.x.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ Fix jar-tool repacking for DEFLATED ZIP entries that use data descriptors.
48
48
49
49
Fix a `KeyError` regression in `pants check` (and other JVM goals) for resolves whose lockfiles contain a transitive dependency without a corresponding coord entry, by restoring the missing-entry guard removed in [#22906](https://github.com/pantsbuild/pants/pull/22906).
50
50
51
+
Add the `[jvm].intermediate_jars_remote_cache` option to enable remote caching of intermediate JAR artifacts. This can significantly reduce local process overhead in environments with a low-latency remote cache, such as CI.
52
+
51
53
#### Python
52
54
53
55
The `--changed-since` functionality now works correctly in the presence of deleted Python files. I.e., if test.py imports from foo.py and foo.py is deleted from the repo, then `--changed-since=...` with `--changed-dependents=transitive` will detect that test.py "depends" on the deleted file and, e.g., run it.
0 commit comments