Skip to content

Commit

Permalink
additional work on templates (#262)
Browse files Browse the repository at this point in the history
* addition work on templates
* Update to use 24.09.2
* Update to use new version of sitegen plugin
* Update Java version
* Fix CI/CD
* Remove 14.1.1.0 CE jobs
  • Loading branch information
tmiddlet2666 authored Feb 3, 2025
1 parent e3451ba commit 8566291
Show file tree
Hide file tree
Showing 79 changed files with 2,504 additions and 493 deletions.
86 changes: 0 additions & 86 deletions .github/workflows/build-snapshots-14110.yaml

This file was deleted.

79 changes: 0 additions & 79 deletions .github/workflows/compatability-tests-14110.yaml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/compatability-tests-released-14110.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,7 @@ docs: generate-docs ## Build the Documentation
.PHONY: serve-docs
serve-docs: ## Serve the Documentation
@echo "Serving documentation on http://localhost:8888"
cd $(BUILD_OUTPUT)/docs; \
python -m SimpleHTTPServer 8888
cd java && mvn sitegen:serve -Dtop.parent.basedir=`pwd` -Dsitegen.sitePort=8888

# ======================================================================================================================
# General development related targets
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ The CLI supports and is certified against the following Community and Commercial
**Coherence Community Edition**
* 24.09+
* 22.06+
* 14.1.1-0-12+
* 14.1.2-0-+

> Note: As CE 14.1.2-0-0 is out, CE 14.1.1-0+ is no longer supported or tested. Please use CE 14.1.2-0+
**Coherence Grid/ Enterprise Edition**
* 12.2.1.4.x - minimum patch level of 12.2.1.4.10+ required
Expand Down
12 changes: 6 additions & 6 deletions docs/about/02_introduction.adoc → docs/about/introduction.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2021, 2024 Oracle and/or its affiliates.
Copyright (c) 2021, 2025 Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.

Expand Down Expand Up @@ -28,8 +28,8 @@ provides a lightweight and scriptable alternative.
*Current Experimental Features*
1. Create, start stop and scale local only development based clusters - <<docs/reference/98_create_clusters.adoc,more information>>.
2. Monitor clusters using a text based UI to show multiple panels - <<docs/reference/99_monitor_clusters.adoc,more information>>.
1. Create, start stop and scale local only development based clusters - xref:../reference/create_clusters.adoc[more information].
2. Monitor clusters using a text based UI to show multiple panels - xref:../reference/monitor_clusters.adoc[more information].
== Why use the Coherence CLI?
Expand All @@ -46,6 +46,6 @@ The CLI complements your existing Coherence management tools and allows you to:
== Next Steps
* <<docs/installation/01_installation.adoc,Install the Coherence CLI>>
* <<docs/about/03_quickstart.adoc,Run the Quick Start>>
* <<docs/reference/01_overview.adoc,Explore the Command Reference>>
* xref:../installation/installation.adoc[Install the Coherence CLI]
* xref:quickstart.adoc[Run the Quick Start]
* xref:../reference/overview.adoc[Explore the Command Reference]
18 changes: 9 additions & 9 deletions docs/about/01_overview.adoc → docs/about/overview.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2021, Oracle and/or its affiliates.
Copyright (c) 2021, 2025 Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.

Expand All @@ -17,56 +17,56 @@
[CARD]
.Introduction
[icon=assistant,link=docs/about/02_introduction.adoc]
[icon=assistant,link=introduction.adoc]
--
Introduction to the Coherence CLI.
--
[CARD]
.Install
[icon=fa-save,link=docs/installation/01_installation.adoc]
[icon=fa-save,link=../installation/installation.adoc]
--
Installing the Coherence CLI for your platform.
--
[CARD]
.Quick Start
[icon=fa-rocket,link=docs/about/03_quickstart.adoc]
[icon=fa-rocket,link=quickstart.adoc]
--
Quick start guide to getting started with the Coherence CLI.
--
[CARD]
.Configuration
[icon=fa-cogs,link=docs/config/01_overview.adoc]
[icon=fa-cogs,link=../config/overview.adoc]
--
Configuration options.
--
[CARD]
.Command Reference
[icon=widgets,link=docs/reference/01_overview.adoc]
[icon=widgets,link=../reference/overview.adoc]
--
Coherence CLI Command Reference.
--
[CARD]
.Security
[icon=lock,link=docs/security/01_overview.adoc]
[icon=lock,link=../security/overview.adoc]
--
Securing CLI access.
--
[CARD]
.Troubleshooting
[icon=fa-question-circle,link=docs/troubleshooting/01_trouble-shooting.adoc]
[icon=fa-question-circle,link=../troubleshooting/trouble-shooting.adoc]
--
Hints and tips to troubleshoot common issues.
--
[CARD]
.Examples
[icon=explore,link=docs/examples/01_overview.adoc]
[icon=explore,link=../examples/overview.adoc]
--
A number of examples on how get the most out of the Coherence CLI.
--
Expand Down
Loading

0 comments on commit 8566291

Please # to comment.