Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit df28d49

Browse files
committed
Preparing for v0.1.0 release
1 parent b0a4806 commit df28d49

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,3 @@ file:target/app.jar&handler=greeter&main=functions.Application
100100
file:target/app.jar,file:target/lib.jar&handler=greeter&main=functions.Application
101101
```
102102

103-
## Development
104-
105-
Testing locally with HTTP:
106-
107-
```bash
108-
$ ./mvnw clean install dockerfile:build
109-
$ docker run -ti -p 8080:8080 -v `pwd`/target/test-classes:/classes projectriff/java-function-invoker:0.1.0-snapshot --function.uri='file:classes?handler=io.projectriff.functions.Doubler'
110-
```
111-
112-
Then
113-
114-
```
115-
$ curl -v localhost:8080 -H "Content-Type: text/plain" -d 5
116-
10
117-
```
118-

java-invoker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Invoker
44
metadata:
55
name: java
66
spec:
7-
version: 0.1.0-snapshot
7+
version: 0.1.0
88
matchers:
99
- "*.jar"
1010
- "target/*.jar"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.projectriff</groupId>
77
<artifactId>java-function-invoker</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0</version>
99
<packaging>jar</packaging>
1010

1111
<parent>

0 commit comments

Comments
 (0)