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

Commit

Permalink
Remove kafka template from java-openliberty; Bump to 0.2.20 (#921)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Kurz <[email protected]>
  • Loading branch information
scottkurz authored Dec 13, 2021
1 parent 57fe4c3 commit 64158e4
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 663 deletions.
4 changes: 0 additions & 4 deletions incubator/java-openliberty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ OpenAPI endpoints:

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/

### Kafka template

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).

## Getting Started

1. Create a new folder in your local directory and initialize it using the Appsody CLI, e.g.:
Expand Down
2 changes: 1 addition & 1 deletion incubator/java-openliberty/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Open Liberty
version: 0.2.19
version: 0.2.20
description: Eclipse MicroProfile & Jakarta EE on Open Liberty & OpenJ9 using Maven
license: Apache-2.0
language: java
Expand Down
29 changes: 0 additions & 29 deletions incubator/java-openliberty/templates/kafka/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions incubator/java-openliberty/templates/kafka/.vscode/launch.json

This file was deleted.

47 changes: 0 additions & 47 deletions incubator/java-openliberty/templates/kafka/.vscode/tasks.json

This file was deleted.

84 changes: 0 additions & 84 deletions incubator/java-openliberty/templates/kafka/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions incubator/java-openliberty/templates/kafka/docker-compose.yaml

This file was deleted.

Loading

0 comments on commit 64158e4

Please sign in to comment.