Phillip Webb
Phillip Webb
That might have to do until we can get to the JarFile rewrite.
I'm a little worried about doing a brute force search/replace on the `schema-.sql` files. I wonder if it would be better for Spring Session to ship `.sql` files that use...
@alexanderankin I agree that it's currently confusing and a PR would be most welcome. We can keep this issue for an enhancement to fully support things. I think things have...
https://github.com/spring-projects/spring-session/pull/2257 has been merged so we now have a utility method to get the script with a different name.
@jaschenk Thanks for the YAML file, but we really need a complete application that we can run and debug to diagnose the problem. Are you able to provide a [minimal...
Thanks for the offer @itsarraj but the issue tracker isn't the best place to ask for advice. We have a lot of folks subscribed to issues and they will each...
We're going to look at a way to signal that bean binding should be used that isn't `@Autowired`. We're considering an enum on `@ConfigurationProperties`.
I started looking at adding an enum to `@ConfigurationProperties` but it's quite involved for a patch release. It might be better to recommend that `@ConfigurationProperties` is used on the `@Bean`...
@somayaj You're welcome to work on the issue, I'll assign it to you. Ideally we'll be looking to add a test as well.
@somayaj Thanks for the offer, but this will probably be an issue we to deal with ourselves as it will involve cross-team collaboration.