Commit 4943774
authored
Updates to Helidon Common, Part 2 (helidon-io#4718)
Preparation for Loom based server.
Changes to common, common HTTP, common media types and fixes in all impacted modules.1 parent 3d6499c commit 4943774
790 files changed
Lines changed: 20135 additions & 11490 deletions
File tree
- applications
- archetypes/helidon/src/main/archetype
- mp
- common/files/src/main/resources/META-INF
- custom/files/src/test/java/__pkg__
- se
- custom/files/src
- main/java/__pkg__
- test/java/__pkg__
- database/files/src/main/java/__pkg__
- bom
- common
- buffers
- src
- main/java
- io/helidon/common/buffers
- test/java/io/helidon/common/buffers
- configurable
- http
- src
- main/java
- io/helidon/common/http
- test/java/io/helidon/common/http
- key-util
- src/main/java/io/helidon/common/pki
- mapper/src
- main/java/io/helidon/common/mapper
- spi
- test/java/io/helidon/common/mapper
- media-type
- src
- main/java/io/helidon/common/media/type
- spi
- test/java/io/helidon/common/media/type
- parameters
- src
- main/java
- io/helidon/common/parameters
- test/java/io/helidon/common/parameters
- socket
- src/main/java
- io/helidon/common/socket
- testing
- http-junit5
- src/main/java
- io/helidon/common/testing/http
- junit5
- src
- main/java
- io/helidon/common/testing/junit5
- test/java/io/helidon/common/testing
- uri
- src
- main/java
- io/helidon/common/uri
- test/java/io/helidon/common/uri
- config
- config-mp/src
- main/java/io/helidon/config/mp
- test/java/io/helidon/config/mp
- config
- src
- main/java/io/helidon/config
- spi
- test/java/io/helidon/config
- etcd/src
- main/java/io/helidon/config/etcd
- test/java/io/helidon/config/etcd
- git
- src
- main/java/io/helidon/config/git
- test/java/io/helidon/config/git
- hocon
- src
- main/java/io/helidon/config/hocon
- test/java/io/helidon/config/hocon
- metadata-processor
- testing
- src
- main/java/io/helidon/config/testing
- test/java/io/helidon/config/testing
- tests
- module-parsers-1-override/src/main/java/io/helidon/config/tests/module/parsers1
- test-bundle/src/test/java/io/helidon/config/tests/bundle
- test-default_config-1-properties
- src/test/java/io/helidon/config/tests/default1
- test-default_config-2-hocon-json
- src/test/java/io/helidon/config/tests/default2
- test-default_config-3-hocon
- src/test/java/io/helidon/config/tests/default3
- test-default_config-4-yaml
- src/test/java/io/helidon/config/tests/default4
- test-default_config-5-env_vars
- src/test/java/io/helidon/config/tests/default5
- test-default_config-6-meta-properties
- src/test/java/io/helidon/config/tests/default6
- test-default_config-7-meta-hocon-json
- src/test/java/io/helidon/config/tests/default7
- test-default_config-8-meta-hocon
- src/test/java/io/helidon/config/tests/default8
- test-default_config-9-meta-yaml
- src/test/java/io/helidon/config/tests/default9
- test-parsers-1-complex/src/test/java/io/helidon/config/tests/parsers1
- yaml
- src
- main/java/io/helidon/config/yaml
- test/java/io/helidon/config/yaml
- dbclient
- common/src
- main/java/io/helidon/dbclient/common
- test/java/io/helidon/dbclient/common/mapper
- dbclient/src/main/java/io/helidon/dbclient
- jdbc
- src/main/java/io/helidon/dbclient/jdbc
- mongodb/src/main/java/io/helidon/dbclient/mongodb
- dependencies
- examples
- cors/src
- main/resources
- test/java/io/helidon/examples/cors
- dbclient
- jdbc/src/main/resources
- mongodb/src/main/resources
- pokemons/src/main
- java/io/helidon/examples/dbclient/pokemons
- resources
- employee-app/src
- main/resources
- test/java/io/helidon/service/employee
- grpc
- basics/src/main/resources
- client-standalone/src/main/resources
- metrics/src/main/resources
- microprofile
- basic-client/src/main/resources
- basic-server-implicit/src/main/resources
- metrics/src/main/resources
- opentracing/src/main/resources
- security-abac/src/main/resources
- security-outbound/src/main
- java/io/helidon/grpc/examples/security/outbound
- resources
- security/src/main/resources
- integrations
- micrometer/mp/src/main/resources
- micronaut/data/src/main/resources
- neo4j
- neo4j-mp/src/main/resources
- neo4j-se
- src/main/resources
- oci
- atp-cdi/src/main/resources
- atp-reactive/src/main/resources
- metrics-reactive/src/main/resources
- objectstorage-cdi/src/main/resources
- objectstorage-reactive/src/main/resources
- vault-cdi/src/main/resources
- vault-reactive/src/main/resources
- vault
- hcp-cdi/src/main/resources
- hcp-reactive/src/main/resources
- jbatch
- src/main/resources
- media/multipart
- src
- main
- java/io/helidon/examples/media/multipart
- resources
- test/java/io/helidon/examples/media/multipart
- messaging
- jms-websocket-mp/src/main/resources
- jms-websocket-se/src/main/resources
- kafka-websocket-mp/src/main/resources
- kafka-websocket-se/src/main/resources
- oracle-aq-websocket-mp/src/main/resources
- metrics
- exemplar/src/main/resources
- filtering
- mp/src/main/resources
- se/src/main/resources
- http-status-count-se/src/test/java/io/helidon/examples/se/httpstatuscount
- kpi/src/main/resources
- microprofile
- bean-validation/src/main/resources
- cors/src
- main/resources
- test
- java/io/helidon/microprofile/examples/cors
- resources
- graphql/src/main/resources
- hello-world-explicit/src/main/resources
- hello-world-implicit/src/main/resources
- idcs/src/main/resources
- lra/src/main/resources
- messaging-sse/src/main/resources
- multipart/src/main/resources
- openapi-basic/src/main/resources
- security/src/main/resources
- static-content
- src
- main/resources
- test/resources
- tls/src/main/resources
- websocket/src/main/resources
- openapi/src
- main/resources
- test/java/io/helidon/examples/openapi
- quickstarts
- helidon-quickstart-mp/src/main/resources
- helidon-quickstart-se/src
- main/resources
- test/java/io/helidon/examples/quickstart/se
- helidon-standalone-quickstart-mp
- src/main/resources
- helidon-standalone-quickstart-se
- src/main/resources
- security
- attribute-based-access-control/src/main/resources
- basic-auth-with-static-content/src
- main
- java/io/helidon/security/examples/webserver/basic
- resources
- test/java/io/helidon/security/examples/webserver/basic
- google-login
- src
- main
- java/io/helidon/security/examples/google
- resources
- test/java/io/helidon/security/examples/google
- idcs-login/src/main
- java/io/helidon/security/examples/idcs
- resources
- jersey/src/main/resources
- nohttp-programmatic/src/main/resources
- outbound-override/src/main/java/io/helidon/security/examples/outbound
- vaults/src/main/resources
- webserver-digest-auth/src/main
- java/io/helidon/security/examples/webserver/digest
- resources
- webserver-signatures/src/main/java/io/helidon/security/examples/signatures
- todo-app
- backend/src
- main/resources
- test/java/io/helidon/demo/todos/backend
- frontend/src/main/resources
- translator-app
- backend/src/main/resources
- frontend/src/main/resources
- webclient/standalone/src/main/java/io/helidon/examples/webclient/standalone
- webserver
- basics/src
- main/java/io/helidon/webserver/examples/basics
- test/java/io/helidon/webserver/examples/basics
- comment-aas/src
- main/java/io/helidon/webserver/examples/comments
- test/java/io/helidon/webserver/examples/comments
- fault-tolerance/src/main/resources
- jersey/src/main/resources
- multiport/src/main/resources
- opentracing/src/main/resources
- static-content/src/main/java/io/helidon/webserver/examples/staticcontent
- streaming/src/main/java/io/helidon/webserver/examples/streaming
- threadpool
- src/main/resources
- tls/src/main/resources
- tutorial/src
- main
- java/io/helidon/webserver/examples/tutorial
- resources
- test/java/io/helidon/webserver/examples/tutorial
- user
- websocket/src/main/resources
- fault-tolerance
- src/test
- java/io/helidon/faulttolerance
- resources
- graphql/server
- src/main/java/io/helidon/graphql/server
- grpc
- client/src/test/resources
- core/src
- main/java/io/helidon/grpc/core
- test
- java/io/helidon/grpc/core
- resources
- metrics/src/test
- java/io/helidon/grpc/metrics
- resources
- server/src/test/resources
- health
- health-checks/src/test/java/io/helidon/health/checks
- health/src
- main/java/io/helidon/health
- test/java/io/helidon/health
- integrations
- cdi
- datasource-hikaricp/src/test
- datasource-ucp/src/test
- jpa-cdi/src/test
- common/rest/src/main/java/io/helidon/integrations/common/rest
- graal/native-image-extension/src/main/java/io/helidon/integrations/graal/nativeimage/extension
- micrometer
- cdi/src/test/resources
- micrometer/src
- main/java/io/helidon/integrations/micrometer
- test/java/io/helidon/integrations/micrometer
- micronaut/data
- src/test/java/io/helidon/integrations/micronaut/cdi/data
- 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
- vault/src/main/java/io/helidon/integrations/vault
- jersey/connector/src/main/java/io/helidon/jersey/connector
- lra/coordinator
- client
- narayana-client/src/main/java/io/helidon/lra/coordinator/client/narayana
- spi
- src/main/java
- server/src/main/java/io/helidon/lra/coordinator
- media
- common/src
- main/java/io/helidon/media/common
- test/java/io/helidon/media/common
- jackson/src/main/java/io/helidon/media/jackson
- jsonb/src
- main/java/io/helidon/media/jsonb
- test/java/io/helidon/media/jsonb
- jsonp/src
- main/java/io/helidon/media/jsonp
- test/java/io/helidon/media/jsonp
- multipart/src
- main/java/io/helidon/media/multipart
- test/java/io/helidon/media/multipart
- messaging
- connectors
- aq
- jms
- messaging
- metrics
- api
- src
- main/java
- test/java/io/helidon/metrics/api
- metrics
- src
- main/java/io/helidon/metrics
- test/java/io/helidon/metrics
- prometheus/src/main/java/io/helidon/metrics/prometheus
- service-api/src/main/java
- microprofile
- cdi/src/main/java
- io/helidon/microprofile/cdi
- config
- src/main/java
- cors/src
- main/java/io/helidon/microprofile/cors
- test/java/io/helidon/microprofile/cors
- fault-tolerance
- grpc/server/src
- main/java/io/helidon/microprofile/grpc/server
- test/resources
- health/src
- main/java
- io/helidon/microprofile/health
- test/resources
- jwt-auth/src/main/java/io/helidon/microprofile/jwt/auth
- lra/jax-rs
- src
- main/java
- io/helidon/microprofile/lra
- test
- java/io/helidon/microprofile/lra
- resources
- metrics/src/test/resources
- openapi/src/test/java/io/helidon/microprofile/openapi
- server
- src
- main/java
- io/helidon/microprofile/server
- test/java/io/helidon/microprofile/server
- tests/tck
- tck-config/src/test/resources
- tck-lra/src/test/java/io/helidon/microprofile/lra/tck
- tck-opentracing/src/test/java/io/helidon/microprofile/opentracing/tck
- tracing
- websocket
- openapi/src
- main/java/io/helidon/openapi
- test/java/io/helidon/openapi
- scheduling/src/test/resources
- security
- integration
- grpc/src/test
- java/io/helidon/security/integration/grpc
- resources
- webserver/src
- main/java/io/helidon/security/integration/webserver
- test/java/io/helidon/security/integration/webserver
- providers
- idcs-mapper/src/main/java/io/helidon/security/providers/idcs/mapper
- oidc-common
- src
- main/java
- io/helidon/security/providers/oidc/common
- test/resources
- oidc/src
- main/java/io/helidon/security/providers/oidc
- test/resources
- security
- tests
- apps/bookstore
- bookstore-mp
- src/main/resources
- bookstore-se
- src/main/resources
- functional
- bookstore/src/test/java/io/helidon/tests/bookstore
- config-profiles/src/main/resources
- context-propagation/src/test/resources
- jax-rs-multiple-apps/src/test/resources
- jax-rs-subresource/src/test/resources
- mp-compression/src/test/resources
- mp-synthetic-app/src/main/resources
- param-converter-provider/src/main/resources
- request-scope-cdi/src/test
- java/io/helidon/tests/functional/requestscopecdi
- resources
- request-scope/src
- main/java/io/helidon/tests/functional/requestscope
- test/resources
- integration
- config
- gh-2171-yml
- src/test/java/io/helidon/tests/integration/gh2171/yml
- gh-2171
- src/test/java/io/helidon/tests/integration/gh2171
- dbclient/appl/src
- main
- java/io/helidon/tests/integration/dbclient/appl/tools
- resources
- test/resources
- health/mp-disabled
- jms/src/test/resources
- jpa/appl/src
- main/resources
- test/resources
- kafka/src/test/resources
- mp-bean-validation
- src/main/resources
- mp-gh-3246/src/test/java/io/helidon/tests/integration/gh3246
- mp-grpc
- src/test/resources
- mp-security-client
- mp-ws-services
- native-image
- mp-1
- src/main/resources
- mp-2/src/main/resources
- mp-3/src/main/resources
- se-1/src/main
- java/io/helidon/tests/integration/nativeimage/se1
- resources
- security
- gh1487/src/main/resources
- gh2297/src/main/resources
- gh2772/src/main/resources
- path-params/src/main/resources
- security-response-mapper/src/main/resources
- tools/example/src
- main
- java/io/helidon/tests/integration/tools/example
- resources
- test/resources
- vault
- mp/src
- main/resources
- test/java/io/helidon/tests/integration/vault/mp
- se/src/main/resources
- webclient/src
- main/java/io/helidon/tests/integration/webclient
- test/java/io/helidon/tests/integration/webclient
- webserver/upgrade/src/test/java/io/helidon/integration/webserver/upgrade/test
- zipkin-mp-2.2
- webclient
- jaxrs
- metrics/src/main/java/io/helidon/webclient/metrics
- security/src/main/java/io/helidon/webclient/security
- tracing/src/main/java/io/helidon/webclient/tracing
- webclient
- src
- main/java
- io/helidon/webclient
- test/java/io/helidon/webclient
- webserver
- access-log/src/test/java/io/helidon/webserver/accesslog
- cors/src
- main/java/io/helidon/webserver/cors
- test/java/io/helidon/webserver/cors
- http2/src/main/java/io/helidon/webserver/http2
- jersey
- src
- main/java/io/helidon/webserver/jersey
- test
- java/io/helidon/webserver/jersey
- resources
- static-content/src
- main/java/io/helidon/webserver/staticcontent
- test/java/io/helidon/webserver/staticcontent
- test-support/src
- main/java/io/helidon/webserver/testsupport
- test/java/io/helidon/webserver/testsupport
- tyrus/src/main/java/io/helidon/webserver/tyrus
- webserver
- src
- main/java/io/helidon/webserver
- test
- java/io/helidon/webserver
- utils
- resources
- websocket/src
- main/java/io/helidon/webserver/websocket
- test
- java/io/helidon/webserver/websocket/test
- resources
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 | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
archetypes/helidon/src/main/archetype/mp/custom/files/src/test/java/__pkg__/TestCORS.java.mustache
Lines changed: 24 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | | - | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
71 | | - | |
72 | | - | |
73 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
81 | | - | |
82 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
86 | | - | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
93 | | - | |
94 | | - | |
| 97 | + | |
| 98 | + | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
99 | | - | |
100 | | - | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
| |||
107 | 111 | | |
108 | 112 | | |
109 | 113 | | |
110 | | - | |
111 | | - | |
112 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | | - | |
| 13 | + | |
8 | 14 | | |
9 | | - | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
59 | | - | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
Lines changed: 15 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
5 | 13 | | |
6 | 14 | | |
7 | 15 | | |
8 | 16 | | |
9 | 17 | | |
10 | 18 | | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
| |||
18 | 27 | | |
19 | 28 | | |
20 | 29 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
68 | | - | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | | - | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
98 | | - | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
114 | | - | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
118 | | - | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
archetypes/helidon/src/main/archetype/se/custom/files/src/test/java/__pkg__/TestCORS.java.mustache
Lines changed: 22 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | | - | |
70 | | - | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
90 | | - | |
91 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
95 | | - | |
| 99 | + | |
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
102 | | - | |
103 | | - | |
| 106 | + | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
108 | | - | |
109 | | - | |
| 112 | + | |
| 113 | + | |
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
| |||
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
119 | | - | |
120 | | - | |
121 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
122 | 126 | | |
123 | 127 | | |
124 | 128 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments