Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 64158e4

Browse files
authored
Remove kafka template from java-openliberty; Bump to 0.2.20 (#921)
Signed-off-by: Scott Kurz <skurz@us.ibm.com>
1 parent 57fe4c3 commit 64158e4

File tree

17 files changed

+1
-663
lines changed

17 files changed

+1
-663
lines changed

incubator/java-openliberty/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ OpenAPI endpoints:
6565

6666
The default template uses JUnit 5. You may be used to JUnit 4, but here are some great reasons to make the switch https://developer.ibm.com/dwblog/2017/top-five-reasons-to-use-junit-5-java/
6767

68-
### Kafka template
69-
70-
The kafka template allows you to develop applications that connect to Kafka using MicroProfile Reactive Messaging. For more information, see the [kafka readme](templates/kafka/README.md).
71-
7268
## Getting Started
7369

7470
1. Create a new folder in your local directory and initialize it using the Appsody CLI, e.g.:

incubator/java-openliberty/stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Open Liberty
2-
version: 0.2.19
2+
version: 0.2.20
33
description: Eclipse MicroProfile & Jakarta EE on Open Liberty & OpenJ9 using Maven
44
license: Apache-2.0
55
language: java

incubator/java-openliberty/templates/kafka/.gitignore

Lines changed: 0 additions & 29 deletions
This file was deleted.

incubator/java-openliberty/templates/kafka/.vscode/launch.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

incubator/java-openliberty/templates/kafka/.vscode/tasks.json

Lines changed: 0 additions & 47 deletions
This file was deleted.

incubator/java-openliberty/templates/kafka/README.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

incubator/java-openliberty/templates/kafka/docker-compose.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)