Skip to content

Commit 990cbf3

Browse files
author
github-actions
committed
6600 unique modules (2024.05.23)
1 parent 05905b6 commit 990cbf3

File tree

8 files changed

+169
-160
lines changed

8 files changed

+169
-160
lines changed

com.github.sormuras.modules/com/github/sormuras/modules/modules.properties

Lines changed: 120 additions & 119 deletions
Large diffs are not rendered by default.

doc/Top1000-2019.txt.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
- 🧩 152 (15.2%) Java modules (module descriptor with stable name and API)
44
- ⬜ 202 (20.2%) Automatic Java modules (name derived from JAR manifest)
5-
-302 (30.2%) Automatic Java modules (name derived from JAR filename)
6-
-344 (34.4%) Unrelated artifacts (BOM, POM, ... or not recently updated)
5+
-303 (30.3%) Automatic Java modules (name derived from JAR filename)
6+
-343 (34.3%) Unrelated artifacts (BOM, POM, ... or not recently updated)
77

88
| | Module | Group and Artifact |
99
|---|:-------|:-------------------|
@@ -184,6 +184,7 @@
184184
| 🧩 | `org.json` | `org.json:json` |
185185
|| `typesafe.config` | `com.typesafe:config` |
186186
|| | `org.apache.maven.plugins:maven-site-plugin` |
187+
|| | `org.iq80.snappy:snappy` |
187188
|| | `org.skyscreamer:jsonassert` |
188189
|| | `com.thoughtworks.xstream:xstream` |
189190
| 🧩 | `org.apache.commons.exec` | `org.apache.commons:commons-exec` |

doc/Top1000-2020.txt.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
- 🧩 174 (17.4%) Java modules (module descriptor with stable name and API)
44
- ⬜ 262 (26.2%) Automatic Java modules (name derived from JAR manifest)
5-
-421 (42.1%) Automatic Java modules (name derived from JAR filename)
6-
-143 (14.3%) Unrelated artifacts (BOM, POM, ... or not recently updated)
5+
-422 (42.2%) Automatic Java modules (name derived from JAR filename)
6+
-142 (14.2%) Unrelated artifacts (BOM, POM, ... or not recently updated)
77

88
| | Module | Group and Artifact |
99
|---|:-------|:-------------------|
@@ -193,6 +193,7 @@
193193
|| `io.grpc.internal` | `io.grpc:grpc-core` |
194194
|| | `org.apache.maven.plugins:maven-deploy-plugin` |
195195
|| `typesafe.config` | `com.typesafe:config` |
196+
|| | `org.iq80.snappy:snappy` |
196197
| 🧩 | `org.junit.jupiter` | `org.junit.jupiter:junit-jupiter` |
197198
| 🧩 | `lombok` | `org.projectlombok:lombok` |
198199
|| `com.google.protobuf.util` | `com.google.protobuf:protobuf-java-util` |

doc/Top1000-2021.txt.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
- 🧩 178 (17.8%) Java modules (module descriptor with stable name and API)
44
- ⬜ 277 (27.7%) Automatic Java modules (name derived from JAR manifest)
5-
-405 (40.5%) Automatic Java modules (name derived from JAR filename)
6-
-140 (14.0%) Unrelated artifacts (BOM, POM, ... or not recently updated)
5+
-406 (40.6%) Automatic Java modules (name derived from JAR filename)
6+
-139 (13.9%) Unrelated artifacts (BOM, POM, ... or not recently updated)
77

88
| | Module | Group and Artifact |
99
|---|:-------|:-------------------|
@@ -219,6 +219,7 @@
219219
|| | `io.netty:netty-transport-native-epoll` |
220220
|| | `com.beust:jcommander` |
221221
| 🧩 | `com.github.benmanes.caffeine` | `com.github.ben-manes.caffeine:caffeine` |
222+
|| | `org.iq80.snappy:snappy` |
222223
|| | `io.netty:netty-codec-http2` |
223224
| 🧩 | `org.eclipse.jetty.http` | `org.eclipse.jetty:jetty-http` |
224225
|| | `org.slf4j:slf4j-log4j12` |

doc/Top1000-2022.txt.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
- 🧩 180 (18.0%) Java modules (module descriptor with stable name and API)
44
- ⬜ 307 (30.7%) Automatic Java modules (name derived from JAR manifest)
5-
-385 (38.5%) Automatic Java modules (name derived from JAR filename)
6-
-128 (12.8%) Unrelated artifacts (BOM, POM, ... or not recently updated)
5+
-386 (38.6%) Automatic Java modules (name derived from JAR filename)
6+
-127 (12.7%) Unrelated artifacts (BOM, POM, ... or not recently updated)
77

88
| | Module | Group and Artifact |
99
|---|:-------|:-------------------|
@@ -249,6 +249,7 @@
249249
| 🧩 | `org.apache.tomcat.embed.el` | `org.apache.tomcat.embed:tomcat-embed-el` |
250250
|| | `com.amazonaws:aws-java-sdk-s3` |
251251
|| `org.postgresql.jdbc` | `org.postgresql:postgresql` |
252+
|| | `org.iq80.snappy:snappy` |
252253
|| `io.grpc.protobuf.lite` | `io.grpc:grpc-protobuf-lite` |
253254
|| | `org.jetbrains.kotlin:kotlin-script-runtime` |
254255
|| | `com.amazonaws:aws-java-sdk-kms` |

doc/Top1000-2023.txt.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
- 🧩 183 (18.3%) Java modules (module descriptor with stable name and API)
44
- ⬜ 308 (30.8%) Automatic Java modules (name derived from JAR manifest)
5-
-385 (38.5%) Automatic Java modules (name derived from JAR filename)
6-
-124 (12.4%) Unrelated artifacts (BOM, POM, ... or not recently updated)
5+
-386 (38.6%) Automatic Java modules (name derived from JAR filename)
6+
-123 (12.3%) Unrelated artifacts (BOM, POM, ... or not recently updated)
77

88
| | Module | Group and Artifact |
99
|---|:-------|:-------------------|
@@ -194,6 +194,7 @@
194194
| 🧩 | `org.eclipse.jetty.http` | `org.eclipse.jetty:jetty-http` |
195195
| 🧩 | `org.eclipse.jetty.util` | `org.eclipse.jetty:jetty-util` |
196196
| 🧩 | `lombok` | `org.projectlombok:lombok` |
197+
|| | `org.iq80.snappy:snappy` |
197198
| 🧩 | `org.apache.commons.validator` | `commons-validator:commons-validator` |
198199
|| `org.apache.httpcomponents.httpmime` | `org.apache.httpcomponents:httpmime` |
199200
|| `spring.jdbc` | `org.springframework:spring-jdbc` |

doc/suspicious/illegal-automatic-module-names.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ com.synopsys.integration:blackduck-common:66.2.19 -> com.synopsys.integration.bl
225225
com.synopsys.integration:blackduck-common-api:2023.10.0.4 -> com.synopsys.integration.blackduck-common-api
226226
com.synopsys.integration:coverity-common:0.8.1 -> com.synopsys.integration.coverity-common
227227
com.synopsys.integration:coverity-common-api:2019.6.1 -> com.synopsys.integration.coverity-common-api
228-
com.synopsys.integration:hub-imageinspector-lib:14.3.1 -> com.synopsys.integration.hub-imageinspector-lib
228+
com.synopsys.integration:hub-imageinspector-lib:14.3.2 -> com.synopsys.integration.hub-imageinspector-lib
229229
com.synopsys.integration:int-jira-common:4.1.1 -> com.synopsys.integration.int-jira-common
230230
com.synopsys.integration:integration-bdio:26.0.13 -> com.synopsys.integration.integration-bdio
231231
com.synopsys.integration:integration-common:26.1.2 -> com.synopsys.integration.integration-common
@@ -353,6 +353,7 @@ io.skullabs.kos:kos-injector:0.8.8 -> io.skullabs.kos.kos-injector
353353
io.skullabs.kos:kos-logging-slf4j:0.5.1 -> io.skullabs.kos.kos-logging-slf4j
354354
io.skullabs.kos:kos-webapp:0.5.1 -> io.skullabs.kos.kos-webapp
355355
io.skullabs.kos:tests-report:0.8.8 -> io.skullabs.kos.tests-report
356+
io.synadia:jnats-retrier:0.0.1 -> io.synadia.jnats-retrier
356357
name.remal:public-data:2020.9.18-180019 -> name.remal.public-data
357358
net.bzzt:reproducible-build:0.3 -> net.bzzt.reproducible-build
358359
net.corda:corda-class-info:5.0.0-DevPreview -> net.corda.class.info

0 commit comments

Comments
 (0)