Skip to content

Commit

Permalink
removed some of the eclipse prefs and updated lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
atimgraves committed May 17, 2024
1 parent 3a83519 commit a12a9b6
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ Temporary Items
.key
.crt
.csr
.pem
.pem
functions-hmac/.settings/org.eclipse.jdt.core.prefs
functions-hmac/.settings/org.eclipse.jdt.apt.core.prefs
functions-hmac/.factorypath
functions-hmac/.classpath
17 changes: 17 additions & 0 deletions functions-hmac/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,22 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="target/generated-sources/annotations">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="m2e-apt" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="m2e-apt" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
1 change: 1 addition & 0 deletions functions-hmac/.settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ org.eclipse.jdt.core.compiler.compliance=17
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.processAnnotations=enabled
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=17
2 changes: 1 addition & 1 deletion functions-hmac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SOFTWARE. -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.cliparser>1.5.0</version.cliparser>
<fdk.version>1.0.177</fdk.version>
<version.lombok>1.18.28</version.lombok>
<version.lombok>1.18.30</version.lombok>
<version.ocisdk>3.17.0</version.ocisdk>
<version.slf4j>1.7.33</version.slf4j>
<version.apache-commons>1.15</version.apache-commons>
Expand Down
4 changes: 2 additions & 2 deletions functions-hmac/tester-hello-java/func.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 20180708
name: hello-java
version: 0.0.5
version: 0.0.7
runtime: java
build_image: fnproject/fn-java-fdk-build:jdk17-1.0.177
run_image: fnproject/fn-java-fdk:jre17-1.0.177
cmd: com.example.fn.HelloFunction::handleAPIGWAuthenticationRequest
cmd: com.example.fn.HelloFunction::handleRequest

0 comments on commit a12a9b6

Please sign in to comment.