membersound

Results 43 comments of membersound

any chances this will get published to mvncentral?

My bad, I thought that `spring.task.execution.shutdown.await-termination-period` would wait infinite until `server.shutdown.grace-period` catches in. Setting `spring.task.execution.shutdown.await-termination-period=30s` fixes my problem. Anyways I'm leaving this open, as this might be a good improvement...

Please note that `spring.datasource.hikari.*` (min/max idle, timeout, etc) and `spring.datasource.hikari.data-source-properties.*` should then also automatically be applied to any secondary auto-configured datasource. As it's likely the user wants the same config...

Well, I simply wanted to prevent duplicate information in the returned response. As the http response status code clear, there is no need to add the status once again into...

I can confirm that `stop_grace_period` works without problem in normal redeployments, if you trap the SIGINT/SIGTERM signals in your `entrypoint.sh` and thereby delay a container shutdown. The grace period will...

No, as far as I understood the `DataClassRowMapper` only adds the ability to let the mapper create the object using a constructor. If you have a dto with public fields,...

Would still be great if that feature could get some investigation.

Still no update on this? I have the same exception for a multi-datasource setup (where you have to create the entity manager yourself). While I could resolve the problem with...

Though it would be nice, as other frameworks, like `hibernate-validations` (which can also read the messages.properties) support this feature out of the box. So this would be uniform then.

@stale bot: I think this is still relevant.