Caleb Delnay

Results 3 comments of Caleb Delnay

@aaron-prindle Not really sure I understand this choice. Is there no desire to provide both a JDK 11 container image and JDK 17 container image as two separate choices? If...

I tested the following with the Drupal 8 recipe and it allowed me to use Composer (via `lando composer`) against some private git repositories by running `ssh-agent` on my host...

FYI, on the Spring side, for Controllers, the coroutine entry point is provided by `InvocableHandlerMethod` class. For Web MVC: https://github.com/spring-projects/spring-framework/blob/e5ee369e70e0a8ca04437f502649b11171a1c741/spring-web/src/main/java/org/springframework/web/method/support/InvocableHandlerMethod.java#L201 Its `doInvoke(...)` checks if the function is a Kotlin suspend...