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
36418 144 d 18 h amit /trunk/profitmandi-web/ OkHttp→Apache HttpClient migration. HyperTrackController/TrackingController now use RestClient, DB reads extracted to HyperTrackService to release connections before external HTTP calls. V2FofoDigifyController uses HttpClientFactory.  
35458 273 d 15 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
 
35434 275 d 14 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/ Add @Transactional(readOnly=true) to 12 read-only controllers

Skips dirty checking and snapshot storage for better performance
 
31119 1419 d 19 h tejbeer /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
31117 1419 d 20 h tejbeer /trunk/  
31114 1421 d 18 h tejbeer /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
31113 1421 d 20 h tejbeer /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
31087 1429 d 20 h tejbeer /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ change  
29433 1802 d 17 h tejbeer /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
29432 1802 d 17 h tejbeer /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
29430 1802 d 17 h tejbeer /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
29429 1802 d 17 h tejbeer /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
29424 1802 d 17 h tejbeer /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
29423 1802 d 17 h tejbeer /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
29422 1802 d 18 h tejbeer /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
29421 1802 d 19 h tejbeer /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
29420 1802 d 20 h tejbeer /trunk/ change  
29419 1802 d 23 h tejbeer /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ change  
29418 1802 d 23 h tejbeer /trunk/  
29349 1810 d 0 h tejbeer /trunk/ change