Hi Eugen
Le 08/12/2023 à 19:05, Eugen Stan a écrit :
Thanks Nicolas,
Merging git / rebasing does not sound like a fun operation.
How does it go in practice?
How often do you encounter conflicts and how easy it is to deal with
them.
Do you usually make changes to the ofbiz source code?
How do you add new components?
I live with it well :) because we don't touch the framework and try to
work mostly on dedicate plugin.
The reason that we tried to improve OFBiz to support most extend cases
through the plugin.
I am doing some research to support my PR
https://github.com/apache/ofbiz-framework/pull/678 .
Yeah when we are on refactoring process I agree it's pain.
I believe publishing libraries will open up new deployment options.
Would love to hear your thoughs on that if you have time to check it out.
I started a review of your PR, I'll try to do a constructive return, the
time that I understand well your goal.
Thanks for your work Eugen !
Nicolas
Regards,
Eugen
La 08.12.2023 15:25, Nicolas Malin a scris:
Hello Eugen,
From our side, we have the ofbiz-framework dedicate on each project
on our gitlab.
We add the official repo on available git remote, fetch and merge the
wanted branch on the following local branch.
After rebase all depending branch to keep all up to date.
If you are not connected to git, I think the better way is retrieve
the patch between two release tags.
Nicolas
Le 08/12/2023 à 14:12, Eugen Stan a écrit :
Hi,
How does one upgrade OFBiz from one release to the other?
Do you clone the repo and rebase your changes?
Regards,