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

Support for declarative build function callbacks in the Spring container #1105

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 24, 2024

  1. Support for declarative build function callbacks in the Spring container

    -- add FunctionCallbackMethodProcessor to support parsing.
    -- add the FunctionCalling annotation to declare
    -- add FunctionCallbackMethodProcessorIT as test
    
    Dependent on spring-projects#1099
    KAMO030 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    43f2465 View commit details
    Browse the repository at this point in the history
  2. Supports FunctionCallbackContext to fetch FunctionCallback instances …

    …from the container at runtime.
    KAMO030 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5dbdce2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    bd45b08 View commit details
    Browse the repository at this point in the history