b58008c8bc4ed4a84cb18befdb3bf64ba93db980
Build and Deploy Spring Boot Server / build (push) Successful in 3m36s
Quick Add deliberately creates stub expenses with amount 0 and no category (ExpenseInput allows both), but ExpenseChangeRequest required amount >= 0.01 and a non-blank category, so every edit of a stub that did not simultaneously fill in both fields was rejected with 400. Update validation now accepts the same states create can produce, and a blank category is normalized to null. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Run it locally:
-
build the current state: mvn clean install or mvn clean install -DskipTests
-
docker it up and run it docker-compose -f dev-docker-compose.yml up --build
Description
Releases
9
Fixed Server Issue
Latest
Languages
Java
100%