chore(pom): update microbot version to 2.0.31 + fix bankpin and profi…#1578
chore(pom): update microbot version to 2.0.31 + fix bankpin and profi…#1578
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughVersion bump to microbot.version 2.0.31. Refactors profile activation logic by removing auto-activation from ProfileManager.Lock constructor and eliminating the public static activeProfile field from Login class. LoginManager.activeProfile transitions to setter-only access via @Setter annotation, with a new getActiveProfile() method providing controlled profile retrieval that includes ProfileManager locking. LoginManager.lastLogoutTimestamp field is removed. Possibly related PRs
Note: LoginManager.activeProfile has asymmetric access patterns—the field allows direct setting via generated @Setter, but reading occurs exclusively through getActiveProfile(), which includes additional locking and profile-selection logic. This creates different code paths for write versus read operations on the same logical state. ✨ Finishing touches
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…le updating