Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35597 176 d 15 h amit /trunk/profitmandi-fofo/src/main/resources/META-INF/ Migrate from C3P0 to HikariCP connection pooling

- Replace C3P0 properties with HikariCP settings
- New settings: maximumPoolSize=20, minimumIdle=2, idleTimeout=30s, maxLifetime=30min
 
35499 205 d 18 h aman /trunk/ Fix:Trial Activation Mail, All trial user page and gst validation  
35459 214 d 15 h amit /trunk/ Revert non-Java file changes from r35458  
35458 214 d 16 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
 
35433 216 d 14 h amit /trunk/profitmandi-fofo/ Add @Transactional(readOnly=true) to read-only controllers for performance

Updated 11 controllers that only perform read operations:
- AnalysisDashboardController, InvoiceController, ItemLedgerController
- MapTrackController, MarginController, MongoMigrationController
- PartnerPendingTasksController, PostOfficeController, ScanRecordController
- LogixController, MonitorController

Benefits:
- Hibernate skips dirty checking (faster)
- Database can optimize for read-only queries
- Connection marked as read-only for potential read replica routing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
 
35346 229 d 16 h ranu /trunk/ upload code for video url  
35339 231 d 21 h ranu /trunk/profitmandi-fofo/src/main/ Deleted folder foldername  
32763 944 d 11 h amit.gupta /trunk/ Minor refactoring  
32171 1120 d 1 h jai.hind /trunk/ Loan summary reversed  
32170 1121 d 22 h jai.hind /trunk/ Loan summary  
26246 2373 d 16 h amit.gupta /trunk/profitmandi-fofo/src/main/  
23565 3019 d 1 h amit.gupta /trunk/profitmandi-fofo/src/main/resources/META-INF/  
23559 3019 d 23 h ashik.ali /trunk/profitmandi-fofo/src/main/ Integrated new recharge provider think walnut digital and some code refectoring  
23528 3029 d 22 h ashik.ali /trunk/profitmandi-fofo/src/main/ Feature : Recharge Commission, some improvements, recharge live integration  
23506 3031 d 4 h amit.gupta /trunk/profitmandi-fofo/src/main/ Added changes related to Schemes  
22551 3210 d 18 h ashik.ali /trunk/profitmandi-fofo/src/main/  
22530 3214 d 0 h ashik.ali /trunk/profitmandi-fofo/  
21555 3346 d 1 h kshitij.sood /trunk/profitmandi-fofo/