Files
spring-cloud-function/spring-cloud-function-web
Dave Syer 1e65ff7132 Refactor some lambdas to enable native image building
Without this change a function with a Tomcat wrapper cannot be compiled
to a native image (or it can but it fails at runtime) because there
are lambda$$$ methods in the byte code that refer to missing types.
2020-11-25 11:00:08 +00:00
..
2020-11-17 16:13:28 +00:00