Skip to content

Commit 4742a24

Browse files
committed
Add note
1 parent 522d551 commit 4742a24

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/notes/2.33.x.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Fix jar-tool repacking for DEFLATED ZIP entries that use data descriptors.
4848

4949
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).
5050

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+
5153
#### Python
5254

5355
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

Comments
 (0)