Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35847 57 d 8 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 59 d 7 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 82 d 10 h amit /trunk/ Add hikari.keepaliveTime property to all environment configs  
35596 86 d 2 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 124 d 3 h amit /trunk/ Revert non-Java file changes from r35458  
35458 124 d 3 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 125 d 0 h amit /trunk/profitmandi-web/src/main/resources/META-INF/ Add missing think.walnut.digital.recharge.balance.url property to all environments  
35382 129 d 8 h amit /trunk/profitmandi-web/src/main/resources/META-INF/ Fixed DP its now purchase - price drop  
35142 198 d 7 h vikas /trunk/profitmandi-web/ Changed RazorPay Cred  
35141 198 d 8 h vikas /trunk/profitmandi-web/ Changed RazorPay Creds  
35079 209 d 11 h vikas /trunk/ Live Tracking and Shopify Products List Sync  
34902 244 d 4 h vikas /trunk/ Affiliate Order  
34888 248 d 3 h vikas /trunk/profitmandi-web/src/main/resources/META-INF/ Changed PG Redirect URL  
33486 666 d 20 h amit.gupta /trunk/ Fixed endpoints for new static0  
33485 666 d 21 h amit.gupta /trunk/profitmandi-web/src/main/resources/META-INF/ commit  
33484 666 d 21 h amit.gupta /trunk/profitmandi-web/src/main/resources/META-INF/ Fixed db  
33477 667 d 14 h amit.gupta /trunk/profitmandi-web/src/main/resources/META-INF/ commit  
33462 672 d 1 h amit.gupta /trunk/profitmandi-web/src/main/resources/META-INF/ commit  
32630 894 d 22 h amit.gupta /trunk/profitmandi-web/src/main/resources/META-INF/ AA  
32622 896 d 4 h amit.gupta /trunk/profitmandi-web/src/main/resources/META-INF/ AA  

Show All