blob: 3361fda4416634bbf4b965d6aef1de960ef35eb6 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-olingo4"]
= Olingo4
:page-aliases: extensions/olingo4.adoc
:linkattrs:
:cq-artifact-id: camel-quarkus-olingo4
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Communicate with OData 4.0 services using Apache Olingo OData API.
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: 1.0.0
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0##
endif::[]
Communicate with OData 4.0 services using Apache Olingo OData API.
[id="extensions-olingo4-whats-inside"]
== What's inside
* xref:{cq-camel-components}::olingo4-component.adoc[Olingo4 component], URI syntax: `olingo4:apiName/methodName`
Please refer to the above link for usage and configuration details.
[id="extensions-olingo4-maven-coordinates"]
== Maven coordinates
https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-olingo4[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-olingo4</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]
[id="extensions-olingo4-ssl-in-native-mode"]
== SSL in native mode
This extension auto-enables SSL support in native mode. Hence you do not need to add
`quarkus.ssl.native=true` to your `application.properties` yourself. See also
https://quarkus.io/guides/native-and-ssl[Quarkus SSL guide].