Skip to content

Commit 75e14a4

Browse files
committed
Bug 37842046 - [37841868->22.06.13] Coherence: Ensure docs/ examples have description and keywords on all pages
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v22.06/": change = 115666]
1 parent 53b0ee6 commit 75e14a4

File tree

14 files changed

+37
-386
lines changed

14 files changed

+37
-386
lines changed

prj/docs/about/02_introduction.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2000, 2021, Oracle and/or its affiliates.
2+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33

44
Licensed under the Universal Permissive License v 1.0 as shown at
5-
http://oss.oracle.com/licenses/upl.
5+
https://oss.oracle.com/licenses/upl.
66
///////////////////////////////////////////////////////////////////////////////
77
= Introduction
8+
:description: Oracle Coherence CE Documentation - Introduction
9+
:keywords: coherence, java, documentation, introduction
810
911
// DO NOT remove this header - it might look like a duplicate of the header above, but
1012
// both they serve a purpose, and the docs will look wrong if it is removed.

prj/docs/about/03_quickstart.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2000, 2022, Oracle and/or its affiliates.
2+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33

44
Licensed under the Universal Permissive License v 1.0 as shown at
5-
http://oss.oracle.com/licenses/upl.
5+
https://oss.oracle.com/licenses/upl.
66
///////////////////////////////////////////////////////////////////////////////
77
= Quick Start
8+
:description: Oracle Coherence CE Documentation - Quick Start
9+
:keywords: coherence, java, documentation, quick start,
810
911
// DO NOT remove this header - it might look like a duplicate of the header above, but
1012
// both they serve a purpose, and the docs will look wrong if it is removed.

prj/docs/core/01_overview.adoc

-47
This file was deleted.

prj/docs/core/02_topics.adoc

-306
This file was deleted.

prj/examples/guides/050-bootstrap/README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2000, 2023, Oracle and/or its affiliates.
2+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33

44
Licensed under the Universal Permissive License v 1.0 as shown at
5-
http://oss.oracle.com/licenses/upl.
5+
https://oss.oracle.com/licenses/upl.
66
///////////////////////////////////////////////////////////////////////////////
77
= Bootstrap Coherence
88
:description: Coherence Guides
9-
:keywords: coherence, java, documentation, guides
9+
:keywords: coherence, java, documentation, guides, bootstrap, client, server
1010
1111
== Bootstrap Coherence
1212

prj/examples/guides/100-put-get-remove/README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2000, 2021, Oracle and/or its affiliates.
2+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33

44
Licensed under the Universal Permissive License v 1.0 as shown at
5-
http://oss.oracle.com/licenses/upl.
5+
https://oss.oracle.com/licenses/upl.
66
///////////////////////////////////////////////////////////////////////////////
77
= Put Get and Remove Operations
88
:description: Coherence Guides Basic NamedMap put, get and remove operations
9-
:keywords: coherence, java, documentation
9+
:keywords: coherence, java, documentation, NamedMap put, NamedMap get, NamedMap remote, example
1010
1111
// DO NOT remove this header - it might look like a duplicate of the header above, but
1212
// both they serve a purpose, and the docs will look wrong if it is removed.

prj/examples/guides/110-queries/README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2022, 2024 Oracle and/or its affiliates.
2+
Copyright (c) 2022, 2025 Oracle and/or its affiliates.
33

44
Licensed under the Universal Permissive License v 1.0 as shown at
55
https://oss.oracle.com/licenses/upl.
66
///////////////////////////////////////////////////////////////////////////////
77
= Querying Caches
88
:description: Provides a guide for querying Coherence caches
9-
:keywords: coherence, java, documentation
9+
:keywords: coherence, java, documentation, querying, query cache, filters, CohQL
1010
1111
// DO NOT remove this header - it might look like a duplicate of the header above, but
1212
// both they serve a purpose, and the docs will look wrong if it is removed.

prj/examples/guides/124-views/README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2022, Oracle and/or its affiliates.
2+
Copyright (c) 2025, Oracle and/or its affiliates.
33

44
Licensed under the Universal Permissive License v 1.0 as shown at
5-
http://oss.oracle.com/licenses/upl.
5+
https://oss.oracle.com/licenses/upl.
66
///////////////////////////////////////////////////////////////////////////////
77
= Views
88
:description: Provides a guide for creating views using ContinuousQueryCache
9-
:keywords: coherence, java, documentation
9+
:keywords: coherence, java, documentation, ContinuousQueryCache, views
1010
1111
// DO NOT remove this header - it might look like a duplicate of the header above, but
1212
// both they serve a purpose, and the docs will look wrong if it is removed.

prj/examples/guides/128-entry-processors/README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2022, Oracle and/or its affiliates.
2+
Copyright (c) 2025, Oracle and/or its affiliates.
33

44
Licensed under the Universal Permissive License v 1.0 as shown at
5-
http://oss.oracle.com/licenses/upl.
5+
https://oss.oracle.com/licenses/upl.
66
///////////////////////////////////////////////////////////////////////////////
77
= Entry Processors
88
:description: Provides a guide for creating Entry Processors
9-
:keywords: coherence, java, documentation
9+
:keywords: coherence, java, documentation, entry processor, examples, guides
1010
1111
// DO NOT remove this header - it might look like a duplicate of the header above, but
1212
// both they serve a purpose, and the docs will look wrong if it is removed.

prj/examples/guides/190-cache-stores/README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2000, 2021, Oracle and/or its affiliates.
2+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33

44
Licensed under the Universal Permissive License v 1.0 as shown at
5-
http://oss.oracle.com/licenses/upl.
5+
https://oss.oracle.com/licenses/upl.
66
///////////////////////////////////////////////////////////////////////////////
77
= Cache Stores
88
:description: Use and configure Cache Stores within Coherence
9-
:keywords: coherence, java, documentation
9+
:keywords: coherence, java, documentation, cache stores, examples, guides, read through, write through, write behind
1010
1111
// DO NOT remove this header - it might look like a duplicate of the header above, but
1212
// both they serve a purpose, and the docs will look wrong if it is removed.

prj/examples/guides/460-topics/README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2000, 2021, Oracle and/or its affiliates.
2+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33

44
Licensed under the Universal Permissive License v 1.0 as shown at
5-
http://oss.oracle.com/licenses/upl.
5+
https://oss.oracle.com/licenses/upl.
66
///////////////////////////////////////////////////////////////////////////////
77
= Topics
88
:description: Coherence Tutorials
9-
:keywords: coherence, java, documentation, tutorials
9+
:keywords: coherence, java, documentation, tutorials, topcs, example, guide
1010
1111
== Topics
1212

prj/examples/guides/600-response-caching/README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2000, 2023, Oracle and/or its affiliates.
2+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33

44
Licensed under the Universal Permissive License v 1.0 as shown at
5-
http://oss.oracle.com/licenses/upl.
5+
https://oss.oracle.com/licenses/upl.
66
///////////////////////////////////////////////////////////////////////////////
77
= CDI Response Caching
88
:description: Coherence Guides
9-
:keywords: coherence, java, documentation, guides
9+
:keywords: coherence, java, documentation, guides, response caching, CDI, Helidon
1010
1111
== CDI Response Caching
1212

prj/examples/guides/905-key-association/README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2000, 2022, Oracle and/or its affiliates.
2+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33

44
Licensed under the Universal Permissive License v 1.0 as shown at
5-
http://oss.oracle.com/licenses/upl.
5+
https://oss.oracle.com/licenses/upl.
66
///////////////////////////////////////////////////////////////////////////////
77
= Key Association
88
:description: Coherence Guides
9-
:keywords: coherence, java, documentation, guides
9+
:keywords: coherence, java, documentation, guides, key association
1010
1111
== Key Association
1212

prj/examples/guides/910-multi-cluster-client/README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2000, 2022, Oracle and/or its affiliates.
2+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33

44
Licensed under the Universal Permissive License v 1.0 as shown at
5-
http://oss.oracle.com/licenses/upl.
5+
https://oss.oracle.com/licenses/upl.
66
///////////////////////////////////////////////////////////////////////////////
77
= Multi-Cluster Client
88
:description: Coherence Guides
9-
:keywords: coherence, java, documentation, guides
9+
:keywords: coherence, java, documentation, guides, multi cluster, client
1010
1111
== Multi-Cluster Client
1212

0 commit comments

Comments
 (0)