blob: edbf914728d9f9376d08d8b2dc394bb4f623d1bb [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-java-joor-dsl"]
= Java jOOR DSL
:linkattrs:
:cq-artifact-id: camel-quarkus-java-joor-dsl
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Support for parsing Java route definitions at runtime
:cq-deprecated: false
:cq-jvm-since: 1.8.0
:cq-native-since: 2.16.0
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.8.0## [.badge-key]##Native since##[.badge-supported]##2.16.0##
endif::[]
Support for parsing Java route definitions at runtime
[id="extensions-java-joor-dsl-whats-inside"]
== What's inside
* xref:{cq-camel-components}:others:java-joor-dsl.adoc[Java DSL (runtime compiled)]
Please refer to the above link for usage and configuration details.
[id="extensions-java-joor-dsl-maven-coordinates"]
== Maven coordinates
https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-java-joor-dsl[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-java-joor-dsl</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-java-joor-dsl-camel-quarkus-limitations"]
== Camel Quarkus limitations
The annotations added to the classes to be compiled by the component are ignored by Quarkus. The only annotation that is
partially supported by the extension is the annotation `RegisterForReflection` to ease the configuration of the reflection
for the native mode however please note that the element `registerFullHierarchy` is not supported.