Skip to content

Commit

Permalink
Remove java12 and add java11 LTS
Browse files Browse the repository at this point in the history
The java11 template uses an updated version of Gradle and
reverts to Debian for a more permissive licensing.

The java12 template based upon Oracle Linux is removed, but
users can find this in the 1.5.0 release of the templates repo
if needed for any reason.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Jan 29, 2020
1 parent a153489 commit 4bced18
Show file tree
Hide file tree
Showing 51 changed files with 3 additions and 970 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This repository contains the Classic OpenFaaS templates, but many more are avail
| python | Python | 2.7 | Alpine Linux | classic | [Python 2.7 template](https://github.com/openfaas/templates/tree/master/template/python)
| go | Go | 1.11 | Alpine Linux | classic | [Go template](https://github.com/openfaas/templates/tree/master/template/go)
| csharp | C# | N/A | Debian GNU/Linux 9 | classic | [C# template](https://github.com/openfaas/templates/tree/master/template/csharp)
| java12 | Java | 12 | Oracle Linux | of-watchdog | [Java template](https://github.com/openfaas/templates/tree/master/template/java12)
| java8 | Java | 8 | OpenJDK Alpine Linux | of-watchdog | [Java template](https://github.com/openfaas/templates/tree/master/template/java8)
| java11 | Java | 11 | Debian GNU/Linux | of-watchdog | [Java LTS template](https://github.com/openfaas/templates/tree/master/template/java11)
| java8 | Java | 8 | OpenJDK Alpine Linux | of-watchdog | [Java EOL template](https://github.com/openfaas/templates/tree/master/template/java8)
| ruby | Ruby | 2.5.1 | Alpine Linux 3.7 | classic| [Ruby template](https://github.com/openfaas/templates/tree/master/template/ruby)
| php7 | PHP | 7.2 | Alpine Linux | classic | [PHP 7 template](https://github.com/openfaas/templates/tree/master/template/php7)
| dockerfile | Dockerfile | N/A | Alpine Linux | classic | [Dockerfile template](https://github.com/openfaas/templates/tree/master/template/dockerfile)
Expand Down
52 changes: 0 additions & 52 deletions template/java12/Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions template/java12/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions template/java12/build.gradle

This file was deleted.

52 changes: 0 additions & 52 deletions template/java12/entrypoint/bin/build.gradle

This file was deleted.

Binary file not shown.

This file was deleted.

10 changes: 0 additions & 10 deletions template/java12/entrypoint/bin/settings.gradle

This file was deleted.

Binary file not shown.
Binary file not shown.
52 changes: 0 additions & 52 deletions template/java12/entrypoint/build.gradle

This file was deleted.

Binary file not shown.

This file was deleted.

10 changes: 0 additions & 10 deletions template/java12/entrypoint/settings.gradle

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions template/java12/entrypoint/src/test/java/AppTest.java

This file was deleted.

Loading

0 comments on commit 4bced18

Please sign in to comment.