Bruce Brouwer

Results 16 comments of Bruce Brouwer

This change breaks the API. Could you keep the get/setEncoding method and maybe have it set both input and output encoding at the same time? You can keep your setInputEncoding...

What about syntax like this: ``` array1: &my_array_alias - foo - bar array2: -*my_array_alias - baz ``` I'm not going to argue at length for this, just wanted to propose...

That is pretty cool. I didn't know about that yet. My use case is specifically related to security, not a generic use that Spring Data LDAP gives me. Is Spring...

Would we want to split this up into multiple artifacts? Something like this: * `liquibase-linter-aggregate` * `liquibase-linter` - for version 4.0.0 * `liquibase-linter3` - for version 3.x, also uses liquibase-linter...

One additional point to note. This uses the `GenericTypeResolver` from `spring-core` to simplify the configuration of reporters. This might limit the ability to refactor things such that `spring-core` could become...

Fixes #110

What timeline can I expect for moving forward with this change?

Shall I close this PR due to lack of interest?

Perhaps a Markdown version would be useful too. I know I would use it: `-Dlqlint.report.markdown=report.md`

I like what I see in that branch. It looks like no work has been done on it in quite some time. I will take some of the ideas from...