vttranlina opened a new pull request, #2132: URL: https://github.com/apache/james-project/pull/2132
**JAMES-2586 [REFACTORING] - PostgresTableManager - fix incorrect log** To avoid incorrect logs for each startup James. The fact is James does nothing when the table, index already exist ``` 09:19:33.286 [INFO ] o.a.j.b.p.PostgresTableManager - Table users created 2024-03-19T09:19:33.294965068Z 09:19:33.294 [INFO ] o.a.j.b.p.PostgresTableManager - Table blob_storage created 2024-03-19T09:19:33.305075602Z 09:19:33.305 [INFO ] o.a.j.b.p.PostgresTableManager - Table mailbox created ... 09:19:33.584 [INFO ] o.a.j.b.p.PostgresTableManager - Index push_subscription_username_index created 2024-03-19T09:19:33.588015366Z 09:19:33.587 [INFO ] o.a.j.b.p.PostgresTableManager - Index push_subscription_username_id_index created 2024-03-19T09:19:33.592813365Z 09:19:33.592 [INFO ] o.a.j.b.p.PostgresTableManager - Index custom_identity_username_index created ... ``` **JAMES-2586 Refactor the handle way duplicate value on constraint index to avoid noise log (Mailbox and User table)** To avoid noise log from JOOQ library -- 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]
