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

Check opportunities to simplify integration with Spring #4

Open
2 tasks
aaime opened this issue Nov 4, 2024 · 1 comment
Open
2 tasks

Check opportunities to simplify integration with Spring #4

aaime opened this issue Nov 4, 2024 · 1 comment

Comments

@aaime
Copy link
Member

aaime commented Nov 4, 2024

Quoting mail from @aaime :

The other troublesome bit is that the some of the core integration of the dispatcher has overridden some
Spring bits in a deep way to get support for the @HTMLOutput annotations and
the general output format management (e.g., the support of "f=json", or the variable interpretation of
what "f=json" means for example). I don't see it a priority, but you might think otherwise.

Parts of the codebase to consider for potential improvements:

  • Manual setup of the Dispatcher
  • Custom APIBodyMethodProcessor subclass of RequestResponseBodyMethodProcessor to support the HTMLResponseBody annotation
  • Anything else that might streamline our integration and make Spring upgrades less painful.

This week:

  • tour of the codebase
  • collect feedback and establish if we are comfortable with the approach
@aaime aaime converted this from a draft issue Nov 4, 2024
@jodygarnett
Copy link
Member

Andrea would like feedback/review before this goes live; thinking about long term integration costs as spring updates occur.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants