Commit Graph

7 Commits

Author SHA1 Message Date
Denis Makogon
40bfce856e Fix formatting to make tests 2017-07-18 19:06:39 +03:00
Mukhtar Haji
73e81ec736 Update test boilerplate to reflect API changes 2017-07-13 10:47:59 +01:00
Mukhtar Haji
cdc8c03c87 Remove runtime as a dependency and add test lib
This change also simplifies the entrypoint in the func.yaml, so only the
user's function is referenced. All runtime related stuff is completely
abstracted away from the user.
2017-07-11 11:43:47 +01:00
Mukhtar Haji
ce7ef8bb99 Split the deps into api and runtime
This is based on !34 in jfaas. The plan is to only depend on the api in
the pom file and for the runtime to be embedded into the run image.
Currently, there isn't a registry to push a Java image with the runtime
embedded so for run, we'll still reference both the api and runtime in
the pom.
2017-07-06 10:41:25 +01:00
Mukhtar Haji
5c5f10d6e5 Make Java maven the default Java runtime
This replaces the basic Java runtime with Java maven
2017-07-03 10:17:40 +01:00
Travis Reeder
f628e39490 Moving dep builds into Dockerfile and multi-stage builds. 2017-06-06 15:02:08 -07:00
Mukhtar Haji
cd0b68dfb7 First iteration of support for Java 2017-06-01 02:19:37 -07:00