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
Add busybox wget support as fallback in only-mvnw script
- Enhanced only-mvnw script to try busybox wget when neither wget nor curl is available
- Added busybox wget detection in all HTTP request functions:
* resolve_jdk_url() for JDK URL resolution API calls
* redirect URL resolution logic
* get_latest_version_from_disco() for version API calls
* install_jdk() for JDK file downloads
* main Maven distribution download section
- Updated error messages to include busybox wget as supported option
- Updated integration tests to handle busybox wget error messages
- Improves compatibility with minimal Linux environments like Alpine containers
// The test should either fail checksum verification or use system JDK
50
50
assert checksumFailure || networkIssue || systemJdkUsed, "Either checksum verification should occur, network issue encountered, or system JDK should be used"
0 commit comments