Mohammad Rezaei

Results 81 comments of Mohammad Rezaei

I'd like to have this feature as well. I only charge my phone once every few days, so I don't think it would be annoying for me. For other users,...

I'm a little confused about the MDC, but before we go there, I want to make sure you're aware of two existing hooks here. 1) There is aggregate performance data...

Oh, I'm fine with the markers as long as the default is blank.

The more I read this, the more I'm convinced I misread the intent. Is this meant to be some sort of in-VM dashboard or is it an external process reading...

Ok, I understand the intent: external log crawler that prefers a standard parsable format (json). Please submit the code :smile: A couple of notes: all work/garbage must stay inside `isDebugEnabled()`,...

I can see more than one way to handle this. My preference would be to implement `filterGreaterThan` because `dividedBy` can always be re-written as a multiply, which is also faster:...

Not likely for the next release (17.1.0, next week). Are you working on this?

Let's first start with adding an H2 database type for ddl generation. We can then review the quoting and ddl generation for H2 and other dbs.

If you change the schema in a significant way, for example, removing an attribute, then the class is not backward compatible for serialization. There is no point pretending it is,...

That's not considered a proper relationship and should throw at build time.