You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Adding Synchronization and Locks via AspectJ
Description:
Introduce an additional module in the store that provides a synchronization mechanism similar to the one used in Spring through Spring AOP. Spring Mutex Locking Eclipse Store docs
This module would leverage AspectJ technology, which is known to function outside of the Spring ecosystem, as outlined in resources such as this Baeldung article.
Key Features:
Optional Module: The module would be completely optional and isolated from the core functionality.
AspectJ Integration: It would utilize AspectJ for implementing synchronization mechanisms for shared mutable graphs.
Annotation-Based Control: Users willing to include AspectJ in their classpath and enable weaving would gain the ability to manage access to shared data elegantly using annotations.
This would offer a robust and streamlined solution for projects needing advanced synchronization without relying entirely on Spring.
Feature Request: Adding Synchronization and Locks via AspectJ
Description:
Introduce an additional module in the store that provides a synchronization mechanism similar to the one used in Spring through Spring AOP. Spring Mutex Locking Eclipse Store docs
This module would leverage AspectJ technology, which is known to function outside of the Spring ecosystem, as outlined in resources such as this Baeldung article.
Key Features:
This would offer a robust and streamlined solution for projects needing advanced synchronization without relying entirely on Spring.
The text was updated successfully, but these errors were encountered: