Commit 8adf035
authored
🐛 Cache Maven Search Err & Fix artifactID (#893)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- Bug Fixes
- Corrected artifact path resolution for exploded JARs, ensuring proper
local repository layout and copy destinations.
- Reliability
- More robust handling of Maven search outages and non-OK responses with
clearer errors, reducing noisy failures and stabilizing dependency
retrieval.
- Performance
- Caches server-side Maven search errors to avoid repeated lookups,
reducing unnecessary network calls and speeding up repeated operations.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Signed-off-by: Emily McMullan <[email protected]>1 parent feb8b99 commit 8adf035
File tree
1 file changed
+18
-1
lines changed- external-providers/java-external-provider/pkg/java_external_provider
1 file changed
+18
-1
lines changedLines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
| 556 | + | |
| 557 | + | |
556 | 558 | | |
557 | 559 | | |
558 | 560 | | |
| |||
570 | 572 | | |
571 | 573 | | |
572 | 574 | | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
573 | 581 | | |
574 | 582 | | |
575 | 583 | | |
| |||
578 | 586 | | |
579 | 587 | | |
580 | 588 | | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
581 | 598 | | |
582 | 599 | | |
583 | 600 | | |
| |||
0 commit comments