SoniyaAbraham89 opened a new issue, #2364: URL: https://github.com/apache/incubator-kie-issues/issues/2364
Several JPA entity fields are currently missing explicit `@Column` annotations. This can cause issues when different Hibernate naming strategies are applied. To ensure compatibility with our DDLs regardless of the configured naming strategy (e.g., `CamelCaseToUnderscoresNamingStrategy` which is the default one, or `PhysicalNamingStrategyStandardImpl`), all entity fields should be explicitly mapped to their corresponding database column names. Without these mappings, applications fail under `PhysicalNamingStrategyStandardImpl` because certain fields do not resolve correctly -- 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]
