Riduidel / aadarchi

A maven archetype to generate easily projects allowing architecture description using a mix of C4, agile architecture, Asciidoc and PlantUML
https://riduidel.github.io/aadarchi/
Apache License 2.0
41 stars 12 forks source link

Implement generic caching mechanism #237

Closed Riduidel closed 1 year ago

Riduidel commented 1 year ago

Requestiong the pom.xml files each time for #235 from GitHUb triggers the rate limiting mechanism. This is bad, and I feel bad. To avoid that, it would be cool to copy/paste the local cache mechanism I've already written in my lifestream (or better, to find a Java library that provides a good implementation)