Neale Upstone

Results 47 comments of Neale Upstone

Hell... I've just arrived here to find a *regression* from >2.5 years ago and it's full of workarounds. Will someone either close this as won't fix or fix it!

Many thanks for the public gift @nicojs. That's a really useful example.

Ditto. Come on folks. I'm starting to think peeps are that little bit... you know... anti-woke... aka ...

Woudn't it be better to support precondition per ``? ``` ``` We're making more use of `context` and `ignore` attributes of `` as that would allows a lot of XML...

Ah.. okay. Not even my approach will work, because every node is parsed always. This is a killer without us forking a parser for ourselves: https://github.com/liquibase/liquibase/blob/dcfd3b0c6c633f43e3e2b88af68822d6937f17f7/liquibase-core/src/main/java/liquibase/changelog/DatabaseChangeLog.java#L584-L588 I too cannot make...

@CristianDuta It depends on your situation. We have some changelog files that we omit in order to reduce the number being loaded. In particular we now have e.g. changelog-2021-onwards.xml which...

It looks quite simple, and would certainly be nice to have, for example the following could be added to TraversalBuilder: ``` public ResponseEntity postForEntity(Object payload, Class type) { Assert.notNull(type, "Target...

It breaks a lot. "Upgrade to Spring 6" means javax -> jakarta! That should have been a major version bump!

The above suggestion is a really good idea. It's relatively simple to execute, and would clean up a lot of dependabot failures. And, many thanks for providing us with a...

Tried this on dumb index and didn't have a problem. When inserting a batch load more after having started at 999000. Would be helpful to improve insert perf to reduce...