Mickaël Tricot
Mickaël Tricot
Hello @dougwilson, I noticed that strong ETags (generated by Express) are the same for compressed and uncompressed responses. Is it somehow possible to generate a different strong ETag when the...
I tried and failed configuring my Spring Boot application with PGJDBC-NG. It was 5 months and I forgot about what went wrong but I'll give it another try and let...
I'll give it a try in a couple of days. My project might be interesting because we have [liquibase](http://www.liquibase.org/), native queries, [testcontainers](https://www.testcontainers.org)…
So, I managed to set up PGJBC-NG on my project, with a few more changes though. 1. It seems like the default schema is not properly set with this driver,...
When I read that [_"PGJDBC-NG aims to be a fully compliant JDBC driver for PostgreSQL"_](https://www.testcontainers.org/), I expect to be able to switch to this driver without that kind of changes....
**A1)** If I don't specify a default schema, my application fails to start with `org.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: missing table [my_table]`. Setting `spring.jpa.properties.hibernate.default_schema=public` and `spring.liquibase.default-schema=public` fixes it. **A2)** My application was using...
@kdubb There you go: https://github.com/mickaeltr/gs-accessing-data-jpa/commit/91573e880b3c20d970eab0e1b85d46dc5af2374b You will see the reproduction of the 2 issues mentioned above (search for the TODO in the commit): - the TIMESTAMP (WITH TIMEZONE) thing -...
Isn't it the same issue as https://github.com/micrometer-metrics/micrometer/issues/1882 ?
I had the same issue, however explicitly adding "@strapi/email" didn't fix it. It's due to the fact that my project is a monorepo, where strapi is an [NPM workspace](https://docs.npmjs.com/cli/v10/using-npm/workspaces). NPM...
This is how it used to be, in 4.0.2 