File tree 3 files changed +5
-32
lines changed
3 files changed +5
-32
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- java : [8, 11, 15 ]
10
+ java : [8, 11, 17 ]
11
11
steps :
12
12
- uses : actions/checkout@v3
13
13
with :
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ subprojects {
92
92
}
93
93
94
94
spotbugs {
95
- toolVersion = ' 4.2.0 '
95
+ toolVersion = ' 4.7.3 '
96
96
excludeFilter = rootProject. file(' codequality/findbugs-exclude.xml' )
97
97
ignoreFailures = false
98
98
spotbugsMain. enabled = true
Original file line number Diff line number Diff line change 7
7
</And >
8
8
</Match >
9
9
<Match >
10
- <And >
11
- <Class name =" com.netflix.spectator.sandbox.HttpResponse" />
12
- <Bug pattern =" EI_EXPOSE_REP" />
13
- </And >
14
- </Match >
15
- <Match >
16
- <And >
17
- <Class name =" com.netflix.spectator.sandbox.HttpResponse" />
18
- <Bug pattern =" EI_EXPOSE_REP2" />
19
- </And >
20
- </Match >
21
- <Match >
22
- <And >
23
- <Class name =" com.netflix.spectator.sandbox.HttpRequestBuilder" />
24
- <Bug pattern =" EI_EXPOSE_REP2" />
25
- </And >
10
+ <Bug pattern =" EI_EXPOSE_REP" />
26
11
</Match >
27
12
<Match >
28
- <And >
29
- <Class name =" com.netflix.spectator.ipc.http.HttpResponse" />
30
- <Bug pattern =" EI_EXPOSE_REP" />
31
- </And >
13
+ <Bug pattern =" EI_EXPOSE_REP2" />
32
14
</Match >
33
15
<Match >
34
- <And >
35
- <Class name =" com.netflix.spectator.ipc.http.HttpResponse" />
36
- <Bug pattern =" EI_EXPOSE_REP2" />
37
- </And >
38
- </Match >
39
- <Match >
40
- <And >
41
- <Class name =" com.netflix.spectator.ipc.http.HttpRequestBuilder" />
42
- <Bug pattern =" EI_EXPOSE_REP2" />
43
- </And >
16
+ <Bug pattern =" MS_EXPOSE_REP" />
44
17
</Match >
45
18
<Match >
46
19
<And >
You can’t perform that action at this time.
0 commit comments