Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 7522c55

Browse files
beccabausishida
authored andcommitted
added portal updates, waiting on PR for one of the fix list items (#267)
* added portal updates, waiting on PR for one of the fix list items Signed-off-by: beccabau <[email protected]> * fixed oxford comma, other grammatical errors, tenses Signed-off-by: beccabau <[email protected]> * changed date Signed-off-by: beccabau <[email protected]> * corrected grammar Signed-off-by: beccabau <[email protected]> * codified codewind-appsody-extension Signed-off-by: beccabau <[email protected]> * replaced permalink note Signed-off-by: beccabau <[email protected]> * minor changes and rephrasing via suggestions Signed-off-by: beccabau <[email protected]> * corrected enable/disable feature Signed-off-by: beccabau <[email protected]> * added requested changes and additional comments Signed-off-by: beccabau <[email protected]> * removed empty subheading Signed-off-by: beccabau <[email protected]> * removed empty subheading Signed-off-by: beccabau <[email protected]>
1 parent 86c824b commit 7522c55

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/_news/news07.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: news07
88
---
99

1010
## Codewind 0.7.0
11-
Monday 16 December 2019
11+
Wednesday 18 December 2019
1212

1313
#### ✨ Remote Deploy with Codewind: Tech Preview ✨
1414

@@ -20,14 +20,20 @@ Curious? [Learn more](remoteoverview.html)!
2020

2121
#### New Features and Highlights for 0.7.0
2222

23+
**Monitoring Updates**
24+
- You can now [inject metrics](https://github.com/codewind-resources/design-documentation/blob/master/codewindServer/metricsInjection.md) into your Node.js, Liberty, and Spring projects. You can [enable or disable](https://github.com/eclipse/codewind/issues/1290) this feature with just a click.
25+
- Effortlessly [visualize data](https://github.com/eclipse/codewind/issues/977) like CPU usage, memory footprint, and web traffic on the included application monitoring dashboard at the click of a button. Codewind hosts the dashboard, so displaying the graphs won't eat into your project's resources.
26+
2327
**OpenShift Do (odo)**
2428
- You can now easily import existing projects into Codewind and [use odo](https://github.com/eclipse/codewind/issues/1115) to build and deploy projects to your OpenShift or OKD cluster.
25-
- Introducing [support for Java template](https://github.com/eclipse/codewind/issues/450) and Java projects can build and deploy [once configured](//permalink to landing page).
26-
- You no longer have to create your [docker registry secret](https://github.com/eclipse/codewind/issues/665) in Codewind.
27-
29+
- Codewind now [supports Java templates](https://github.com/eclipse/codewind/issues/450), and Java projects can build and deploy after they have been [configured](mdt-che-odo-support.html).
2830

31+
**Docker**
32+
- You can now specify any [Docker registry secret](https://github.com/eclipse/codewind/issues/1178) required by Codewind within the Codewind extension for the editor.
2933

3034
#### List of Fixes
31-
- Changes to the Eclipse plugin for Spring Server [post-code generation stability for OpenAPI](https://github.com/eclipse/codewind/issues/1116)
32-
- Appsody binary updated from 0.5.0 to 0.5.2 in the codewind-appsody-extension
35+
- Changes to the Eclipse plug-in for Spring server [post-code generation stability for OpenAPI](https://github.com/eclipse/codewind/issues/1116)
36+
- The OpenAPI Wizard generator will not override the implicitly or explicitly defined main class in the Spring project.
37+
- The compilation errors related to unimplemented methods in the OpenAPI2SpringBoot class are fixed.
38+
- Appsody [binary updated](https://github.com/eclipse/codewind-docs/pull/267) from 0.5.0 to 0.5.2 in the `codewind-appsody-extension`
3339
- Other security fixes

0 commit comments

Comments
 (0)