Steve Riesenberg

Results 276 comments of Steve Riesenberg

Oh, I see. Thanks for clarifying @underground-hill!

@ch4mpy, thanks for asking! I don't think so, but I'm heads down on a few other things and will circle back to this a bit later.

Hi @ch4mpy! > Any plan to merge this sometime? Apologies, I wasn't able to circle back to this in time for RC1. I'm going to schedule this for 6.1 as...

Thanks for the report, @aSemy! I believe the example doesn't work because the Kotlin code (e.g. `.andExpect { authenticated() }`) implements the functional interface `ResultMatcher` as a no-op. > these...

Thanks for pointing this out, @fgunbin! We're currently working on the docs. See [this comment](https://github.com/spring-projects/spring-security/pull/11809#issuecomment-1242527157). Currently, you can run `./gradlew :spring-security-docs:antora` to get a local build of the reference. I...

Sorry @fgunbin I'm not able to reproduce that error, and `./gradlew :spring-security-docs:antora` works fine on `main`. ``` $ java -version openjdk version "17.0.4" 2022-07-19 OpenJDK Runtime Environment Temurin-17.0.4+8 (build 17.0.4+8)...

Bummer, sorry @fgunbin. I'm not familiar with what could be causing that error in this case.

@msosa (see [comment](https://github.com/spring-projects/spring-security/issues/11897#issuecomment-1258915475)): > Would the warning show if there are any capitals in the value, or would it only show if a value you input is similar to one...

@msosa while this is for initialization only, we [generally avoid the use of streams](https://github.com/spring-projects/spring-security/issues/7154) for internal framework usage. But otherwise, this would be a good start, yes!

Closing for now. May re-open when we revisit this.