Skip to content

Commit 9ec09cd

Browse files
committed
Enhancement Request 36456812 - [36430839->24.09] Add support for defining virtual-thread-per-task executors in JDK 21 (merge main -> ce/main @ 108057)
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 108063]
1 parent 2ced468 commit 9ec09cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

prj/coverage/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
<exclude>**/com/tangosol/run/jca/*.*</exclude>
7171
<exclude>**/com/tangosol/net/management/jmx/*.*</exclude>
7272

73+
<!-- excluding duplicate class from coherence-concurrent mrjar;
74+
class is uninteresting from a coverage point of view. -->
75+
<exclude>**/com/oracle/coherence/concurrent/config/NamespaceHandler.*</exclude>
76+
7377
<!-- exclude unused classes -->
7478
<!-- pof -->
7579
<exclude>**/com/tangosol/io/pof/AbstractPofHandler.class</exclude>

0 commit comments

Comments
 (0)