Gradle maven fallback streaming optymization#125
Conversation
…rt latest gradlew
… for metadata and artifact requests
… implementation artifacts
|
This branch currently has no diff against #114 ( On the change itself: I flagged the buffering divergence in #114 as a behavioural note rather than a performance problem. The marker fallback path only handles plugin marker POMs (<1KB), checksum sidecars (~40 bytes) and If you do still want to pursue it, please either retarget the base branch to |
…ack-streaming-optymization
Follow-up to #114
The performance fix so fallback metadata requests stream when metadata caching is off, which removes the buffering bottleneck in that path.