David Ankin

Results 93 comments of David Ankin

I've added some code here - https://github.com/spring-projects/spring-boot/compare/main...alexanderankin:spring-boot:33748_validate-default-table-on-jdbc-session-init?expand=1 - to implement this idea: > IMO If the initialization is going to happen and tableName has been changed then we should throw...

I might be a little bit more liberal in what I'd try to implement all use cases (checks for jdbc, r2dbc, skips schema-less (mongo, hazel, etc)) in an application codebase,...

ah, thanks for that context, I wasn't aware of that and somehow couldn't find it from the commit history. I agree that where this pr places the checking code is...

I don't mind going and adding templating using the established pattern (`JdbcIndexedSessionRepository` queries being parametrized for the table name) for all other related projects, but i would hesitate to go...

thank you for the example - before reading that code, i never understood what this meant - i suppose in ci environments you have to get creative on how to...

is there a PR to look at or is that just bulit-in functionality from docker-py?

can you confirm this approach: ``` mkdir test-docker-rootless-detection ; cd $_ ; python -m venv .venv && . $_/bin/activate pip install docker cat > detect_rootless.py

and then i guess we will need to tweak the Reaper class a bit in `core`

is running in dind a sufficient condition to cause this error or does it go away when you stop running in parallel and run single threaded?

This can be fixed with TESTCONTAINERS_HOST_OVERRIDE I think, right? Can you try setting that variable to localhost? Like with -e TES....=localhost in that command in your makefile where you mount...