Skip to content

Programmatically detect DI frameworks (Spring Beans and Spring Boot) #1956

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 5 commits into from
Mar 20, 2023

Conversation

IlyaMuravjov
Copy link
Collaborator

@IlyaMuravjov IlyaMuravjov commented Mar 15, 2023

Description

Fixes #1929

How to test

Does not require testing itself.
Test it as a part of Spring support 1st iteration full cycle.

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.

# Conflicts:
#	utbot-framework/src/main/kotlin/org/utbot/framework/codegen/domain/Domain.kt
#	utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/ui/GenerateTestsDialogWindow.kt
@EgorkaKulikov EgorkaKulikov self-requested a review March 20, 2023 08:38
@EgorkaKulikov EgorkaKulikov enabled auto-merge (squash) March 20, 2023 08:39
@EgorkaKulikov EgorkaKulikov merged commit b4a3704 into main Mar 20, 2023
@EgorkaKulikov EgorkaKulikov deleted the ilya_m/spring_detection branch March 20, 2023 10:30
@EgorkaKulikov EgorkaKulikov added comp-ui Improvements of plugin UI appearence and functionality ctg-enhancement New feature, improvement or change request comp-spring Issue is related to Spring projects support labels Mar 24, 2023
@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 comp-ui Improvements of plugin UI appearence and functionality ctg-enhancement New feature, improvement or change request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Determine if project is created with Spring programmatically
3 participants