Skip to content

Allow bean registration of server-webmcv components #3763

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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

spencergibb
Copy link
Member

@spencergibb spencergibb commented Apr 14, 2025

This replaces the spring.factories mechanism.

  • HandlerFunctions
  • Predicates
  • Filters
  • Add documentation
  • Fix AOT

Fixes gh-3250

This replaces the spring.factories mechanism.

Fixes gh-3250
@spencergibb
Copy link
Member Author

This works now by adding PredicateSupplier and FilterSupplier as beans rather than in spring.factories.

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.

Allow registering custom filters and predicates in programmatic way (not spring.factories)
2 participants