Skip to content

Commit a56b3ff

Browse files
new function repo for ADB dev with connection pooling
1 parent e4d6570 commit a56b3ff

File tree

2 files changed

+3
-3
lines changed
  • app-dev/devops-and-containers/functions/java-helloworld-ADB-with-local-dev-and-oci-functions

2 files changed

+3
-3
lines changed

app-dev/devops-and-containers/functions/java-helloworld-ADB-with-local-dev-and-oci-functions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SOFTWARE.
3838

3939
# A Java Hello World function with local dev and then building and deploying to OCI Functions
4040

41-
Reviewed: 31.10.2024
41+
Reviewed: 14.04.2025
4242

4343
# When to use this asset?
4444

app-dev/devops-and-containers/functions/java-helloworld-ADB-with-local-dev-and-oci-functions/files/func.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version: 20180708
22
name: hellofunc
33
version: 0.0.1
44
runtime: java
5-
build_image: fnproject/fn-java-fdk-build:jdk17-1.0.187
6-
run_image: fnproject/fn-java-fdk:jre17-1.0.187
5+
build_image: fnproject/fn-java-fdk-build:jdk17-1.0.202
6+
run_image: fnproject/fn-java-fdk:jre17-1.0.202
77
cmd: com.example.fn.HelloFunction::handleRequest
88
timeout: 120

0 commit comments

Comments
 (0)