Releases: moonlight-architecture/java-starter-kit
Releases · moonlight-architecture/java-starter-kit
Release list
v0.0.3
Starter kit tag v0.0.3. moonlight new will pick this up as the latest template.
- Ships Moonlight Java SDK
com.jet.moonlight:jet:0.0.3 - Login returns
UserView; JWTtoken_versionis bumped atomically for single-session - Permission catalog upsert +
RolePermissionCache;auth/meis the protected example - MIT license; local Maven repo ships only the current SDK jar; template tests stay empty; local stress harness is gitignored
v0.0.2
Starter kit tag v0.0.2. moonlight new will pick this up as the latest template.
- Ships Moonlight Java SDK
com.jet.moonlight:jet:0.0.2 - Datasource URL, username, and password live in
application.propertiesso Spring Boot 4 starts cleanly - Removed unused search/filter code, SPA routing, Quartz, ModelMapper, and old JSONObject
requireshelpers