Skip to content

Support Spring projects with main xml config in utbot-spring-analyzer #2087

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

Merged
merged 3 commits into from
Apr 3, 2023

Conversation

tepa46
Copy link
Collaborator

@tepa46 tepa46 commented Apr 2, 2023

Description

Some spring projects don't have a java configuration class.
Such projects may have XML config as the main one. This is a common situation for old projects, as there were no alternative to xml that time.

Support for a project with such a config has been added.
It means that utbot-spring-analyzer can get and deal with not only the fully qualified name of Java configuration class, but xml one also.

Self-check list

  • I've set the proper labels for my PR (at least, for category and component).
  • PR title and description are clear and intelligible.
  • I've added enough comments to my code, particularly in hard-to-understand areas.
  • The functionality I've repaired, changed or added is covered with automated tests.
  • Manual tests have been provided optionally.
  • The documentation for the functionality I've been working on is up-to-date.

@tepa46 tepa46 added ctg-enhancement New feature, improvement or change request comp-spring Issue is related to Spring projects support labels Apr 2, 2023
@tepa46 tepa46 requested a review from EgorkaKulikov April 2, 2023 17:56
@EgorkaKulikov EgorkaKulikov merged commit 6a1e3c3 into main Apr 3, 2023
@EgorkaKulikov EgorkaKulikov deleted the kirill/spring-analyzer branch April 3, 2023 08:13
@alisevych alisevych added this to the Spring Phase 1 milestone Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-spring Issue is related to Spring projects support ctg-enhancement New feature, improvement or change request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants