Results 18 comments of msmerc

@tuannh982: given a really simple data class: ```java public static class Datum { private final String letter; private final int number; public Datum(String letter, int number) { this.letter = letter;...

@HarunSMetin what exactly isn't clear?

@tanmauec see comment here: https://github.com/google/guava/pull/5779 BTW: I'm just the reporter, I have no say in what gets merged or why!

@chaoren / google folk: I've had a go at solving this, see https://gist.github.com/msmerc/fff91f4049dd4d8e39f3614bb0c58acb My solution is to generate a comparable such that objects are equal (using the original comparator) it...

We also see this issue! The airflow documentation says to do: `pip install apache-airflow[odbc]` http://airflow.apache.org/docs/apache-airflow-providers-odbc/stable/connections/odbc.html But this leads to the same `gcc` error. We'd expect this to work out-of-the-box given...

@rafariossaa - thanks, appreciated. If you do `airflow info` in this image once it is running the `apache-airflow-providers-odbc` is conspicuously absent. I'm guessing it's all related.

Many thanks for your reply! It seems the modern way is annotations everywhere. If I can roll my own annotations that eloquently contain the annotations from a smattering of 3rd...

Any love for this old request? We were thinking that even giving `@Value.Auxiliary` RUNTIME retention would mean others could implement this via reflection - which is better than nothing. Would...

If there are multiple constructors that might also cause weird behaviour. Perhaps the validator should guard against that too?

And since I'm here :p: The exception: `io.mongock.api.exception.MongockException: ChangeUnit[com.....DatabaseChangelog$Mogock5Migration] must have only one RollbackExecution method` Is a bit misleading since it implies I have several when in fact I've got...