Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Added lombok plugin to be able to create data object , and add some model objects templates to start with#2223

Open
ajitfb wants to merge 1 commit intomainfrom
export-D44281679
Open

Added lombok plugin to be able to create data object , and add some model objects templates to start with#2223
ajitfb wants to merge 1 commit intomainfrom
export-D44281679

Conversation

@ajitfb
Copy link
Contributor

@ajitfb ajitfb commented Mar 22, 2023

Summary:
Added lombok plugin to be able to create data object , and add some model objects templates to start with.

Overall execution plan: https://docs.google.com/document/d/1j-2mf1bPdR9vsahhSeB2LfHHC3pSAXY8aV99cNHUoPk/edit#

This diff:

  1. creates a lombok object to efficiently add model objects.
  2. creates model objects with annotation pre processor , supported by lombok during compile time.
  3. Added a generated file for lombok config.
  4. Added a threadsafe cache which will be used as a primary cache.

Upcoming:

  1. create singleton to instantiate a deployment meta class with respective models.
  2. use spring way to create config class to create singleton.
  3. Hook up controller to use this

Differential Revision: D44281679

…odel objects templates to start with

Summary:
Added lombok plugin to be able to create data object , and add some model objects templates to start with.

Overall execution plan: https://docs.google.com/document/d/1j-2mf1bPdR9vsahhSeB2LfHHC3pSAXY8aV99cNHUoPk/edit#

This diff:

1. creates a lombok object to efficiently add model objects.
2. creates model objects with annotation pre processor , supported by lombok during compile time.
3. Added a generated file for lombok config.
4. Added a threadsafe cache which will be used as a primary cache.

Upcoming:

1. create singleton to instantiate a deployment meta class with respective models.
2. use spring way to create config class to create singleton.
3. Hook up controller to use this

Differential Revision: D44281679

fbshipit-source-id: 5bbb4e748c59fb79410bb0c418658f2488ea7991
@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Mar 22, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44281679

@facebook-github-bot
Copy link
Contributor

Hi @ajitfb!

Thank you for your pull request.

We require contributors to sign our Contributor License Agreement, and yours needs attention.

You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants