Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Java example mistakenly describes Java environment and runtime as Go #90

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix Java example mistakenly describes Java environment and runtime as Go
In the readme file corresponding to the Java example, the Java environment and runtime image are incorrectly described as being for Go.
For example:
Create a Fission Go environment with the default Go runtime image (this does not include the build environment):
fission environment create --name java --image fission/jvm-env --builder fission/jvm-builder

Fixes: #89

Signed-off-by: juwei008 <juwei006@163.com>
  • Loading branch information
juwei008 committed Apr 25, 2024
commit cb2d242be58ea22c6ee4785780aeae20e15fa265
4 changes: 2 additions & 2 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the repository for all Java sample codes for Fission.

## Getting Started

Create a Fission Go environment with the default Go runtime image (this does not include the build environment):
Create a Fission Java environment with the default JVM runtime image (this does not include the build environment):

```bash
fission environment create --name java --image fission/jvm-env --builder fission/jvm-builder
Expand Down Expand Up @@ -36,4 +36,4 @@ Find all Java related code here. Currently, we have the following examples:

If you have developed a Java code that isn't present here, please feel free submit your code to us.

> You can also find many examples using Java in our Miscellaneous directory.
> You can also find many examples using Java in our Miscellaneous directory.