forked from apache/camel-quarkus
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathantora.yml
More file actions
63 lines (56 loc) · 2.7 KB
/
Copy pathantora.yml
File metadata and controls
63 lines (56 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: camel-quarkus
title: Camel Quarkus
version: next
prerelease: true
display-version: Next (Pre-release)
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
prerelease: true
requires: "'util=camel-website-util,quarkus=xref:js/quarkus.js'"
# Project versions
camel-version: 4.21.0 # replace ${camel.version}
camel-docs-version: next
camel-quarkus-version: 3.38.0 # replace ${camel-quarkus.version}
quarkus-version: 3.37.0 # replace ${quarkus.version}
graalvm-version: 23.1.2 # replace ${graalvm.version}
graalvm-docs-version: jdk21 # replace ${graalvm-docs.version}
langchain4j-version: 1.16.2 # replace ${langchain4j.version}
mapstruct-version: 1.6.3 # replace ${mapstruct.version}
min-maven-version: 3.8.2 # replace ${min-maven-version}
target-maven-version: 3.9.16 # replace ${target-maven-version}
# Attributes used in xrefs to other Antora components
cq-camel-components: next@components
doc-link-icon-lock: "icon:lock"
quarkus-examples-version: latest
# Toggle whether some page elements are rendered
doc-show-badges: true # Whether JVM / Native badges are rendered
doc-show-advanced-features: true # Whether documentation relating to advanced features is rendered
doc-show-user-guide-link: true # Whether the user guide link is rendered in component extensions
doc-show-extra-content: false # Whether additional content hosted in external AsciiDoc files should be loaded via an include:: directive
# External URLs
link-camel-quarkus-source: https://github.com/apache/camel-quarkus/tree/main
link-quarkus-code-generator: code.quarkus.io
link-quarkus-cxf-doc: https://quarkiverse.github.io/quarkiverse-docs/quarkus-cxf/dev
link-quarkus-cxf-source: https://github.com/quarkiverse/quarkus-cxf/tree/main
# Misc
javaxOrJakartaPackagePrefix: jakarta # this can be switched to javax in older branches
# Project name
project-name: "Camel Quarkus"