Skip to content

Commit 11a3cbd

Browse files
committed
Copmlete test sources
1 parent 1354c61 commit 11a3cbd

9 files changed

Lines changed: 47 additions & 2 deletions

File tree

metadata/org.mockito/mockito-core/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"org.mockito"
66
],
77
"metadata-version": "5.0.0",
8+
"source-code-url": "https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.0.0/mockito-core-5.0.0-sources.jar",
9+
"repository-url": "https://github.com/mockito/mockito",
10+
"test-code-url": "https://github.com/mockito/mockito/tree/v5.0.0/src/test",
11+
"documentation-url": "https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.0.0/mockito-core-5.0.0-javadoc.jar",
812
"tested-versions": [
913
"5.0.0",
1014
"5.1.0",

metadata/org.opengauss/opengauss-jdbc/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"org.opengauss"
66
],
77
"metadata-version": "3.1.0-og",
8+
"source-code-url": "https://repo.maven.apache.org/maven2/org/opengauss/opengauss-jdbc/3.1.0-og/opengauss-jdbc-3.1.0-og-sources.jar",
9+
"repository-url": "https://gitee.com/opengauss/openGauss-connector-jdbc",
10+
"test-code-url": "https://gitee.com/opengauss/openGauss-connector-jdbc/tree/v3.1.0/pgjdbc/src/test",
11+
"documentation-url": "https://gitee.com/opengauss/openGauss-connector-jdbc/tree/v3.1.0/docs",
812
"tested-versions": [
913
"3.1.0-og"
1014
]

metadata/org.postgresql/postgresql/index.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"org.postgresql"
66
],
77
"metadata-version": "42.7.3",
8+
"source-code-url": "https://repo1.maven.org/maven2/org/postgresql/postgresql/42.7.3/postgresql-42.7.3-sources.jar",
9+
"repository-url": "https://github.com/pgjdbc/pgjdbc",
10+
"test-code-url": "https://repo1.maven.org/maven2/org/postgresql/postgresql/42.7.3/postgresql-42.7.3-jdbc-src.tar.gz",
11+
"documentation-url": "https://repo1.maven.org/maven2/org/postgresql/postgresql/42.7.3/postgresql-42.7.3-javadoc.jar",
812
"tested-versions": [
913
"42.7.3",
1014
"42.7.4",
@@ -21,6 +25,10 @@
2125
"org.postgresql"
2226
],
2327
"metadata-version": "42.3.4",
28+
"source-code-url": "https://repo1.maven.org/maven2/org/postgresql/postgresql/42.3.4/postgresql-42.3.4-sources.jar",
29+
"repository-url": "https://github.com/pgjdbc/pgjdbc",
30+
"test-code-url": "https://repo1.maven.org/maven2/org/postgresql/postgresql/42.3.4/postgresql-42.3.4-jdbc-src.tar.gz",
31+
"documentation-url": "https://repo1.maven.org/maven2/org/postgresql/postgresql/42.3.4/postgresql-42.3.4-javadoc.jar",
2432
"tested-versions": [
2533
"42.3.4"
2634
]

metadata/org.quartz-scheduler/quartz/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"org.quartz"
66
],
77
"metadata-version": "2.3.2",
8+
"source-code-url": "https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2-sources.jar",
9+
"repository-url": "https://github.com/quartz-scheduler/quartz",
10+
"test-code-url": "https://github.com/quartz-scheduler/quartz/tree/v2.3.2/quartz/src/test",
11+
"documentation-url": "https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2-javadoc.jar",
812
"tested-versions": [
913
"2.3.2",
1014
"2.4.0",

metadata/org.rocksdb/rocksdbjni/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"org.rocksdb"
66
],
77
"metadata-version": "7.9.2",
8+
"source-code-url": "https://repo.maven.apache.org/maven2/org/rocksdb/rocksdbjni/7.9.2/rocksdbjni-7.9.2-sources.jar",
9+
"repository-url": "https://github.com/facebook/rocksdb",
10+
"test-code-url": "https://github.com/facebook/rocksdb/tree/v7.9.2/java/src/test",
11+
"documentation-url": "https://repo.maven.apache.org/maven2/org/rocksdb/rocksdbjni/7.9.2/rocksdbjni-7.9.2-javadoc.jar",
812
"tested-versions": [
913
"7.9.2",
1014
"7.10.2",

metadata/org.testcontainers/testcontainers/index.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323
],
2424
"allowed-packages" : [
2525
"org.testcontainers"
26-
]
26+
],
27+
"source-code-url" : "https://repo1.maven.org/maven2/org/testcontainers/testcontainers/1.19.8/testcontainers-1.19.8-sources.jar",
28+
"repository-url" : "https://github.com/testcontainers/testcontainers-java",
29+
"test-code-url" : "https://github.com/testcontainers/testcontainers-java/tree/1.19.8/core/src/test",
30+
"documentation-url" : "https://repo1.maven.org/maven2/org/testcontainers/testcontainers/1.19.8/testcontainers-1.19.8-javadoc.jar"
2731
},
2832
{
2933
"metadata-version" : "1.17.6",
@@ -32,6 +36,10 @@
3236
],
3337
"allowed-packages" : [
3438
"org.testcontainers"
35-
]
39+
],
40+
"source-code-url" : "https://repo1.maven.org/maven2/org/testcontainers/testcontainers/1.17.6/testcontainers-1.17.6-sources.jar",
41+
"repository-url" : "https://github.com/testcontainers/testcontainers-java",
42+
"test-code-url" : "https://github.com/testcontainers/testcontainers-java/tree/1.17.6/core/src/test",
43+
"documentation-url" : "https://repo1.maven.org/maven2/org/testcontainers/testcontainers/1.17.6/testcontainers-1.17.6-javadoc.jar"
3644
}
3745
]

metadata/org.thymeleaf.extras/thymeleaf-extras-springsecurity6/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"org.thymeleaf"
77
],
88
"metadata-version": "3.1.0.RELEASE",
9+
"source-code-url": "https://repo1.maven.org/maven2/org/thymeleaf/extras/thymeleaf-extras-springsecurity6/3.1.0.RELEASE/thymeleaf-extras-springsecurity6-3.1.0.RELEASE-sources.jar",
10+
"repository-url": "https://github.com/thymeleaf/thymeleaf",
11+
"test-code-url": "https://github.com/thymeleaf/thymeleaf/tree/thymeleaf-3.1.0.RELEASE/tests/thymeleaf-tests-springsecurity6",
12+
"documentation-url": "https://github.com/thymeleaf/thymeleaf/blob/thymeleaf-3.1.0.RELEASE/lib/thymeleaf-extras-springsecurity6/README.markdown",
913
"tested-versions": [
1014
"3.1.0.RELEASE",
1115
"3.1.1.RELEASE",

metadata/org.thymeleaf/thymeleaf-spring6/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"org.thymeleaf"
66
],
77
"metadata-version": "3.1.0.RELEASE",
8+
"source-code-url": "https://repo1.maven.org/maven2/org/thymeleaf/thymeleaf-spring6/3.1.0.RELEASE/thymeleaf-spring6-3.1.0.RELEASE-sources.jar",
9+
"repository-url": "https://github.com/thymeleaf/thymeleaf",
10+
"test-code-url": "https://github.com/thymeleaf/thymeleaf/tree/thymeleaf-3.1.0.RELEASE/tests/thymeleaf-tests-spring6",
11+
"documentation-url": "https://www.thymeleaf.org/apidocs/thymeleaf-spring6/3.1.0.RELEASE/",
812
"tested-versions": [
913
"3.1.0.RELEASE",
1014
"3.1.1.RELEASE",

metadata/org.thymeleaf/thymeleaf/index.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
],
77
"metadata-version": "3.1.0.RELEASE",
88
"source-code-url": "https://repo1.maven.org/maven2/org/thymeleaf/thymeleaf/3.1.0.RELEASE/thymeleaf-3.1.0.RELEASE-sources.jar",
9+
"repository-url": "https://github.com/thymeleaf/thymeleaf",
910
"test-code-url": "https://github.com/thymeleaf/thymeleaf/tree/thymeleaf-3.1.0.RELEASE/lib/thymeleaf/src/test",
1011
"documentation-url": "https://github.com/thymeleaf/thymeleaf/blob/thymeleaf-3.1.0.RELEASE/README.txt",
1112
"tested-versions": [
@@ -20,6 +21,10 @@
2021
"org.thymeleaf"
2122
],
2223
"metadata-version": "3.1.0.M2",
24+
"source-code-url": "https://repo1.maven.org/maven2/org/thymeleaf/thymeleaf/3.1.0.M2/thymeleaf-3.1.0.M2-sources.jar",
25+
"repository-url": "https://github.com/thymeleaf/thymeleaf",
26+
"test-code-url": "https://github.com/thymeleaf/thymeleaf/tree/thymeleaf-3.1.0.M2/lib/thymeleaf/src/test",
27+
"documentation-url": "https://github.com/thymeleaf/thymeleaf/blob/thymeleaf-3.1.0.M2/README.txt",
2328
"tested-versions": [
2429
"3.1.0.M2"
2530
]

0 commit comments

Comments
 (0)