Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35847 77 d 10 h amit /trunk/profitmandi-web/src/main/ fix: change order/create from GET to POST to enable duplicate order prevention via PostInterceptor idempotency check  
35832 79 d 8 h amit /trunk/ Unify property loading: all modules use runtime profile with shared properties from dao, remove duplicated DB/Hibernate/HikariCP/integration keys from module files  
35633 102 d 11 h amit /trunk/ Add hikari.keepaliveTime property to all environment configs  
35596 106 d 3 h amit /trunk/profitmandi-web/src/main/ Migrate from C3P0 to HikariCP connection pooling

- Update WebDBContextConfigure to use HikariDataSource instead of DriverManagerDataSource
- Replace C3P0 properties with HikariCP settings
- New settings: maximumPoolSize=20, minimumIdle=2, idleTimeout=30s, maxLifetime=30min
 
35459 144 d 4 h amit /trunk/ Revert non-Java file changes from r35458  
35458 144 d 4 h amit /trunk/ Revert @Transactional(readOnly=true) - keep @Transactional only at Controller level

Changes:
- profitmandi-web: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional(readOnly = true)
- profitmandi-fofo: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional
- profitmandi-dao: Removed @Transactional from services/repositories

Exceptions (called from interceptors, need own transaction):
- RoleManager: @Transactional(readOnly = true) - called from interceptor for auth
- PartnerTypeChangeServiceImpl.getBestPartner(): @Transactional - called from JWTUtil via interceptor

Fixed javax.transaction.Transactional to org.springframework.transaction.annotation.Transactional
Fixed rollbackOn to rollbackFor for Spring compatibility
 
35448 145 d 2 h amit /trunk/profitmandi-web/src/main/resources/META-INF/ Add missing think.walnut.digital.recharge.balance.url property to all environments  
35382 149 d 10 h amit /trunk/profitmandi-web/src/main/resources/META-INF/ Fixed DP its now purchase - price drop  
35142 218 d 9 h vikas /trunk/profitmandi-web/ Changed RazorPay Cred  
35141 218 d 9 h vikas /trunk/profitmandi-web/ Changed RazorPay Creds  
35079 229 d 12 h vikas /trunk/ Live Tracking and Shopify Products List Sync  
34902 264 d 5 h vikas /trunk/ Affiliate Order  
34888 268 d 4 h vikas /trunk/profitmandi-web/src/main/resources/META-INF/ Changed PG Redirect URL  
33486 686 d 22 h amit.gupta /trunk/ Fixed endpoints for new static0  
33485 686 d 22 h amit.gupta /trunk/profitmandi-web/src/main/resources/META-INF/ commit  
33484 686 d 22 h amit.gupta /trunk/profitmandi-web/src/main/resources/META-INF/ Fixed db  
33477 687 d 15 h amit.gupta /trunk/profitmandi-web/src/main/resources/META-INF/ commit  
33462 692 d 2 h amit.gupta /trunk/profitmandi-web/src/main/resources/META-INF/ commit  
32630 914 d 23 h amit.gupta /trunk/profitmandi-web/src/main/resources/META-INF/ AA  
32622 916 d 6 h amit.gupta /trunk/profitmandi-web/src/main/resources/META-INF/ AA  

Show All