Skip to content

Commit

Permalink
[HWKMETRICS-185] Enable the eager extension in the JAX-RS 1.1 impleme…
Browse files Browse the repository at this point in the history
…ntation.
  • Loading branch information
Stefan Negrea committed Aug 13, 2015
1 parent f781ef6 commit ec72c27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

import org.hawkular.metrics.api.jaxrs.config.Configurable;
import org.hawkular.metrics.api.jaxrs.config.ConfigurationProperty;
import org.hawkular.metrics.api.jaxrs.util.Eager;
import org.hawkular.metrics.core.api.MetricsService;
import org.hawkular.metrics.core.impl.MetricsServiceImpl;
import org.hawkular.metrics.schema.SchemaManager;
Expand All @@ -69,6 +70,7 @@
* @author Thomas Segismont
*/
@ApplicationScoped
@Eager
public class MetricsServiceLifecycle {
private static final Logger LOG = LoggerFactory.getLogger(MetricsServiceLifecycle.class);

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.hawkular.metrics.api.jaxrs.util.EagerExtension

0 comments on commit ec72c27

Please sign in to comment.