-
Notifications
You must be signed in to change notification settings - Fork 181
/
gradle.properties
103 lines (88 loc) · 2.8 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#
# Copyright © 2018-2019, 2021-2022 Apple Inc. and the ServiceTalk project authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# build configuration
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.java.installations.auto-download=false
org.gradle.jvmargs=-Xms2g -Xmx4g -dsa -da -ea:io.servicetalk... -XX:+HeapDumpOnOutOfMemoryError
# project metadata used for publications
group=io.servicetalk
version=0.42.52-SNAPSHOT
scmHost=github.com
scmPath=apple/servicetalk
issueManagementUrl=https://github.com/apple/servicetalk/issues
ciManagementUrl=https://github.com/apple/servicetalk/actions
# dependency versions
nettyVersion=4.1.115.Final
nettyIoUringVersion=0.0.25.Final
jsr305Version=3.0.2
log4jVersion=2.23.1
slf4jVersion=1.7.36
# Jersey 2
javaxActivationVersion=1.2.2
javaxJaxbApiVersion=2.3.3
javaxJaxbCoreVersion=2.3.0.1
javaxJaxbImplVersion=2.3.3
jaxRsVersion=2.1.6
jerseyVersion=2.41
#Jersey 3.0 - Jakarta EE 9
javaxActivationVersionEE9=2.0.1
javaxJaxbApiVersionEE9=3.0.1
javaxJaxbCoreVersionEE9=3.0.2
javaxJaxbImplVersionEE9=3.0.2
jaxRsVersionEE9=3.0.0
jersey3VersionEE9=3.0.13
#Jersey 3.1 - Jakarta EE 10
javaxActivationVersionEE10=2.1.3
javaxJaxbApiVersionEE10=4.0.2
javaxJaxbCoreVersionEE10=4.0.5
javaxJaxbImplVersionEE10=4.0.5
jaxRsVersionEE10=3.1.0
jersey3VersionEE10=3.1.6
reactiveStreamsVersion=1.0.4
jcToolsVersion=4.0.3
# backward compatible with jackson 2.9+, we do not depend on any new features from later versions.
jacksonVersion=2.16.2
openTracingVersion=0.33.0
zipkinReporterVersion=2.17.2
opentelemetryVersion=1.28.0
opentelemetryInstrumentationVersion=1.28.0-alpha
# gRPC
protobufGradlePluginVersion=0.9.4
protobufVersion=3.25.3
protoGoogleCommonProtosVersion=2.29.0
javaPoetVersion=1.13.0
shadowPluginVersion=8.1.1
# resilience4j - jdk8 compat
resilience4jVersion=1.7.1
# Test dependencies
jmhCoreVersion=1.37
jmhPluginVersion=0.7.2
junitPlatformVersion=1.10.2
junit5Version=5.10.2
testngVersion=7.5
assertJCoreVersion=3.25.3
hamcrestVersion=2.2
mockitoCoreVersion=5.12.0
# mockito version is overridden for <jdk11 due to incompatibilities with newer bytebuddy and class format
mockitoCorePreJdk11Version=4.11.0
spotbugsPluginVersion=5.0.13
apacheDirectoryServerVersion=1.5.7
commonsLangVersion=2.6
grpcVersion=1.64.1
javaxAnnotationsApiVersion=1.3.5
jsonUnitVersion=2.38.0