-
Notifications
You must be signed in to change notification settings - Fork 87
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
Switch from dozer to orika #147
Labels
common
Cross cutting stuff
easyfix
Good for newcomers
enhancement
New feature or request
logic
logic layer (business logic, usecases, component facade)
Milestone
Comments
hohwille
added
common
Cross cutting stuff
enhancement
New feature or request
logic
logic layer (business logic, usecases, component facade)
labels
Sep 16, 2019
IMHO we should do the following:
|
This was referenced Feb 3, 2020
Merged
So we only need to complete and merge PRs and can then close this issue. |
hohwille
pushed a commit
that referenced
this issue
Feb 17, 2020
hohwille
pushed a commit
to hohwille/devon4j
that referenced
this issue
Feb 17, 2020
hohwille
added a commit
to hohwille/devon4j
that referenced
this issue
Feb 17, 2020
Merged
hohwille
added a commit
that referenced
this issue
Feb 18, 2020
Only remaining issue is update and merge of PR for devonfw-ide. |
maihacke
pushed a commit
to maihacke/devon4j
that referenced
this issue
Feb 21, 2020
maihacke
pushed a commit
to maihacke/devon4j
that referenced
this issue
Feb 21, 2020
PRs merged so closing as all is done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
common
Cross cutting stuff
easyfix
Good for newcomers
enhancement
New feature or request
logic
logic layer (business logic, usecases, component facade)
As discussed in #72 we shoud finally replace dozer with orika (or if someone comes up with a more suitable replacement and the according support it may also be something else).
However, dozer is slow and more modern solutions like orika with runtime bytecode generation can improve performance massively (bean mapping ~10x faster).
The text was updated successfully, but these errors were encountered: