James Ward

Results 82 issues of James Ward

org.springframework.experimental.aot = 0.11.1 If I run in continuous mode: ``` ./gradlew -t test ``` It runs and re-runs the tests infinitely due to: ``` new directory: /home/jw/projects/kotlin-bars/server/build/generated/sources/aotTest new file: /home/jw/projects/kotlin-bars/server/build/generated/sources/aotTest/org/springframework/aot/TestContextBootstrapInitializer.java...

status: waiting-for-triage
status: feedback-provided

It seems there isn't a way to provide a custom `Json` or set config on `Json` for the `KotlinSerializationJsonDecoder` Spring Framework 5.3.14 Workaround: ```kotlin @Configuration(proxyBeanMethods = false) class InitConfiguration {...

status: waiting-for-triage
in: web
status: feedback-provided
in: kotlin

I'm working on an app that must run on https even on localhost (the SSO identity provider requires it). So it'd be great to have HTTPS support.

help wanted

When doing local development the proxy can be started with the following to connect to the host's function port: ``` docker run -it --rm -p9000:9000 --network="host" cloudstateio/cloudstate-proxy-dev-mode -Dcloudstate.proxy.user-function-port=8080 ``` Which...

This will look nicer when deploy.cloud.run urls are used in tweets.

If a service exists, a button deploy currently doesn't ask for env vars and it should (but not for generated env vars).

Reproduce with: https://github.com/jamesward/springboot-kotlin-reactive-demo/tree/repro-stdout When the build hook command runs it stops outputting after a few seconds, like: ``` [ ! ] Running command: ./gradlew --no-daemon --console=plain bootBuildImage --imageName=$IMAGE_URL + ./gradlew...

Why? Cool example of doing global load balancing and location based serving. Could also either auto-select the region or change the default based on where the user is.

It is nice to default to the cleanliness of not displaying build logs, but it would be cool if the user could see them. I remember @ahmetb indicating it might...

enhancement