mreutegg commented on code in PR #962:
URL: https://github.com/apache/jackrabbit-oak/pull/962#discussion_r1219686102
##########
oak-core/src/main/java/org/apache/jackrabbit/oak/Oak.java:
##########
@@ -801,7 +802,8 @@ private ContentRepository createNewContentRepository() {
queryEngineSettings.unwrap(),
indexProvider,
securityProvider,
- new AggregatingDescriptors(t)) {
+ new AggregatingDescriptors(t),
+ newFeature("OAK-10147", whiteboard)) {
Review Comment:
Agreed. I'll change it to be more consistent with existing feature names.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]