Filip Hrisafov
Filip Hrisafov
Have you managed to have a look at this one? Am I doing something wrong or is this behavior expected?
I did some more analysis on this and I could track the problem to the `ServletRequest#getParameter(String)` in the [`AbstractRememberMeRequested#getParameter(String)](https://github.com/spring-projects/spring-security/blob/9126aaf19b33d7cfa4494fa2b9ccf2918f50e62b/web/src/main/java/org/springframework/security/web/authentication/rememberme/AbstractRememberMeServices.java#L311). It seems like something was added in Servlet 6.1 and now...
Thanks @thunderhook and @luxbe for looking into this one. I think that the inverse configuration is important for this and it should actually work properly. The `Issue3611Mapper#convert` already inherits the...
Go for it @Gavriil-Tzortzakis. If you have some questions please feel free to reach out.
Thanks @Gavriil-Tzortzakis. I'll need some time to review it. Regarding the decorators, I think that we can offer that option through the naming strategy, I don't see why we shouldn't.
I think that the purpose is not that bad honestly. `java.sql.ResultSet` is part of Java itself so it can be optionally used (due to modules). The option with the spring-jdbc...
>. @filiphr : I'm not so sure whether the complete mapping can be annotated as `@BeanMapping`. That would not make sense. We would need something special for that. WDYT? Well...
@acailley which version of the MapStruct plugin are you using? I tried on IntelliJ IDEA 2025.1.1.1 (Ultimate Edition) and I do not see that warning.
@benjaminlefevre I believe that this was done as part of #124. Can you perhaps check with 1.9
Thanks for checking @sjohnr. The PR #16589 is a good one, especially when needing to access the current login registration. However, I am not sure that it is enough, it...