Tags: Ahoo-Wang/Wow
Tags
test(wow-core): update StateJsonRecordTest to use state() method - Replace toState<MockState>() with state<MockState>() in StateJsonRecordTest - This change improves code readability and follows the recent refactoring Signed-off-by: Ahoo Wang <[email protected]>
test: replace Hamcrest with AssertJ for unit testing - Remove Hamcrest dependency from various test configurations - Add AssertJ dependency to testImplementation configuration- Update test code to use AssertJ assertions instead of Hamcrest - Refactor test expectations to use AssertJ's fluent API - Remove redundant Hamcrest imports and replace with AssertJ Signed-off-by: Ahoo Wang <[email protected]>
docs(guide): update query example to use DeletionState.ALL - Replace deleted(false) with deleted(DeletionState.ALL) in the query example - This change reflects the use of the DeletionState enum for better clarity and flexibility Signed-off-by: Ahoo Wang <[email protected]>
feat(schema): improve Kotlin ignore check for methods - Refactor KotlinIgnoreCheck to support both FieldScope and MethodScope - Introduce KotlinFieldIgnoreCheck and KotlinMethodIgnoreCheck for specific use cases - Update KotlinModule to use separate ignore checks for fields and methods Signed-off-by: Ahoo Wang <[email protected]>
feat(command): introduce @Blocking annotation for command builder rew… …riter - Replace blocked property with @Blocking annotation for better code organization - Implement isBlocked() method to check for @Blocking annotation - Update register method to use isBlocked() instead of blocked property - Add import for @Blocking annotation Signed-off-by: Ahoo Wang <[email protected]>
fix(query): correct handling of deleted conditions and adjust range q… …ueries - Update range queries to use correct operators (gt/lt instead of gte/lte)- Add support for deleted conditions with DeletionState enum - Deprecate boolean deleted() method in favor of enum-based deleted() - Update tests to reflect new behavior of deleted conditions Signed-off-by: Ahoo Wang <[email protected]>
PreviousNext