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
The package org.eclipse.store.integrations.spring.boot.types.concurrent.LockAspect class is not registered as a bean, so the @Write and the @Read annotations have no effect.
Problem is easy to reproduce. Run the spring-boot3-advanced project.
To Reproduce
Run the spring-boot3-advanced project, add the actuator starter and enable the bean management endpoint to see all beans, ensure aspectj is on the classpath and that the LockApect bean is not, in fact, registered.
Expected behavior
LockAspect is a bean and @Read and @Write annotations work as expected.
The text was updated successfully, but these errors were encountered:
Environment Details
Describe the bug
The
package org.eclipse.store.integrations.spring.boot.types.concurrent.LockAspect
class is not registered as a bean, so the@Write
and the@Read
annotations have no effect.Problem is easy to reproduce. Run the spring-boot3-advanced project.
To Reproduce
Run the spring-boot3-advanced project, add the actuator starter and enable the bean management endpoint to see all beans, ensure aspectj is on the classpath and that the LockApect bean is not, in fact, registered.
Expected behavior
LockAspect
is a bean and@Read
and@Write
annotations work as expected.The text was updated successfully, but these errors were encountered: