Move loginOrgOpt declaration outside try block to fix scope error
The variable was declared inside the first try block but referenced in the second try block for parent branch title resolution.
Add kamo.commerce.enabled=true to k8s configmap
This is the file the CI pipeline actually applies (k8s/configmap.yaml). Required for CommerceService and EngagementLifecycle to load under the new @ConditionalO...
Add KAMO_COMMERCE_ENABLED=true to k8s configmap
Required for CommerceService and EngagementLifecycle to load now that they use @ConditionalOnProperty instead of @ConditionalOnBean.
Enable commerce beans via kamo.commerce.enabled property
CommerceService and EngagementLifecycle now use @ConditionalOnProperty instead of @ConditionalOnBean. Set kamo.commerce.enabled=true so they load in SecuritySer...
Remove duplicate session timeout system from Redis records
Session expiry is now managed solely by the Redis key TTL. The internal createdAt/expiresIn fields stored inside the Redis value have been removed — they formed...
Enable commerce JPA repos for POSController/CommerceService
SecurityService POSController depends on CommerceService which uses engagement, order, intent, etc. repositories. These live in com.kamo.z.shared.commerce.* but...
Resolve Map type inference in POS controllers for CI compilation
- Use explicit Map<String, Object> in ResponseEntity Map.of() calls - Fixes 'incompatible types: inference variable V has incompatible bounds' when mixing DTO...
Update NATS and MinIO configuration to use new VPN IPs
- Update NATS URLs from old Tailscale IPs (100.64.x.x) to Kubernetes service DNS - Update MinIO IPs from old Tailscale IPs to new VPN IPs (10.8.x.x) - Fixes NAT...
Add Buildx setup with insecure registry config to resolve 401 auth errors
Reload market after create/update to initialize lazy collections
- Updated createMarket and updateMarket to reload market using getMarketById - This ensures all lazy collections (marketCustomForms, vendorProducts) are initial...
Correct path handling for mortgage fields and custom form data in lead imports
- Fixed mortgage fields to use 2-part paths (mortgageFields.loanAmount) in setNestedFieldOnCreateRequest - Fixed custom form data to use 3-part paths **********...
Make email/username login case-insensitive
- Normalize input username/email to lowercase before comparison - Use LOWER() function on database column for case-insensitive matching - Fixes issue where user...
Cast getOrDefault to Boolean in formatEmail method
- Fix compilation error: incompatible types Object to boolean - Add explicit Boolean cast for toLowerCase and trim config options
Add detailed logging to LeadVendorController for debugging title field issues
Change LeadMarketDTO IDs to String to prevent JavaScript precision loss
Add detailed logging to getMarketById for debugging market lookup issues
Return proper error message when market not found in getMarketById
Convert String salesType to SaleType enum in LeadMarketController
Fix compilation errors in MediaStreamController
- Fixed missing closing brace in getFeed method else block - Replaced Map.of() with HashMap for compatibility - Fixed stream variable to be effectively final fo...
JobTitleController now uses pre-authenticated session from OTKPreAuthFilter to prevent 401 errors
SecurityRoleController now uses pre-authenticated session from OTKPreAuthFilter to prevent 401 errors
DomainController now uses pre-authenticated session from OTKPreAuthFilter to prevent 401 errors
Truy vấn mọi nhân vật người dùng để có được thực thể thay vì ủy nhiệm
- Lấy danh sách người dùng từ Avatar, rồi truy vấn ByUserId (trở lại thực thể thực tế) - Tìm hình nhân trùng trong danh sách và kiểm tra ví dụ - Điều này tránh ...
Dùng bộ phân tích tập tin giả mạo để lấy hạng thực tế từ ủy nhiệm
- Truy cập máy đo độ cao để có được lớp học bền bỉ - Kiểm tra nếu lớp học bền bỉ là ảnh Avatar hay AvatarAvatar - Bắt đầu sử dụng * BOP - Điều này sẽ xác định c...
Dùng máy đúc trực tiếp để xác định kiểu Avatar thay vì phản ánh
- Thử chiếu ảnh Avatar trước để bắt đầu ủy nhiệm - Truy cập nhận tập tin thực hiện () trực tiếp sau khi đúc - Quay trở lại với Đấng sáng tạo Avatar Avatar. - Lỗ...
Cải thiện kiểu phát hiện ủy nhiệm bằng cách bắt gặp "Kẻ trừ tà"
- Xử lý classCastrapion khi các phương pháp từ chối ủy nhiệm để xác định kiểu thực tế - Thử lấy file Extenion trước (photo), rồi lấy Strile (Avatar Creator) - T...
Cải thiện khả năng quản lý ủy nhiệm giả cho khả năng phát hiện kiểu Avatar
- Tìm kiếm cấp bậc và giao diện để nhận được các phương pháp mở rộng tập tin - Dùng hình phản chiếu để phát hiện ảnh Avatar đấu với Đấng tạo ra Avatar Avatar kh...
Nạp lại Avatar từ kho để giải quyết tiến trình ủy nhiệm Hiberate
- Các thực thể Avatar được chuyển từ các mối quan hệ có thể bị thất bại trong việc kiểm tra. - Nạp lại Avatar từ kho để lấy thực thể thực sự. - Thêm logic hậu p...
Quyết định Avatar hoạt động bằng cách kiểm tra người dùng.getAvatar () thay cho recordStet
- Hậu phương bây giờ đánh dấu chính xác Avatar nào đang hoạt động bằng cách so sánh với người dùng.getAvatar () - Điều này đảm bảo các lá cờ hình lập thể trong ...
Handle ISO date format and improve avatarId type parsing
- Added support for ISO date format (YYYY-MM-DD) in addition to M/d/yyyy - Improved avatarId parsing to handle Number types (Double, BigDecimal, etc.) from JSON...
Add better error handling and logging for user/member save operations
- Added try-catch around user save operation with detailed error logging - Added try-catch around member save operation with detailed error logging - Improved d...
Improve avatarId parsing to handle string, integer, and long types
- Added support for parsing avatarId from String type - Better error handling for invalid avatarId formats - Added logging for avatar assignment and errors
Add detailed logging to updateMemberProfile for debugging
- Added logging at start of updateMemberProfile method - Added logging before and after saving user and member - Improved error response to include error detail...
Add support for updating user name fields and dateOfBirth in member profile
- Added UserRepository to MemberController - Updated updateMemberProfile to handle namePrefix, nameFirst, nameMiddle, nameLast, nameSuffix, nameFirstAKA, nameLa...
Use correct bucket and object path structure for MinIO uploads
- Change bucket name from domain-based to 'public' bucket - Include domain path (e.g., kamocrm-com) as part of object name, not bucket name - Fix object path st...
Properly handle MinIO upload failures for avatars
- Remove silent exception swallowing in Avatar Creator avatar creation - Add proper error handling and rollback for failed uploads - Delete database record if f...
Handle missing fileHash column gracefully
- Add try-catch around fileHash access to handle missing database column - Fall back to ID-based file naming if fileHash column doesn't exist yet - Allows code ...
Add logging and ensure public bucket URL format matches working pattern
Revert to getPresignedUrl like backgrounds - getPresignedUrlWithEndpoint was breaking uploads
Add retry logic for Maven dependency downloads to handle transient Central failures
Như những gì anh thấy vận chuyển?
Mỗi một bản cập nhật này đều được tự động cập nhật trong không gian làm việc của bạn. Bắt đầu tự do và xem nó lớn lên tuần này qua tuần khác.