On Fri, Mar 8, 2024 at 9:43 AM Shawn Heisey <[email protected]> wrote:
> Chances are that your code is not compatible with the libraries that > were upgraded in version 9.5. You probably need to compile it against > the upgraded libraries, and I have no way of knowing if code changes are > going to be required for that to work, but I would not be surprised if > they are. > > It is always a good idea to recompile custom jars when upgrading Solr to > ensure that they are referencing correct library versions. > Thank you Shawn but I already recompiled this JAR, with an updated POM matching Solr 9.5.0 dependencies. Despite this warning the server is actually working, even when required to use this custom response writer.
