Skip to content

Commit eac0402

Browse files
authored
fix @EnableAuditing can't work with Java module (Azure#18928)
1 parent fdb4995 commit eac0402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/cosmos/azure-spring-data-cosmos/src/main/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
exports com.azure.spring.data.cosmos.repository.support;
2929

3030
opens com.azure.spring.data.cosmos.config to spring.core;
31+
opens com.azure.spring.data.cosmos.core.mapping to spring.core;
3132
opens com.azure.spring.data.cosmos.repository.support to spring.beans;
3233
}

0 commit comments

Comments
 (0)