This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
v0.1.5
Features
- Add
/modules/{version}
endpoint to retrieve modules compatible with the provided Spring Boot version. - Add supported BOM version so that we can generate a project using the productized BOM version.
Changelog
83037f1 (tag: v0.1.5) Add supported BOM version.
3d709ce Fix typo.
33ec181 Add endpoint to filter modules by Spring Boot version.
bcbfd59 Move GetCorrespondingSnowDropBom & add IsBOMVersionSupported to Config.
f9f7fc5 Module should not be available if version is not correct.
9898875 Automate output of available routes.
8dfa197 Add GetModulesCompatibleWith function and tests.
4bb10e9 Fix improper Debugf call.
48b70df Fix Debugf calls.
5761cb0 Move IsAvailableModule closer to type definition.
c48a53b Fix typo.