Skip to content

Commit 0c56a73

Browse files
authored
Merge pull request #29498 from Channyboy/29496-mpmetrics-overlay-memoryLeak
29496 mpmetrics overlay memory leak
2 parents d1a2c21 + 8bc72bb commit 0c56a73

File tree

3 files changed

+1116
-3
lines changed

3 files changed

+1116
-3
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
5+
<attributes>
6+
<attribute name="module" value="true"/>
7+
</attributes>
8+
</classpathentry>
49
<classpathentry kind="con" path="aQute.bnd.classpath.container"/>
510
<classpathentry kind="output" path="bin"/>
611
</classpath>

dev/io.openliberty.io.smallrye.metrics/bnd.bnd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#*******************************************************************************
2-
# Copyright (c) 2022, 2023 IBM Corporation and others.
2+
# Copyright (c) 2022, 2024 IBM Corporation and others.
33
# All rights reserved. This program and the accompanying materials
44
# are made available under the terms of the Eclipse Public License 2.0
55
# which accompanies this distribution, and is available at
@@ -33,6 +33,9 @@ WS-TraceGroup: METRICS
3333
publish.wlp.jar.suffix: lib
3434

3535
-buildpath: \
36-
io.smallrye:smallrye-metrics;version=5.1.0
36+
io.smallrye:smallrye-metrics;version=5.1.0,\
37+
io.openliberty.org.eclipse.microprofile.metrics.5.0;version=latest,\
38+
io.openliberty.io.micrometer;version=latest,\
39+
io.openliberty.org.eclipse.microprofile.config.3.0;version=latest
3740

3841
instrument.disabled: true

0 commit comments

Comments
 (0)