Skip to content

Commit 3cfc643

Browse files
authored
* Helidon Níma * New Health API. * Use 'Matrix' instead of 'Path' parameters * Fault tolerance: move to reactive module. * Media: move to reactive module. * DB Client: move to reactive module * WebClient: move to reactive module * WebServer: move to reactive module
1 parent c46f111 commit 3cfc643

2,478 files changed

Lines changed: 99426 additions & 33761 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#
2+
# Copyright (c) 2022 Oracle and/or its affiliates.
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
16+
# don't let GIT perform end of line mapping on these files
17+
enum-test*.txt -text

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
24+
# Java Flight Recorder
25+
*.jfr
2426

2527
# Maven
2628
target/
@@ -44,7 +46,7 @@ atlassian-ide-plugin.xml
4446
nbactions.xml
4547
nb-configuration.xml
4648

47-
# Eclipse
49+
# Eclipse
4850
.settings
4951
.settings/
5052
.project
@@ -75,3 +77,9 @@ PutObjectStoreDirHere/
7577
package-lock.json
7678
RUNTIMEDB/
7779
docs/se/config/images
80+
81+
# Baseline results for regression tests
82+
jmh-baseline.json
83+
84+
# benchmark results
85+
nima/tests/benchmark/techempower/results

DEV-GUIDELINES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Some of these rules are enforced by checkstyle, some are checked during code rev
4444
1. For pom packaging, the module is a "project module" (considering modules that serve as aggregators for sub-modules
4545
into a common reactor)
4646
2. Maven coordinates:
47-
1. Group id: io.helidon.${project_module}* - such as io.helidon.webserver; io.helidon.microprofile.config
47+
1. Group id: io.helidon.${project_module}* - such as io.helidon.reactive.webserver; io.helidon.microprofile.config
4848
2. Artifact id: helidon-${module_name}(-project)? - such as "helidon-security", "helicon-security-project",
4949
where project modules use the suffix "-project"
5050
3. Version: always inherited

THIRD_PARTY_LICENSES.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Fourth Party Runtime Dependencies
3131
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3232
Dropwizard Metrics Coda Hale and Yammer, Inc.
3333
Apache 2.0
34-
Used by: [helidon-dbclient-metrics-jdbc]
34+
Used by: [helidon-reactive-dbclient-metrics-jdbc]
3535
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3636
Copyright 2010-2013 Coda Hale and Yammer, Inc., 2014-2017 Dropwizard Team
3737

@@ -73,7 +73,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7373
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7474
Eclipse Parsson Eclipse Foundation
7575
Eclipse Public License 2.0 + GPL v.2 with CPE
76-
Used by: [helidon-dbclient-jsonp, helidon-dbclient-mongodb, helidon-graal-native-image-extension, helidon-lra-coordinator-server, helidon-media-jsonb, helidon-media-jsonp, helidon-microprofile-server, helidon-mp-graal-native-image-extension, helidon-openapi, helidon-security-jwt]
76+
Used by: [helidon-reactive-dbclient-jsonp, helidon-reactive-dbclient-mongodb, helidon-graal-native-image-extension, helidon-lra-coordinator-server, helidon-reactive-media-jsonb, helidon-reactive-media-jsonp, helidon-microprofile-server, helidon-mp-graal-native-image-extension, helidon-openapi, helidon-security-jwt]
7777
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7878
Eclipse Parsson (org.eclipse.parsson:parsson)
7979
Copyright (c) 2011,2022 Oracle and/or its affiliates. All rights reserved.
@@ -127,7 +127,7 @@ Fourth Party Dependencies
127127
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
128128
Eclipse Tyrus Oracle
129129
Eclipse Public License 2.0 + GPL v.2 with CPE
130-
Used by: [helidon-microprofile-websocket, helidon-webserver-websocket]
130+
Used by: [helidon-microprofile-websocket, helidon-reactive-webserver-websocket]
131131
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
132132
Eclipse Tyrus (org.glassfish.tyrus:tyrus-*)
133133
Copyright (c) 2007,2022 Oracle and/or its affiliates. All rights reserved.
@@ -215,7 +215,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
215215
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
216216
Eclipse Yasson Eclipse Foundation
217217
Multiple Licenses
218-
Used by: [helidon-media-jsonb, helidon-microprofile, helidon-openapi]
218+
Used by: [helidon-reactive-media-jsonb, helidon-microprofile, helidon-openapi]
219219
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
220220
Eclipse Yasson
221221
org.eclipse.yasson (org.eclipse:yasson)
@@ -996,7 +996,7 @@ failureaccess, v1.0.1, Apache 2.0
996996
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
997997
HikariCP Brett Woolridge
998998
Apache 2.0
999-
Used by: [helidon-dbclient-jdbc, helidon-dbclient-metrics-jdbc, helidon-integrations-cdi-datasource-hikaricp]
999+
Used by: [helidon-reactive-dbclient-jdbc, helidon-reactive-dbclient-metrics-jdbc, helidon-integrations-cdi-datasource-hikaricp]
10001000
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10011001
HikariCP (com.zaxxer:HikariCP)
10021002
Copyright (C) 2013,2019 Brett Wooldridge
@@ -1666,7 +1666,7 @@ Jakarta JSON Processing API (JSON-P) (jakarta.json:jakarta.json-api)
16661666
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16671667
Jakarta Json Processing API (JSON-P) Eclipse Foundation
16681668
Eclipse Public License 2.0 + GPL v.2 with CPE
1669-
Used by: [helidon-media-jsonp, helidon-microprofile-server, helidon-openapi, helidon-security-jwt]
1669+
Used by: [helidon-reactive-media-jsonp, helidon-microprofile-server, helidon-openapi, helidon-security-jwt]
16701670
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16711671
1. The follow files are available in source code form under the Eclipse Public License at:
16721672
https://github.com/eclipse-ee4j/jsonp/api (The EPL license is reproduced below).
@@ -1752,7 +1752,7 @@ Fourth Party Dependencies
17521752
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17531753
Jakarta Messaging API (JMS API) Eclipse Foundation
17541754
Eclipse Public License 2.0 + GPL v.2 with CPE
1755-
Used by: [helidon-health-checks, helidon-health-common, helidon-integrations-cdi-datasource, helidon-integrations-cdi-datasource-hikaricp, helidon-integrations-cdi-datasource-ucp, helidon-integrations-cdi-delegates, helidon-integrations-cdi-eclipselink, helidon-integrations-cdi-hibernate, helidon-integrations-cdi-jedis, helidon-integrations-cdi-jpa, helidon-integrations-cdi-jta, helidon-integrations-cdi-jta-weld, helidon-integrations-cdi-reference-counted-context, helidon-integrations-micrometer-cdi, helidon-integrations-micronaut-cdi, helidon-integrations-micronaut-data, helidon-integrations-microstream-cdi, helidon-integrations-neo4j, helidon-integrations-neo4j-health, helidon-integrations-neo4j-metrics, helidon-integrations-vault-cdi, helidon-jersey-client, helidon-messaging-aq, helidon-messaging-jms, helidon-messaging-jms-shim, helidon-messaging-kafka, helidon-messaging-mock, helidon-microprofile-bean-validation, helidon-microprofile-config, helidon-microprofile-cors, helidon-microprofile-fault-tolerance, helidon-microprofile-grpc-client, helidon-microprofile-grpc-core, helidon-microprofile-grpc-metrics, helidon-microprofile-grpc-server, helidon-microprofile-metrics, helidon-microprofile-rest-client, helidon-microprofile-server, helidon-microprofile-tracing, helidon-microprofile-websocket, helidon-security-integration-jersey, helidon-security-integration-jersey-client, helidon-service-common-rest-cdi, weld-se-core]
1755+
Used by: [helidon-health-checks, helidon-integrations-cdi-datasource, helidon-integrations-cdi-datasource-hikaricp, helidon-integrations-cdi-datasource-ucp, helidon-integrations-cdi-delegates, helidon-integrations-cdi-eclipselink, helidon-integrations-cdi-hibernate, helidon-integrations-cdi-jedis, helidon-integrations-cdi-jpa, helidon-integrations-cdi-jta, helidon-integrations-cdi-jta-weld, helidon-integrations-cdi-reference-counted-context, helidon-integrations-micrometer-cdi, helidon-integrations-micronaut-cdi, helidon-integrations-micronaut-data, helidon-integrations-microstream-cdi, helidon-integrations-neo4j, helidon-integrations-neo4j-health, helidon-integrations-neo4j-metrics, helidon-integrations-vault-cdi, helidon-jersey-client, helidon-messaging-aq, helidon-messaging-jms, helidon-messaging-jms-shim, helidon-messaging-kafka, helidon-messaging-mock, helidon-microprofile-bean-validation, helidon-microprofile-config, helidon-microprofile-cors, helidon-microprofile-fault-tolerance, helidon-microprofile-grpc-client, helidon-microprofile-grpc-core, helidon-microprofile-grpc-metrics, helidon-microprofile-grpc-server, helidon-microprofile-metrics, helidon-microprofile-rest-client, helidon-microprofile-server, helidon-microprofile-tracing, helidon-microprofile-websocket, helidon-security-integration-jersey, helidon-security-integration-jersey-client, helidon-service-common-rest-cdi, weld-se-core]
17561756
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17571757
1. The follow files are available in source code form under the Eclipse Public License at:
17581758
https://github.com/jakartaee/messaging. (The EPL license is reproduced below).
@@ -2023,7 +2023,7 @@ The project maintains the following source code repositories:
20232023
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
20242024
Jakarta WebSocket Oracle
20252025
Eclipse Public License 2.0 + GPL v.2 with CPE
2026-
Used by: [helidon-microprofile-websocket, helidon-webserver-websocket]
2026+
Used by: [helidon-microprofile-websocket, helidon-reactive-webserver-websocket]
20272027
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
20282028
1. The follow files are available in source code form under the Eclipse Public License at:
20292029
https://github.com/eclipse-ee4j/websocket-api (The EPL license is reproduced below).
@@ -2323,7 +2323,7 @@ License Identifier: Apache-2.0
23232323
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
23242324
MicroProfile Health API Eclipse Foundation
23252325
Apache 2.0
2326-
Used by: [helidon-health, helidon-integrations-neo4j-health, helidon-microprofile-health]
2326+
Used by: [helidon-reactive-health, helidon-integrations-neo4j-health, helidon-microprofile-health]
23272327
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
23282328
MicroProfile Health API (org.eclipse.microprofile.health:microprofile-health-api)
23292329
Copyright (c) 2017-2021 Contributors to the Eclipse Foundation
@@ -2463,7 +2463,7 @@ License Identifier: Apache-2.0
24632463
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
24642464
MongoDB ReactiveStreams Driver MongoDB, Inc.
24652465
Apache 2.0
2466-
Used by: [helidon-dbclient-mongodb]
2466+
Used by: [helidon-reactive-dbclient-mongodb]
24672467
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
24682468
MongoDB Reactive Streams Driver (org.mongodb:mongodb-driver-reactivestreams)
24692469
Copyright 2014,2017 MongoDB, Inc.
@@ -2752,7 +2752,7 @@ Fourth Party Runtime Dependencies
27522752
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27532753
OpenTracing API for Java Opentracing.Io
27542754
Apache 2.0
2755-
Used by: [helidon-dbclient-tracing, helidon-integrations-common-rest, helidon-security-integration-jersey, helidon-tracing-opentracing, helidon-tracing-tracer-resolver, helidon-tracing-zipkin]
2755+
Used by: [helidon-reactive-dbclient-tracing, helidon-integrations-common-rest, helidon-security-integration-jersey, helidon-tracing-opentracing, helidon-tracing-tracer-resolver, helidon-tracing-zipkin]
27562756
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27572757
opentracing-util: 0.33.0, Apache 2.0
27582758
opentracing-mock: 0.33.0, Apache 2.0
@@ -2783,7 +2783,7 @@ License Identifier: Apache-2.0
27832783
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27842784
Reactive Streams Public Domain
27852785
Other FOSS License
2786-
Used by: [helidon-dbclient-mongodb, helidon-microprofile-reactive-streams]
2786+
Used by: [helidon-reactive-dbclient-mongodb, helidon-microprofile-reactive-streams]
27872787
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27882788

27892789
/************************************************************************
@@ -4583,7 +4583,7 @@ source code repository logs.
45834583
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
45844584
jackson-databind FasterXML, LLC
45854585
Apache 2.0
4586-
Used by: [helidon-media-jackson]
4586+
Used by: [helidon-reactive-media-jackson]
45874587
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
45884588
------------------------------- Top-level license --------------------------
45894589
License Identifier: Apache-2.0
@@ -4803,7 +4803,7 @@ License Identifier: Apache-2.0
48034803
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
48044804
jersey-hk2 Eclipse Foundation
48054805
Eclipse Public License 2.0 + GPL v.2 with CPE
4806-
Used by: [helidon-jersey-client, helidon-jersey-connector, helidon-jersey-server, helidon-webserver-jersey]
4806+
Used by: [helidon-jersey-client, helidon-jersey-connector, helidon-jersey-server, helidon-reactive-webserver-jersey]
48074807
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
48084808
jersey-inject-hk2 (org.glassfish.jersey.inject:jersey-hk2)
48094809
Copyright (c) 2017,2022 Oracle and/or its affiliates. All rights reserved.
@@ -6391,7 +6391,7 @@ under the License.
63916391
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
63926392
netty The Netty Project
63936393
Apache 2.0
6394-
Used by: [helidon-webclient, helidon-webserver, helidon-webserver-http2, helidon-webserver-jersey, helidon-webserver-transport-netty-epoll]
6394+
Used by: [helidon-reactive-webclient, helidon-reactive-webserver, helidon-reactive-webserver-http2, helidon-reactive-webserver-jersey, helidon-reactive-webserver-transport-netty-epoll]
63956395
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
63966396
Netty (io.netty:netty-*)
63976397
Copyright 2012,2021 The Netty Project

applications/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<version.plugin.helidon-cli>3.0.0</version.plugin.helidon-cli>
5252
<version.plugin.jar>3.0.2</version.plugin.jar>
5353
<version.plugin.os>1.5.0.Final</version.plugin.os>
54-
<version.plugin.protobuf>0.5.1</version.plugin.protobuf>
54+
<version.plugin.protobuf>0.6.1</version.plugin.protobuf>
5555
<version.plugin.resources>2.7</version.plugin.resources>
5656
<version.plugin.surefire>3.0.0-M5</version.plugin.surefire>
5757
</properties>
@@ -91,6 +91,7 @@
9191
<configuration>
9292
<useModulePath>false</useModulePath>
9393
<redirectTestOutputToFile>true</redirectTestOutputToFile>
94+
<argLine>--enable-preview</argLine>
9495
</configuration>
9596
</plugin>
9697
<plugin>

applications/se/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
<plugin>
3939
<groupId>io.helidon.build-tools</groupId>
4040
<artifactId>helidon-maven-plugin</artifactId>
41+
<configuration>
42+
<additionalArgs>
43+
<additionalArg>-J--enable-preview</additionalArg>
44+
<additionalArg>-J--add-modules</additionalArg>
45+
<additionalArg>-JALL-SYSTEM</additionalArg>
46+
</additionalArgs>
47+
</configuration>
4148
<executions>
4249
<execution>
4350
<id>native-image</id>

archetypes/helidon/src/main/archetype/common/extra.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<model>
4949
<list key="dependencies" if="${flavor} == 'se'">
5050
<map>
51-
<value key="groupId">io.helidon.fault-tolerance</value>
52-
<value key="artifactId">helidon-fault-tolerance</value>
51+
<value key="groupId">io.helidon.reactive.fault-tolerance</value>
52+
<value key="artifactId">helidon-reactive-fault-tolerance</value>
5353
</map>
5454
</list>
5555
<list key="dependencies" if="${flavor} == 'mp'">
@@ -60,8 +60,8 @@
6060
</list>
6161
<list key="Main-helidon-imports">
6262
<value>io.helidon.common.http.Http</value>
63-
<value>io.helidon.faulttolerance.BulkheadException</value>
64-
<value>io.helidon.faulttolerance.CircuitBreakerOpenException</value>
63+
<value>io.helidon.reactive.faulttolerance.BulkheadException</value>
64+
<value>io.helidon.reactive.faulttolerance.CircuitBreakerOpenException</value>
6565
</list>
6666
<list key="Main-other-imports">
6767
<value>java.util.concurrent.TimeoutException</value>
@@ -97,8 +97,8 @@
9797
<value key="artifactId">helidon-microprofile-cors</value>
9898
</map>
9999
<map if="${flavor} == 'se'">
100-
<value key="groupId">io.helidon.webserver</value>
101-
<value key="artifactId">helidon-webserver-cors</value>
100+
<value key="groupId">io.helidon.reactive.webserver</value>
101+
<value key="artifactId">helidon-reactive-webserver-cors</value>
102102
</map>
103103
</list>
104104
<list key="SimpleGreetService-imports" if="${flavor} == 'mp'">
@@ -109,8 +109,8 @@
109109
<value>jakarta.ws.rs.HttpMethod</value>
110110
</list>
111111
<list key="Main-helidon-imports" if="${flavor} == 'se'">
112-
<value>io.helidon.webserver.cors.CorsSupport</value>
113-
<value>io.helidon.webserver.cors.CrossOriginConfig</value>
112+
<value>io.helidon.reactive.webserver.cors.CorsSupport</value>
113+
<value>io.helidon.reactive.webserver.cors.CrossOriginConfig</value>
114114
</list>
115115
<list key="Main-createRouting" if="${flavor} == 'se'">
116116
<value><![CDATA[

0 commit comments

Comments
 (0)