Mark Paluch

Results 1230 comments of Mark Paluch

Yes, sorry for the inconvenience. Let me reopen the ticket so we add proper deprecation annotations.

The problem that happens here is that we obtain a collection of domain events. While processing domain events, the list of events is being modified. We could create a local...

We use `Document.toJson()` which internally uses `JsonMode.RELAXED`. Logging is a recurring theme. Do you want to investigate how to introduce `JsonWriterSettings` for logging purposes in `MongoTemplate` and `ReactiveMongoTemplate`?

> It is like starting from "scratch", because there is no pull request or feature branch, right ? Exactly.

Thank you for your contribution. That's merged, polished, and backported now.

For an arrangement such as Immutables, typically, the entity refers to the interface. For Spring Data usage, you would need to divert all `getPersistentEntity(…)` calls to the actual implementation. Additionally,...

We consider adding support for immutables an enhancement. We just don't have bandwidth to implement that.

First of all, the issue report has a terrible formatting that makes it almost impossible to read. While I appreciate that there is a reproducer, it contains all of your...

Alternatively, set the logging level to `off` for the affected classes.

How come that a host name returned from `InetSocketAddress` ends with a dot?