Commit 7f758ac
authored
Updates to Helidon Common, Part 1 (helidon-io#4693)
* Switch to System.Logger for common modules (except for reactive)
* Move HelidonServiceLoader to common module.
* GenericType now contains constant for String
* Typo fix (Builder)
* Using Weight instead of Priority in SE1 parent 0c796d1 commit 7f758ac
175 files changed
Lines changed: 817 additions & 801 deletions
File tree
- bom
- common
- common
- src
- main/java
- io/helidon/common
- test
- java/io/helidon/common
- resources/META-INF/services
- configurable
- etc/spotbugs
- src/main/java
- io/helidon/common/configurable
- context
- src/main/java
- io/helidon/common/context
- http/src/main/java
- key-util/src/main/java
- io/helidon/common/pki
- mapper
- src
- main/java
- io/helidon/common/mapper
- test/java/io/helidon/common/mapper
- media-type
- src/main/java
- io/helidon/common/media/type
- service-loader
- src/main/java/io/helidon/common/serviceloader
- config
- config-mp
- src
- main/java
- io/helidon/config/mp
- test/java/io/helidon/config/mp
- config/src/main/java
- io/helidon/config
- spi
- hocon-mp/src/main/java/io/helidon/config/hocon/mp
- hocon/src/main/java/io/helidon/config/hocon
- object-mapping/src/main/java/io/helidon/config/objectmapping
- tests
- module-mappers-1-base/src/main/java/io/helidon/config/tests/module/mappers1
- module-mappers-2-override/src/main/java/io/helidon/config/tests/module/mappers2
- module-parsers-1-override/src/main/java/io/helidon/config/tests/module/parsers1
- yaml-mp/src/main/java/io/helidon/config/yaml/mp
- yaml/src/main/java/io/helidon/config/yaml
- dbclient
- dbclient
- src/main/java
- io/helidon/dbclient
- jdbc/src/main/java/io/helidon/dbclient/jdbc
- jsonp/src/main/java/io/helidon/dbclient/jsonp
- etc
- grpc/core/src
- main/java/io/helidon/grpc/core
- test/java/io/helidon/grpc/core
- integrations/vault
- auths
- approle/src/main/java/io/helidon/integrations/vault/auths/approle
- common/src/main/java/io/helidon/integrations/vault/auths/common
- k8s/src/main/java/io/helidon/integrations/vault/auths/k8s
- token/src/main/java/io/helidon/integrations/vault/auths/token
- cdi/src/main/java
- io/helidon/integrations/vault/cdi
- vault
- src/main/java
- io/helidon/integrations/vault
- logging
- common
- src/main/java
- io/helidon/logging/common
- log4j/src/main/resources/META-INF/native-image/io.helidon.logging/helidon-logging-log4j
- media/common/src/main/java/io/helidon/media/common
- metrics
- api
- src/main/java
- io/helidon/metrics/api
- metrics
- src/main/java
- io/helidon/metrics
- service-api/src/main/java
- io/helidon/metrics/serviceapi
- microprofile
- config/src/main/java
- grpc
- core
- src/main/java
- io/helidon/microprofile/grpc/core
- metrics
- server/src/main/java
- io/helidon/microprofile/grpc/server
- health/src/main/java
- io/helidon/microprofile/health
- jwt-auth/src/main/java/io/helidon/microprofile/jwt/auth
- lra/jax-rs
- src/main/java
- io/helidon/microprofile/lra
- messaging/core/src/main/java/io/helidon/microprofile/messaging
- metrics
- src/main/java
- server
- src/main/java
- io/helidon/microprofile/server
- security
- abac
- policy/src/main/java
- io/helidon/security/abac/policy
- role/src/main/java/io/helidon/security/abac/role
- integration
- jersey-client/src/main/java
- jersey
- src
- main/java
- io/helidon/security/integration/jersey
- test/java/io/helidon/security/integration/jersey
- jwt/src
- main/java/io/helidon/security/jwt
- test/java/io/helidon/security/jwt
- providers
- abac/src/main/java
- io/helidon/security/providers/abac
- common/src/main/java/io/helidon/security/providers/common/spi
- config-vault/src/main/java/io/helidon/security/providers/config/vault
- http-auth/src/main/java
- io/helidon/security/providers/httpauth
- oidc/src/main/java/io/helidon/security/providers/oidc
- security/src/main/java
- io/helidon/security
- tracing
- jaeger/src/main/java/io/helidon/tracing/jaeger
- jersey-client/src/main/java
- io/helidon/tracing/jersey/client
- opentelemetry/src/main/java/io/helidon/tracing/opentelemetry
- opentracing
- src/main/java
- io/helidon/tracing/opentracing
- tracer-resolver/src/main/java/io/helidon/tracing/tracerresolver
- tracing
- src/main/java
- io/helidon/tracing
- zipkin/src/main/java/io/helidon/tracing/zipkin
- webclient/webclient/src/main/java
- io/helidon/webclient
- webserver/webserver/src/main/java/io/helidon/webserver
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | 609 | | |
615 | 610 | | |
616 | 611 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
31 | 49 | | |
32 | 50 | | |
33 | 51 | | |
| |||
71 | 89 | | |
72 | 90 | | |
73 | 91 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 92 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
118 | | - | |
| 117 | + | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
| |||
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
144 | | - | |
| 143 | + | |
145 | 144 | | |
146 | 145 | | |
147 | | - | |
| 146 | + | |
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
151 | | - | |
| 150 | + | |
152 | 151 | | |
153 | 152 | | |
154 | 153 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
| |||
Lines changed: 21 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
170 | 171 | | |
171 | | - | |
| 172 | + | |
| 173 | + | |
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
| |||
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
| 189 | + | |
187 | 190 | | |
188 | 191 | | |
189 | 192 | | |
190 | 193 | | |
191 | 194 | | |
192 | 195 | | |
193 | | - | |
194 | | - | |
195 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
196 | 199 | | |
197 | 200 | | |
198 | | - | |
199 | | - | |
200 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
201 | 204 | | |
202 | 205 | | |
203 | 206 | | |
| |||
230 | 233 | | |
231 | 234 | | |
232 | 235 | | |
233 | | - | |
| 236 | + | |
234 | 237 | | |
235 | 238 | | |
236 | 239 | | |
| |||
244 | 247 | | |
245 | 248 | | |
246 | 249 | | |
247 | | - | |
| 250 | + | |
248 | 251 | | |
249 | 252 | | |
250 | 253 | | |
251 | 254 | | |
252 | 255 | | |
253 | 256 | | |
254 | 257 | | |
255 | | - | |
| 258 | + | |
256 | 259 | | |
257 | 260 | | |
258 | 261 | | |
| |||
0 commit comments