Adam Gent

Results 419 comments of Adam Gent

What version of graalvm native? I had tested on earlier versions so perhaps something has changed.

It appears to work for 21 for me (however the code is compiled as 17 so maybe that is the issue). Here is the project: https://github.com/jstachio/jstachio/tree/main/test/jstachio-test-native It doesn't get built...

It appears this is the problem: `META-INF/native-image/org/dwoodwardgb/flashcards/native-image.properties` ```properties Args=--initialize-at-build-time=org.dwoodwardgb.flashcards ``` I commented out that property and it builds fine and runs (btw the endpoint is `/` and not `/simple-greet` but...

@kelloggm That specimin tool looks cool! Starred it for future exploring. Thanks for the link to it!

@smillst Sorry for the late followup. I think I get this. I need the extra annotation because `Supplier` is not my own class and is actually defined `Supplier` and not...

Let me follow up and inspect more on Monday. It is looking good though!

I talk about some of the URI we use here : https://github.com/avaje/avaje-config/issues/175#issuecomment-2363744845 ultimately it is going to depend how opinionated you want to keep ajave. The initial loading of avaje...

still early for me but want to catch you while your available. > > CLASSPATH, FILE, ENV, CMD, > > avaje-config already has built in support for these with defined...

> That AWS one is reloadable [and I expect all the remote ones to often be reloadable]. Are URIConfigLoader reloadable? This API in this PR doesn't look like it, so...

As for the URI of env and system it allows loading those guys up but picking which keys and if you want the keys prefixed. Honestly that part I did...