Skip to content

Commit 8fd4270

Browse files
committed
Merge branch 'master' into activemq-client/fix-6.0.0
2 parents f9f45a9 + 07da6a7 commit 8fd4270

File tree

70 files changed

+3592
-209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+3592
-209
lines changed

library-and-framework-list.json

Lines changed: 251 additions & 163 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[
22
{
3-
"latest": true,
4-
"metadata-version": "5.0.1",
5-
"module": "com.zaxxer:HikariCP",
6-
"tested-versions": [
7-
"5.0.1"
8-
]
3+
"metadata-version" : "5.0.1",
4+
"tested-versions" : [
5+
"5.0.1",
6+
"5.1.0"
7+
],
8+
"latest" : true,
9+
"module" : "com.zaxxer:HikariCP"
910
}
10-
]
11+
]

metadata/commons-logging/commons-logging/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"1.3.1",
88
"1.3.2",
99
"1.3.3",
10-
"1.3.4"
10+
"1.3.4",
11+
"1.3.5"
1112
],
1213
"latest" : true,
1314
"module" : "commons-logging:commons-logging"

metadata/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
"allowed-packages" : [ "org.apache.commons.logging" ],
8888
"directory" : "commons-logging/commons-logging",
8989
"module" : "commons-logging:commons-logging"
90+
}, {
91+
"allowed-packages" : [ "io.grpc" ],
92+
"directory" : "io.grpc/grpc-core",
93+
"module" : "io.grpc:grpc-core"
9094
}, {
9195
"allowed-packages" : [ "io.grpc" ],
9296
"directory" : "io.grpc/grpc-netty",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
"reflect-config.json"
3+
]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"condition": {
4+
"typeReachable": "io.grpc.internal.InstantTimeProvider"
5+
},
6+
"name": "java.time.Instant",
7+
"allDeclaredMethods": true
8+
}
9+
]

metadata/io.grpc/grpc-core/index.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"metadata-version" : "1.69.0",
4+
"tested-versions" : [
5+
"1.69.0",
6+
"1.69.1",
7+
"1.70.0",
8+
"1.71.0"
9+
],
10+
"latest" : true,
11+
"override" : true,
12+
"module" : "io.grpc:grpc-core"
13+
}
14+
]

metadata/io.netty/netty-transport/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"tested-versions" : [
55
"4.1.115.Final",
66
"4.1.116.Final",
7-
"4.2.0.Alpha1"
7+
"4.2.0.Alpha1",
8+
"4.2.0.Alpha2"
89
],
910
"latest" : true,
1011
"override" : true,
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
"reflect-config.json",
3+
"resource-config.json"
4+
]

0 commit comments

Comments
 (0)