Export Maven/Gradle Project
You can now (thanks to @tadayosi) do jbang export maven or jbang export gradle to convert your jbang scripts into maven or gradle projects
if you absolutely need the complexity in your project :)
Try it out and report issues/missing things in conversion.
Basic Auth now works with properties
Those using scripts that are behind basic auth secured urls can now use ${} property expressions in the username/password section of urls, i.e. https://${SOME_USERNAME}:${SOME_PASSWORD}@example.com.
Changelog
🚀 Features
- f7a118d feat: support Basic Auth in the catalog-ref URL (#1886) (#1887)
- dcd16c6 feat: export maven/gradle project (#1936)
🐛 Fixes
- 3271c37 fix: handle symbolic links in untar (#1958)
- 0daf85f fix: allow env as alias for java-env (#1957)
- 8b6ea90 fix: enable gh cli in report.yml
- f6effa0 fix: export maven/gradle should not touch default packages (#1949)
- f26fd7e fix: avoid downloading java 21 for no good reason (#1953)
- b24358c fix: do not assume @ always means catalog (#1954)
- 24a6f75 fix: Add auth token to githubusercontent requests (#1942) (#1943)
- a504967 fix: stop using comprimised github action (#1952)
- 5f83857 fix: stop using comprimised github action (#1951)
🔄️ Changes
🧰 Tasks
- c19859b chore: fix justfile for windows (#1935)
- 47b3886 chore(deps): update github-actions (#1919)
- cee5af2 chore(deps): pin dependencies (#1922)
🛠 Build
- 62526ae ci: improved gradle handling in GH workflows
- 60bbaf1 build: update .justfile to fix typo (#1931)
- e75f367 [minor] release
- e7bf873 re-enable cli doc build (#1956)
- 62b9226 add tadayosi as a contributor for code (#1948)
- 54f3ee7 add just jbang to run current built jbang
Contributors
We'd like to thank the following people for their contributions:
Bartosz Popiela, GitHub, Max Rydahl Andersen, Robin Tegg, Tadayoshi Sato, Tako Schotanus, allcontributors[bot], renovate[bot]