Skip to content

Commit a7feb39

Browse files
authored
Helidon MP app on OCI Guide (8353) (helidon-io#10079)
* Update .gitignore Update .gitignore * 8353 - Guide for using Helidon MP OCI app * Revert personal .gitignore changes * Update copyright year * move around monitoring yaml/properties + misc changes * Changes for Streaming section * Misc. wording and formatting changes * Add oci.logging.id property * More OCI Helidon changes * Move (and reduce) OCI services configuration info * Fix typo * Expand on OpenAPI support and project extensibility
1 parent d830d9f commit a7feb39

6 files changed

Lines changed: 438 additions & 46 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ RUNTIMEDB/
8383
docs/se/config/images
8484

8585
# Baseline results for regression tests
86-
jmh-baseline.json
86+
jmh-baseline.json

docs/src/main/asciidoc/includes/attributes.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,12 @@ endif::[]
268268
:openapi-spec-base-url: https://github.com/OAI/OpenAPI-Specification/blob/master/versions
269269
:openapi-spec-url: {openapi-spec-base-url}/{openapi-version}.md
270270
271+
:oci-doc-url: https://docs.oracle.com/en-us/iaas
271272
:oci-sdk-config-url: https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File
272273
:oci-database-url: https://docs.oracle.com/en-us/iaas/Content/Database/home.htm
273274
:oci-cli-url: https://docs.oracle.com/en-us/iaas/tools/oci-cli/latest
274-
:oci-javasdk-url: https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/javasdk.htm
275-
:oci-objstore-url: https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm
275+
:oci-javasdk-url: https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdk.htm
276+
:oci-objstore-url: https://docs.oracle.com/en-us/iaas/Content/Object/Concepts/objectstorageoverview.htm
276277
:oci-vault-url: https://docs.oracle.com/en-us/iaas/Content/KeyManagement/home.htm
277278
278279
:oci-javasdk-javadoc-base-url: https://docs.oracle.com/en-us/iaas/tools/java/latest

docs/src/main/asciidoc/includes/dependencies.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2021, 2023 Oracle and/or its affiliates.
2+
Copyright (c) 2021, 2025 Oracle and/or its affiliates.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ ifndef::rootdir[:rootdir: {docdir}/..]
2020
// tag::maven-dependency[]
2121
== Maven Coordinates [[maven-coordinates]]
2222
23-
To enable {feature-name}
23+
To enable {feature-name},
2424
ifeval::["{microprofile-bundle}" == "true"]
2525
either add a dependency on the xref:{rootdir}/mp/introduction/microprofile.adoc[helidon-microprofile bundle] or
2626
endif::[]

0 commit comments

Comments
 (0)