Çağatay Kalan
Çağatay Kalan
I'm an Orchard developer and in Orchard, AutoMapping can add dynamic fake relationships because of the old Fluent API. In the latest version of FluentNhibernate, "References" methods require expressions which...
**Describe the bug** KDoc commnents on Kotlin annotation class properties are not shown in the resulting Javadoc. In Kotlin, annotation parameters are defined as primary constructor parameters so we tried...
**Expected Behavior** `OAuth2LoginAuthenticationFilter` has a `authenticationResultConverter` property ([link to code](https://github.com/spring-projects/spring-security/blob/fe9edc8d2227aaf239dd208f8da27c5ef5ac8ca2/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/OAuth2LoginAuthenticationFilter.java#L228)). It would be nice if we could set it through `HttpSecurity.oauth2Login` configuration during `SecurityFilterChain` registration **Current Behavior** It seems there...