Arnout Engelen

Results 679 comments of Arnout Engelen

(rebased to fix conflict with https://github.com/lightbend/config/pull/525)

Yes, I agree with that concern. My intent was in fact the opposite: I'm afraid someone not interested in Scala will see the README, assume it's "just some Scala library"...

> I agree putting this in `HOCON.md` seems a bit 'buried'. I wonder if it'd make sense to create a separate (tiny) `lightbend/hocon` project describing the format and linking to...

I assume it does work after adding a trailing newline? I think we should consider whether HOCON files without a trailing newline should be considered invalid - it seems somewhat...

Looks like that was introduced in #16, the discussion under that issue mentions `maven-bundle-plugin` might help. I'm not sure it's still required to set the packaging the `bundle`, though -...

no - you could put the output of the script in an environment variable and refer to that environment variable from your config, though.

I think you have to include the `engine.setSSLParameters` (etc) part as well that is commented out in the docs.

So with the change from that section of the docs, Akka HTTP still checks the other side presented a valid certificate, it just no longer checks that certificate belongs to...

> I tried to wire in a custom SSLContext without any success , see here: > https://stackoverflow.com/questions/71210533/akka-http-trust-all-certs I answered there. You had a field ordering problem in your attempt to...