Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

template engine: ModelAndView that is not a Map #3395

Merged
merged 1 commit into from
Mar 24, 2024
Merged

template engine: ModelAndView that is not a Map #3395

merged 1 commit into from
Mar 24, 2024

Conversation

jknack
Copy link
Member

@jknack jknack commented Mar 18, 2024

  • Allow to use anything as Model
  • Remove put() methods from ModelAndView
  • Introduce MapModelAndView
  • Replace new ModelAndView(String, Map) by ModelAndView.map()
  • fix ModelAndView that is not a Map #3113

- Allow to use anything as Model
- Remove `put()` methods from ModelAndView
- Introduce `MapModelAndView`
- Replace `new ModelAndView(String, Map)` by `ModelAndView.map()`
- fix #3113
@jknack
Copy link
Member Author

jknack commented Mar 18, 2024

/cc @agentgt @satsen

@jknack jknack merged commit c2ac32f into 3.x Mar 24, 2024
5 checks passed
@jknack jknack deleted the b3113 branch May 28, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ModelAndView that is not a Map
1 participant