Copilot commented on code in PR #4165:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4165#discussion_r2684178658


##########
kogito-codegen-modules/kogito-codegen-processes/src/main/java/org/kie/kogito/codegen/process/persistence/PersistenceGenerator.java:
##########
@@ -71,12 +71,11 @@ public class PersistenceGenerator extends AbstractGenerator 
{
      * Type of persistence
      */
     public static final String FILESYSTEM_PERSISTENCE_TYPE = "filesystem";
-    public static final String INFINISPAN_PERSISTENCE_TYPE = "infinispan";
     public static final String MONGODB_PERSISTENCE_TYPE = "mongodb";
     public static final String POSTGRESQL_PERSISTENCE_TYPE = "postgresql";
     public static final String KAFKA_PERSISTENCE_TYPE = "kafka";
     public static final String JDBC_PERSISTENCE_TYPE = "jdbc";
-    public static final String DEFAULT_PERSISTENCE_TYPE = 
INFINISPAN_PERSISTENCE_TYPE;
+    public static final String DEFAULT_PERSISTENCE_TYPE = 
JDBC_PERSISTENCE_TYPE;

Review Comment:
   The default persistence type has been changed from INFINISPAN to JDBC. This 
is a breaking change that should be clearly documented in migration guides or 
release notes. Users who were relying on the previous default will need to 
explicitly configure their persistence type or switch to JDBC.



-- 
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