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

Add new ContainerHandlerBuilder #144

Closed
sapessi opened this issue Apr 6, 2018 · 1 comment
Closed

Add new ContainerHandlerBuilder #144

sapessi opened this issue Apr 6, 2018 · 1 comment

Comments

@sapessi
Copy link
Collaborator

sapessi commented Apr 6, 2018

  • Framework version: 1.2
  • Implementations: Jersey / Spring / Spring Boot / Spark

Scenario

To make it easier to customize the configuration of a container handler, we should add an additional builder object that developers can use to pass all necessary configuration parameters in the static block of their code

Expected behavior

SpringLambdaContainerHandler handler = HandlerBuilder.register("my.class").
                  defaultContainerConfig().springProfiles("profile-1").build();
@sapessi sapessi added this to the Release 1.2 milestone Apr 6, 2018
@sapessi sapessi removed this from the Release 1.1.1 milestone Jun 19, 2018
@sapessi sapessi added this to the Release 1.4 milestone Sep 27, 2019
@sapessi
Copy link
Collaborator Author

sapessi commented Sep 30, 2019

Release 1.4 is out on maven central. The release notes include a list of all the changes. Closing this issue.

@sapessi sapessi closed this as completed Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant