Skip to content

Commit

Permalink
HSEARCH-4073 Sonar: remove obsolete TODOs related to JMX
Browse files Browse the repository at this point in the history
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
  • Loading branch information
yrodiere committed Nov 2, 2020
1 parent 632415a commit de15375
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Expand Up @@ -277,8 +277,6 @@ private HibernateOrmIntegrationPartialBuildState doBootFirstPhase() {
}
builder.beanProvider( beanProvider );

// TODO HSEARCH-3057 namingService (JMX)? Or maybe in second phase?

searchIntegrationPartialBuildState = builder.prepareBuild();

return new HibernateOrmIntegrationPartialBuildState(
Expand Down Expand Up @@ -315,10 +313,6 @@ private HibernateSearchContextProviderService doBootSecondPhase(
sessionFactoryImplementor.getServiceRegistry().getService( HibernateSearchContextProviderService.class );
contextService.initialize( integration, mapping );

// TODO HSEARCH-3057 JMX
// this.jmx = new JMXHook( propertySource );
// this.jmx.registerIfEnabled( extendedIntegrator, factory );

return contextService;
}

Expand Down
Expand Up @@ -218,7 +218,6 @@ private MassIndexingMonitor getOrCreateMonitor() {
return monitor;
}

// TODO HSEARCH-3057 use a JMX monitor if JMX is enabled (see Search 5)
return new LoggingMassIndexingMonitor();
}
}

0 comments on commit de15375

Please sign in to comment.