kbowers-ibm opened a new pull request, #6834:
URL: https://github.com/apache/incubator-kie-drools/pull/6834

   Closes https://github.com/apache/incubator-kie-issues/issues/2378
   This merge combines the kogito-apps and drools repositories at the root 
level, preserving complete Git history from both projects. All kogito-apps 
modules are now at the top level alongside drools modules.
   
   Added the kogito-apps modules in the root pom.xml and created a new 
kogito-apps-parent directory that houses kogito-apps root pom.xml
   
   
   
------------------------------------------------------------------------------------------------------------------
   
   To test locally you can:
   
   Run a full build: `mvn clean install -DskipTests -Dfull 
-Donly.reproducible=true`
   
   IntelliJ (Or other IDE) Performance tests:
   
   Switch between branches with major structural changes - verify the IDE 
doesn't hang.
   Open the project from a clean clone - verify indexing completes without 
freezing.
   Make an edit in a high-dependency file - verify incremental build doesn't 
lock up the UI.
   Rename a high-dependency class - verify no unresponsiveness.
   Navigate and use autocomplete across modules - verify no unresponsiveness.
   Run "Find Usages" and refactoring on large modules - verify the IDE stays 
responsive.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to