Patrick (Gus) Heck
Patrick (Gus) Heck
Another thing I did is I spent some time chasing down stray references to old versions of libs and trying to eliminate them with exclusions. This was sometimes necessary so...
Sure, let me try to provide a summary of the library changes to facilitate comparison. While I do that here's the diff I'm working from: https://gist.github.com/nsoft/3901d8c27982f36bd4a1a74d5296f553
> > Sorry I didn't notice you had a 3.x in solr we always keep main at the next unreleased major > > 3.x is nowhere near ready for release...
> Just have a starting point that will eliminate manual review cycle. I think part of the disconnect is that you maybe trust such tools more than I do :)
This gist should be a bit more useful, it filters out the self references and anything that's a transitive change: https://gist.github.com/nsoft/cce677cf3d6cd19ae3d0a386a7eeb7fa
One note from using this patch locally: It's now the case that the faces stuff in shiro-jakarta-ee requires omnifaces and omnifaces is very rude if the container finds the annotated...
Yes, I had conflated those (long before) and that's why it wasn't actually a required module for me. It was just something that had become added and never removed in...
I had never heard of OpenRewrite until after I submitted this PR. I went through and fixed things till they compiled, and then repeated the process with the tests until...
Well if you don't have good confidence in your test coverage that's too bad. I don't know why tool generated changes are better/simpler to review and inspire more confidence than...
Apparently despite the wording in the docs, this limitation is meant to apply outside the bulk api Docs could be improved if they said: "In OpenSearch 2.9 the bulk API...