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

Fix LocalRepositorySearch in cuba-components module #73

Open
artemglinov opened this issue Sep 15, 2021 · 0 comments
Open

Fix LocalRepositorySearch in cuba-components module #73

artemglinov opened this issue Sep 15, 2021 · 0 comments

Comments

@artemglinov
Copy link
Contributor

The overriden function search in the LocalRepositorySearch class is now useless. It is necessary to:

  1. clarify a returned value ( it always returns null instead of a component with the correctly constructed components property);
  2. generalize the search algorithm with respect to the Jmix case as the Jmix artifacts file structure (conditioned by framework multimodularity) implies one more nesting level in comparison with CUBA (e.g., com.haulmont.cuba:cuba-global:7.2.15 and io.jmix.core:jmix-core:1.0.1 - any module in Jmix corresponds to the specific Maven group with its own artifacts while CUBA group com.haulmont.cuba is the same for all basic artifacts (cuba-global, cuba-core etc.)).
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

No branches or pull requests

1 participant