Releases: maveniverse/heimdall
0.1.3
Parent POM and dep updates.
What's Changed
- Bump org.junit.jupiter:junit-jupiter-api from 5.13.1 to 5.13.2 by @dependabot[bot] in #11
- Bump org.junit.jupiter:junit-jupiter-api from 5.13.2 to 5.13.3 by @dependabot[bot] in #13
- Update to parent 40 by @cstamas in #14
- Update parent POM by @cstamas in #19
New Contributors
- @dependabot[bot] made their first contribution in #11
Full Changelog: release-0.1.2...release-0.1.3
0.1.2
Minor bugfix for session handling.
Full Changelog: release-0.1.1...release-0.1.2
0.1.1
Bugfix: to not mess up user local repository (re prefix files). 0.1.0 was workable, and in fact did not do any harm, but produced "weird" files in local repository. Also, added new IT showing "user wide" setup, where group filters are configured from local repository and not project.
What's Changed
Full Changelog: release-0.1.0...release-0.1.1
0.1.0
"Heimdall keeps watch for invaders and the onset of Ragnarök from his dwelling Himinbjörg, where the burning rainbow bridge Bifröst meets the sky."
Initial release of Heimdall. Is on par with Maven RRF sans the "recording" function (to be done).
On the other hand, contains multiple improvements:
- prefix files are automatically fetched/cached, no need to check them in with sources (those are usually big files)
- group files contains syntax changes:
org.groupmeans "allow org.group and all below",=org.groupmeans "allow org.group only",!org.groupmeans "forbid org.group and all below" and!=org.groupmeans "forbid org.group only". - by default extension is enabled once loaded. Prefix filter is active by default, while groupId filter needs to have path for configuration set (see IT).
Site: https://maveniverse.eu/docs/heimdall/
What's Changed
- Make Heimdall auto-discover prefixes by @cstamas in #7
- Pull out tree by @cstamas in #8
- Use tree for group matching as well by @cstamas in #9
New Contributors
Full Changelog: https://github.com/maveniverse/heimdall/commits/release-0.1.0