Mike Hearn

Results 205 comments of Mike Hearn

I'm hitting the same problem. The request to allow test classes to share contexts is https://github.com/micronaut-projects/micronaut-test/issues/1199 I'm not sure if Hikari is leaking connections but I've seen no evidence of...

Being able to control the context via config etc is a good idea, but it feels like a separate PR. I'm trying to keep this one a functionality no-op, just...

Which configuration do you mean? The bean pool is only affected by a change in the checksum of the files on disk, which isn't reflected in any configuration bean. This...

I think the error message I see requires a data source to be configured. The error you see would IMHO be easier to read with an alternate layout that puts...

Two things: 1. A pre-hook to edit the SQL before it's sent (useful in some advanced scenarios) 2. Ability to call [`OraclePreparedStatement.setDatabaseChangeRegistration`](https://docs.oracle.com/en/database/oracle/oracle-database/23/jjdbc/continuos-query-notification.html#GUID-6CA108CC-658D-447D-8B8A-ABBBF975871F) on the statement after it's been created.

Maybe, but that sounds like a lot more work? I've not seen it done before, how much effort would it be to write a DataSource that adds such features?