Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35847 77 d 11 h amit /trunk/profitmandi-web/src/main/ fix: change order/create from GET to POST to enable duplicate order prevention via PostInterceptor idempotency check  
35596 106 d 4 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 5 h amit /trunk/ Revert non-Java file changes from r35458  
35458 144 d 5 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
 
26860 2118 d 4 h tejbeer /trunk/profitmandi-web/src/main/resources/META-INF/ chnage  
23993 2830 d 14 h tejbeer /trunk/ Add wallet request changes  
22866 3108 d 15 h ashik.ali /trunk/profitmandi-web/src/main/ Gadget Cops insurance mapping api  
22531 3143 d 14 h ashik.ali /trunk/profitmandi-web/  
21734 3254 d 7 h ashik.ali /trunk/  
21730 3254 d 9 h ashik.ali /trunk/  
21343 3298 d 8 h kshitij.sood /trunk/profitmandi-web/