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

multiple-project (idea) / multi-module (maven/gradle) support #24

Open
saikiranrachakonda1 opened this issue Jan 8, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@saikiranrachakonda1
Copy link

Describe the bug

Unlogged's capabilities is limited to processing a single project concurrently, it does not support several projects concurrently. This limitation implies that when using Unlogged, users must focus on only one project at a time.

please refer the below link for the attached pdf.

issue screenshot.pdf

Reproduction steps

  1. Install Unlogged plugin in Intellij IDEA and add unlogged dependency based on your Java version.
  2. Add Unlogged annotation above your main method of your project.
  3. Run "mvn clean" command and start your application.
  4. Create or have multiple projects ready for processing.
  5. Attempt to Work on Multiple Projects Concurrently.
  6. Note that Unlogged does not allow concurrent processing of multiple projects.

Expected behavior

It should be able to handle multiple projects at the same time. so that when utilizing Unlogged, this flexibility allows users to work on numerous projects concurrently, removing the need to focus on only one project at a time.

Additional context

No response

@saikiranrachakonda1 saikiranrachakonda1 added the bug Something isn't working label Jan 8, 2024
@kartikeytewari-ul
Copy link
Contributor

Thanks for raising the feature request! We will add this in the app soon.

@kartikeytewari-ul kartikeytewari-ul added enhancement New feature or request and removed bug Something isn't working labels Jan 8, 2024
@artpar
Copy link
Contributor

artpar commented May 16, 2024

Multi-module projects where the code base is split into multiple maven/gradle modules but run as a single process currently supports only 1 module. Need to support multi-module explicitly.

@artpar artpar changed the title Unlogged doesn't support multiple projects at a time. multiple-project (idea) / multi-module (maven/gradle) support May 16, 2024
@tushar886
Copy link

Multi-module projects where the code base is split into multiple maven/gradle modules but run as a single process currently supports only 1 module. Need to support multi-module explicitly.

Thanks for explicitly mentioning multi-module maven set up in the issue title

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

No branches or pull requests

4 participants