Skip to content

Commit 8f73772

Browse files
authored
Merge pull request #7595 from github/workflow/coverage/update
Update CSV framework coverage reports
2 parents 0b24af9 + 685336f commit 8f73772

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

java/documentation/library-coverage/coverage.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ org.apache.commons.collections4,,,800,,,,,,,,,,,,,,,,,,,,,,,17,783
5656
org.apache.commons.io,,,22,,,,,,,,,,,,,,,,,,,,,,,22,
5757
org.apache.commons.jexl2,15,,,,,,,,,15,,,,,,,,,,,,,,,,,
5858
org.apache.commons.jexl3,15,,,,,,,,,15,,,,,,,,,,,,,,,,,
59-
org.apache.commons.lang3,,,423,,,,,,,,,,,,,,,,,,,,,,,292,131
59+
org.apache.commons.lang3,,,424,,,,,,,,,,,,,,,,,,,,,,,293,131
6060
org.apache.commons.logging,6,,,,,,,,,,,,6,,,,,,,,,,,,,,
6161
org.apache.commons.ognl,6,,,,,,,,,,,,,,6,,,,,,,,,,,,
6262
org.apache.commons.text,,,272,,,,,,,,,,,,,,,,,,,,,,,220,52
@@ -82,6 +82,7 @@ org.scijava.log,13,,,,,,,,,,,,13,,,,,,,,,,,,,,
8282
org.slf4j,55,,6,,,,,,,,,,55,,,,,,,,,,,,,2,4
8383
org.springframework.beans,,,26,,,,,,,,,,,,,,,,,,,,,,,,26
8484
org.springframework.cache,,,13,,,,,,,,,,,,,,,,,,,,,,,,13
85+
org.springframework.context,,,3,,,,,,,,,,,,,,,,,,,,,,,3,
8586
org.springframework.http,14,,70,,,,,,,,,,,,,14,,,,,,,,,,60,10
8687
org.springframework.jdbc.core,10,,,,,,,,,,,,,,,,,10,,,,,,,,,
8788
org.springframework.jdbc.object,9,,,,,,,,,,,,,,,,,9,,,,,,,,,

java/documentation/library-coverage/coverage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Java framework & library support
1010
Android,``android.*``,45,392,99,,,3,67,,,
1111
`Apache Commons Collections <https://commons.apache.org/proper/commons-collections/>`_,"``org.apache.commons.collections``, ``org.apache.commons.collections4``",,1600,,,,,,,,
1212
`Apache Commons IO <https://commons.apache.org/proper/commons-io/>`_,``org.apache.commons.io``,,22,,,,,,,,
13-
`Apache Commons Lang <https://commons.apache.org/proper/commons-lang/>`_,``org.apache.commons.lang3``,,423,,,,,,,,
13+
`Apache Commons Lang <https://commons.apache.org/proper/commons-lang/>`_,``org.apache.commons.lang3``,,424,,,,,,,,
1414
`Apache Commons Text <https://commons.apache.org/proper/commons-text/>`_,``org.apache.commons.text``,,272,,,,,,,,
1515
`Apache HttpComponents <https://hc.apache.org/>`_,"``org.apache.hc.core5.*``, ``org.apache.http``",5,136,28,,,3,,,,25
1616
`Google Guava <https://guava.dev/>`_,``com.google.common.*``,,728,35,,6,,,,,
1717
`JSON-java <https://github.com/stleary/JSON-java>`_,``org.json``,,236,,,,,,,,
1818
Java Standard Library,``java.*``,3,529,72,13,,,7,,,10
1919
Java extensions,"``javax.*``, ``jakarta.*``",54,552,32,,,4,,1,1,2
20-
`Spring <https://spring.io/>`_,``org.springframework.*``,29,469,91,,,,19,14,,29
20+
`Spring <https://spring.io/>`_,``org.springframework.*``,29,472,91,,,,19,14,,29
2121
Others,"``androidx.slice``, ``cn.hutool.core.codec``, ``com.esotericsoftware.kryo.io``, ``com.esotericsoftware.kryo5.io``, ``com.fasterxml.jackson.core``, ``com.fasterxml.jackson.databind``, ``com.opensymphony.xwork2.ognl``, ``com.unboundid.ldap.sdk``, ``flexjson``, ``groovy.lang``, ``groovy.util``, ``jodd.json``, ``net.sf.saxon.s9api``, ``ognl``, ``org.apache.commons.codec``, ``org.apache.commons.jexl2``, ``org.apache.commons.jexl3``, ``org.apache.commons.logging``, ``org.apache.commons.ognl``, ``org.apache.directory.ldap.client.api``, ``org.apache.ibatis.jdbc``, ``org.apache.log4j``, ``org.apache.logging.log4j``, ``org.apache.shiro.codec``, ``org.apache.shiro.jndi``, ``org.codehaus.groovy.control``, ``org.dom4j``, ``org.hibernate``, ``org.jboss.logging``, ``org.jooq``, ``org.mvel2``, ``org.scijava.log``, ``org.slf4j``, ``org.xml.sax``, ``org.xmlpull.v1``, ``play.mvc``, ``ratpack.core.form``, ``ratpack.core.handling``, ``ratpack.core.http``, ``ratpack.exec``, ``ratpack.form``, ``ratpack.func``, ``ratpack.handling``, ``ratpack.http``, ``ratpack.util``",44,283,919,,,,14,18,,
22-
Totals,,180,5642,1276,13,6,10,107,33,1,66
22+
Totals,,180,5646,1276,13,6,10,107,33,1,66
2323

0 commit comments

Comments
 (0)