Smitaambiger opened a new pull request, #632:
URL: https://github.com/apache/burr/pull/632

   @skrawcz  Related to #416
   
   This PR adds an optional `override_state_values` parameter to 
`ApplicationBuilder.initialize_from`, allowing callers to override or augment 
state values when initializing from a persisted state.
   
   ## Changes
   - Added `override_state_values` parameter to `initialize_from`
   - Stored override values on the builder
   - Applied overrides after persisted state is loaded
   
   ## How I tested this
   - Reviewed the state initialization and persistence flow
   - Verified that override values are applied after loading persisted state
   - Confirmed existing behavior is unchanged when overrides are not provided
   
   ## Notes
   This change is backward-compatible and only applies when
   `override_state_values` is explicitly passed.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to