Commit 7fe35f6
authored
4.x: Metrics and OpenAPI have permitAll by default (helidon-io#7789)
* Metrics and OpenAPI have permitAll by default
Fixed all tests and examples that use it
Disabled intermittently failing test
* Fix wrong config of quickstart
* Typo fix1 parent 4542621 commit 7fe35f6
25 files changed
Lines changed: 20 additions & 103 deletions
File tree
- archetypes/helidon/src/main/archetype/common
- examples
- cors/src/main/resources
- metrics
- exemplar/src/main/resources
- filtering/se/src/main/resources
- http-status-count-se/src
- main/resources
- test/resources
- kpi/src/main/resources
- openapi/src/main/resources
- quickstarts
- helidon-quickstart-se/src/main/resources
- helidon-standalone-quickstart-se/src/main/resources
- integrations/openapi-ui/src/test/java/io/helidon/integrations/openapi/ui
- metrics
- api/src/main/java/io/helidon/metrics/api
- trace-exemplar
- src
- main/resources
- test/java/io/helidon/metrics/exemplartrace
- microprofile
- metrics/src/main/java/io/helidon/microprofile/metrics
- openapi/src/main/java/io/helidon/microprofile/openapi
- openapi
- openapi/src
- main/java/io/helidon/openapi
- test/java/io/helidon/openapi
- tests/gh-5792/src/test/java/io/helidon/openapi/tests/yamlparsing
- tests
- apps/bookstore/bookstore-se/src/main/resources
- integration
- dbclient/app/src/main/resources
- native-image/mp-1
- webserver/tests/observe/observe/src/test/resources
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 0 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | 303 | | |
319 | 304 | | |
320 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 23 | + | |
27 | 24 | | |
28 | 25 | | |
29 | | - | |
30 | | - | |
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
0 commit comments