Skip to content

Commit

Permalink
WMS ID#11342 (#66)
Browse files Browse the repository at this point in the history
* Update to 1.3.2

* Update to Verrazzano 1.3.2

* lower case

* Lowercase complete

* QA Complete

* manifest.json updated

* Introduction link updated

* Revert "Introduction link updated"

This reverts commit 852a83a.

* Intro link

* Update Title

* Initial Project

* Update HOL Support

* Update jdk

* Update as per free tier

* Update Cluster creation

* Update Verrazzano to 1.4.1

* fixed indentation and image issue

* remove redundant instruction

* Update Verrazzano 1.4.2

* OOW feedback added

* VZ CLI Installation

* remove persistence volume

* alternate-version fixed

* Set initial version

* Feedback version 1

* upgrade to Helidon 4.0.0-Alpha5

* Modify the output

* Final

* Add comment

* Final code

* walkthrough video added

* new version helidon verrazzano

* Quaterly QA Verrazzano workshop

* lint checker suggestion

* Update to Verrazzano 1.5.2

* Tomcat-verrazzano version 2

* Link to object storage added

* Enhanced cluster

* Title changed

* Quarterly QA

* lint-checker suggestion

* Quarterly QA

* Grammer fix

* unnecessary files removed

* Update to WKTUI 1.5.2

* springboot lab added

* ready for publish

* Helidon DevOps workshop added

* Update help section

* Dev_Ops_Image changed

Dev_Ops_Image changed

* QA completed

* Quarterly QA

* Verrazzano version update

* WMS ID#11409

* Link updated

* Add support lab

* Update Verrazzano and OKE Version

* Added walkthrough video for cloud world HOL

* modify lab title

* add time in wktui

* add ocw folder for wktui

* Update introduction.md

* Update the Helidon and WKTUI workshop

* Update Sandbox manifest

* Fix workshop link WKTUI

* WeLogicForOKEWorkshop added

* workshop folder changed

* Cluster name changed

* wktui-hpa added

* Update manifest.json

* Update to 4.0.3

* Lab 4 updated

* Update build-run.md

* Helidon Virtual thread 4.0.5

* Update zip location

* update jdk arm

* OSMS configuration added

* change helidon version to 3.2.8
  • Loading branch information
pandey-ankit authored May 9, 2024
1 parent 0ae6086 commit 2bca1d2
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ Estimated Time: 20 minutes
1. Copy the below URL and paste it into the browser to open the Helidon Project page.

```bash
<copy>https://helidon.io/starter/3.2.6</copy>
<copy>https://helidon.io/starter/</copy>
```
> From the version drop down, select the Helidon Version *3.x.x*.
2. Under Generate Your Project, select *Helidon MP* as Helidon Flavor and then click *Next*.

3. For Application Type, select *Quickstart* and then click *Next*.
Expand Down Expand Up @@ -68,7 +69,7 @@ Estimated Time: 20 minutes
2024.02.21 11:19:11 INFO io.helidon.microprofile.server.ServerCdiExtension Thread[#1,main,5,main]: Registering JAX-RS Application: HelidonMP
2024.02.21 11:19:11 INFO io.helidon.webserver.NettyWebServer Thread[#30,nioEventLoopGroup-2-1,10,main]: Channel '@default' started: [id: 0x49f247d4, L:/0.0.0.0:8080]
2024.02.21 11:19:11 INFO io.helidon.microprofile.server.ServerCdiExtension Thread[#1,main,5,main]: Server started on http://localhost:8080 (and all other host addresses) in 2426 milliseconds (since JVM startup).
2024.02.21 11:19:11 INFO io.helidon.common.HelidonFeatures Thread[#31,features-thread,5,main]: Helidon MP 3.2.6 features: [CDI, Config, Health, JAX-RS, Metrics, Open API, Server]
2024.02.21 11:19:11 INFO io.helidon.common.HelidonFeatures Thread[#31,features-thread,5,main]: Helidon MP 3.2.8 features: [CDI, Config, Health, JAX-RS, Metrics, Open API, Server]
```
13. Go back to the terminal,from where you run the curl commands and run the following commands to check the application:
Expand Down Expand Up @@ -108,7 +109,7 @@ Estimated Time: 20 minutes
## Task 2: Migrate the Helidom MP application to Helidon 4
1. For myproject, open the *pom.xml* file and change the parent pom from *3.2.6* to *4.0.5*.
1. For myproject, open the *pom.xml* file and change the parent pom from *3.2.8* to *4.0.5*.
```bash
<parent>
<groupId>io.helidon.applications</groupId>
Expand Down

0 comments on commit 2bca1d2

Please sign in to comment.