You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set this boolean value to enable the merging of the deprecated `@Schema` `example` property into the `examples` array introduced in OAS 3.1.0. If not set, it will default to `false` and the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
Set this boolean value to enable the merging of the deprecated `@Schema``example` property into the `examples` array introduced in OAS 3.1.0. If not set, it will default to `false` and the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
Set this boolean value to enable the merging of the deprecated `@Schema``example` property into the `examples` array introduced in OAS 3.1.0. If not set, it will default to `false` and the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
Copy file name to clipboardExpand all lines: _versions/main/guides/gradle-tooling.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -666,7 +666,7 @@ The entries are relative to the root of the generated Uber-Jar. You can specify
666
666
By default, Quarkus will not discover CDI beans inside another module.
667
667
668
668
The best way to enable CDI bean discovery for a module in a multi-module project would be to include a `META-INF/beans.xml` file,
669
-
unless it is the main application module already configured with the quarkus-maven-plugin, in which case it will be indexed automatically.
669
+
unless it is the main application module already configured with the `io.quarkus` Gradle plugin, in which case it will be indexed automatically.
670
670
671
671
Alternatively, there is some unofficial link:https://plugins.gradle.org/search?term=jandex[Gradle Jandex plugins] that can be used instead of the `META-INF/beans.xml` file.
Use Infinispan Dev Services to run a server and connect without configuration.
113
113
====
114
114
115
-
=== Client intelligence
116
-
Infinispan client uses intelligence mechanisms to efficiently send requests to Infinispan Server clusters.
117
-
By default, the *HASH_DISTRIBUTION_AWARE* intelligence mechanism is enabled.
118
-
However, locally with Docker for Mac, you might experience connectivity issues.
119
-
In this case, configure the client intelligence to *BASIC*.
120
-
121
-
Learn more in the https://infinispan.org/docs/stable/titles/hotrod_java/hotrod_java.html#hotrod-client-intelligence_hotrod-java-client[Infinispan documentation].
0 commit comments