| commit | cb49488c19401a00f4c7440d7553f5c39e4fa2da | [log] [tgz] |
|---|---|---|
| author | Guillaume Nodet <gnodet@gmail.com> | Fri Jul 18 11:51:14 2025 +0200 |
| committer | Guillaume Nodet <gnodet@gmail.com> | Fri Jul 18 11:51:14 2025 +0200 |
| tree | ab4048dd0fed462bdbe52c3174813cfcc1698206 | |
| parent | 0f72fdb6aadc05acd94e71c3a274ea67e04befd2 [diff] |
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
You have found a bug, or you have an idea for a cool new feature? Contributing code is a great way to give something back to the open source community. Before you dig right into the code, there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:
git diff --check before committing.mvn -Prun-its verify to assure nothing else was accidentally broken.If you plan to contribute on a regular basis, please consider filing a contributor license agreement.