Skip to content

Commit 2fe4f3e

Browse files
author
Tim Middleton
committed
Fix templates
1 parent 8aeaf98 commit 2fe4f3e

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

docs/reference/create_starter.adoc

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,22 @@
1313
== Starter Projects
1414
1515
=== Overview
16-
This **experimental** feature allows you to create example Maven projects to show basic integration of Coherence with various frameworks.
17-
Currently, we support the following integrations:
16+
This **experimental** feature allows you to create example projects to show basic integration of
17+
Coherence with various microservice frameworks and languages. Currently, we support the following integrations:
1818
19-
1. Helidon Microprofile - 4.2.1
19+
**Java Microservice Integrations**
2020
21-
2. Spring Boot - spring-boot-starter 3.4.5, coherence-spring 4.3.0
21+
- Helidon Microprofile
22+
- Spring Boot
23+
- Micronaut
2224
23-
3. Micronaut - micronaut-parent: 4.7.3, micronaut-coherence: 5.0.4
25+
**Other Microservice Languages**
26+
27+
- Python
28+
- JavaScript
29+
- Go
30+
31+
See <<see-also, here>> for links to the specific frameworks.
2432
2533
NOTE: The framework versions may be updated from time to time.
2634
@@ -57,7 +65,7 @@ checking for availability of template helidon...
5765
Create Starter Project
5866
Project Name: helidon-starter
5967
Framework Type: helidon
60-
Framework Versions: 4.2.1
68+
Framework Versions: 4.2.3
6169
Project Path /tmp/starters/helidon-starter
6270
6371
Are you sure you want to create the starter project above? (y/n) y
@@ -103,11 +111,15 @@ Delete a customer:
103111
104112
Follow the instructions above to build and run the example.
105113
114+
[#see-also]
106115
=== See Also
107116
108117
* https://helidon.io/[Helidon Framework]
109118
* https://github.com/coherence-community/coherence-spring[Coherence Spring Integration]
110119
* https://github.com/micronaut-projects/micronaut-coherence/[Coherence Micronaut Integration]
120+
* https://github.com/oracle/coherence-py-client[Coherence Python Client]
121+
* https://github.com/oracle/coherence-js-client[Coherence JavaScript Client]
122+
* https://github.com/oracle/coherence-go-client[Coherence Go Client]
111123
112124
113125

templates/templates.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ templates:
9797
- main.js
9898
- package.json
9999

100-
- name: javascript
100+
- name: python
101101
frameworkVersion: "coherence-py-client: 2.0.3"
102102
instructions: |
103103
To run the Python starter, you must have Python 3.9.x or later.
@@ -114,8 +114,8 @@ templates:
114114
files:
115115
- main.py
116116

117-
- name: javascript
118-
frameworkVersion: "coherence-go-client: 2.3.1"
117+
- name: go
118+
frameworkVersion: "coherence-go-client: v2.3.1"
119119
instructions: |
120120
To run the Go starter, you must have Go 1.23.x or later.
121121

0 commit comments

Comments
 (0)