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

Allow components to contribute models + migration guide for LB3 components #5477

Merged
merged 2 commits into from
May 21, 2020

Commits on May 21, 2020

  1. feat(repository): allow components to contribute models for DI

    Add a new optional property `models` to `Component` interface, to allow
    extension developers to declaratively contribute model classes to be
    bound in the target context.
    
    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed May 21, 2020
    Configuration menu
    Copy the full SHA
    de2d68b View commit details
    Browse the repository at this point in the history
  2. docs: migrate LB3 components contributing models

    - Create a first version of the migration guide describing the simplest
      use case where the model is not persisted.
    
    - Add a link to a follow-up issue where we will discuss advanced
      scenarios.
    
    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed May 21, 2020
    Configuration menu
    Copy the full SHA
    917757d View commit details
    Browse the repository at this point in the history