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

[Exploratory] Use gralde projects for framework components #319

Closed
wants to merge 1 commit into from

Conversation

ieugen
Copy link
Member

@ieugen ieugen commented Aug 17, 2021

DO NOT MERGE

Exploratory branch - see how we can approach components dependency https://issues.apache.org/jira/browse/OFBIZ-3500

This is to start discussion around improving ofbiz codebaase to allow more contributions.

Goals:

  • Migrate ofbiz components to use gradle projects.
  • Expose dependencies of each component.
  • Expose circular dependencies between components.
  • Allow easier future code changes / dependency updates.

Test with:

cd framework
./gradlew clean build

Done so far:

  • Created build.gradle files for some components; start, base, common, etc.
  • Circular dependencies between components needs to be fixed before we move forward.
    ** start depends on base and reverse
    ** common depends on base and reverse
    ** base depends on entity and webapp
    ** etc ?!

@ieugen
Copy link
Member Author

ieugen commented Aug 18, 2021

cc @nmalin : This is to start discussions.
The job is a bit more complex because of circular dependencies between modules.

If you

cd framewrok 
./gradlew clean build 

(or open framework project in IDE) you will see what I mean.

Right now start depends on base and base on start .
base also depends on entity and webapp.

I believe these circular dependencies should be fixed and I would need some help here.

@ieugen ieugen changed the title [Work in progress] Use gralde projects for framework components [Exploratory] Use gralde projects for framework components Aug 30, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.2% 0.2% Duplication

@ieugen ieugen closed this Dec 6, 2023
@ieugen ieugen deleted the composite-builds branch December 6, 2023 14:41
@ieugen
Copy link
Member Author

ieugen commented Dec 6, 2023

Superseded by #678 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant