You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Install Unlogged plugin in Intellij IDEA and add unlogged dependency based on your Java version.
Add Unlogged annotation above your main method of your project.
Run "mvn clean" command and start your application.
Create or have multiple projects ready for processing.
Attempt to Work on Multiple Projects Concurrently.
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
The text was updated successfully, but these errors were encountered:
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
changed the title
Unlogged doesn't support multiple projects at a time.
multiple-project (idea) / multi-module (maven/gradle) support
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.
Thanks for explicitly mentioning multi-module maven set up in the issue title
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
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
The text was updated successfully, but these errors were encountered: