BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SmartDukaan
(root)
/
trunk
/
profitmandi-web
/
src
/
main
/
java
/
com
/
spice
/
profitmandi
/
web
/
controller
/
AddressController.java
– Rev 35458
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
35458
26 d 22 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
28 d 21 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
33514
565 d 21 h
tejus.lohani
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
import changes for OTPProcessor and reponse
23936
2738 d 1 h
tejbeer
/trunk/
AddtoWalletRequest
23568
2831 d 1 h
govind
/trunk/
Fixed changes related to logging. Updated to log4j2
23532
2840 d 5 h
amit.gupta
/trunk/
Added changes related to returns
22931
2984 d 6 h
ashik.ali
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/
22372
3057 d 20 h
amit.gupta
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
22040
3100 d 0 h
amit.gupta
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Added exception for profitmandi
21740
3136 d 23 h
ashik.ali
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/
21735
3136 d 23 h
ashik.ali
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/
21734
3137 d 0 h
ashik.ali
/trunk/
21730
3137 d 2 h
ashik.ali
/trunk/
21699
3139 d 1 h
ashik.ali
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
21666
3143 d 7 h
amit.gupta
/trunk/
Fixed controllers related to address
21496
3164 d 23 h
ashik.ali
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/
21448
3171 d 23 h
ashik.ali
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/
21440
3172 d 5 h
ashik.ali
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/
21431
3173 d 0 h
ashik.ali
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/
21426
3173 d 4 h
ashik.ali
/trunk/profitmandi-web/src/main/
←Prev
1
2
Next→
Show All