File tree Expand file tree Collapse file tree
docs/features/upgrade-to-2026 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,10 +137,10 @@ Integration tests should live in the module containing the code they test:
137137** Integration tests - [ x] OK:**
138138- ` RestaurantServiceIntegrationTest ` in ` restaurant-service-main/src/integrationTest/ ` - correctly placed (full service test)
139139
140- ### 6. ftgo-order-history-service - [ ]
140+ ### 6. ftgo-order-history-service - [ x ] DONE
141141
142- ** Starters/Auto-config - [ ] :**
143- - ` OrderHistoryServiceMain.java ` : Review consumer configuration imports
142+ ** Starters/Auto-config - [ x ] OK (no changes needed) :**
143+ - ` OrderHistoryServiceMain.java ` : Uses DynamoDB (not JPA), has specific Kafka consumer config that is required
144144
145145** Move @Configuration classes - [ x] OK:**
146146- ` OrderHistoryDynamoDBConfiguration ` correctly in ` order-history-service-dynamodb/ `
@@ -164,4 +164,4 @@ After each service change:
1641643 . ftgo-accounting-service - [ x] DONE (starters partial - no starter for command-handlers due to contract tests)
1651654 . ftgo-delivery-service - [ x] DONE (starters)
1661665 . ftgo-restaurant-service - [ x] DONE (starters)
167- 6 . ftgo-order-history-service - [ ] (starters only )
167+ 6 . ftgo-order-history-service - [ x ] DONE (no changes needed - uses DynamoDB )
You can’t perform that action at this time.
0 commit comments