This repository was archived by the owner on Apr 2, 2026. It is now read-only.
Commit a5023f1
fix: move autovalue to annotation processor path (#179)
* move autovalue to annotation processor path
* only one parallel job
* fix: verify gs filesystem is available
* fix: remove max-parallel config in workflow
* fix: lint
* fix: revert plugin ignore removal
* autovalue 1.7.4
* debug: test provider config is loaded before tests run
* address feedback
* add EnableAutoValue.txt
* mockito for Java 7
* add auto-value-annotations to project deps
* add retries to tests
* revert retry in build.sh
Co-authored-by: Frank Natividad <franknatividad@google.com>1 parent 6cdc367 commit a5023f1
5 files changed
Lines changed: 22 additions & 74 deletions
File tree
- google-cloud-nio
- src/main
- java/com/google/cloud/storage/contrib/nio
- resources/META-INF/services
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 45 | | |
58 | 46 | | |
59 | | - | |
60 | | - | |
| 47 | + | |
61 | 48 | | |
62 | 49 | | |
63 | | - | |
64 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
65 | 53 | | |
66 | 54 | | |
67 | 55 | | |
| |||
86 | 74 | | |
87 | 75 | | |
88 | 76 | | |
89 | | - | |
| 77 | + | |
90 | 78 | | |
91 | 79 | | |
92 | 80 | | |
| |||
95 | 83 | | |
96 | 84 | | |
97 | 85 | | |
| 86 | + | |
98 | 87 | | |
99 | 88 | | |
100 | 89 | | |
| |||
104 | 93 | | |
105 | 94 | | |
106 | 95 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | 96 | | |
118 | 97 | | |
119 | 98 | | |
| |||
173 | 152 | | |
174 | 153 | | |
175 | 154 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | 155 | | |
188 | 156 | | |
189 | 157 | | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
89 | | - | |
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 99 | | |
| 100 | + | |
106 | 101 | | |
107 | 102 | | |
108 | | - | |
109 | 103 | | |
110 | 104 | | |
111 | 105 | | |
| |||
120 | 114 | | |
121 | 115 | | |
122 | 116 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 117 | + | |
138 | 118 | | |
139 | 119 | | |
140 | 120 | | |
| |||
207 | 187 | | |
208 | 188 | | |
209 | 189 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | 190 | | |
223 | 191 | | |
224 | 192 | | |
| |||
0 commit comments