Re: Issue with SolrJ api.mustache template / generated API classes

2024-06-08 Thread Christos Malliaridis
I've created a ticket (see SOLR-17326 ) and created a draft PR. The PR contains information about the solution I chose and potential limitations and alternatives I considered. Input would be appreciated, since there might be better approaches to ta

Re: Issue with SolrJ api.mustache template / generated API classes

2024-06-08 Thread Jan Høydahl
Thanks for researching this. If you are Java savvy it would be super with a PR with a failing unit test. If you searched Jira and could not find a duplicate, feel free to report it. Jan Høydahl > 8. juni 2024 kl. 11:21 skrev Christos Malliaridis : > > Hello everyone, > > I was working with S

Issue with SolrJ api.mustache template / generated API classes

2024-06-08 Thread Christos Malliaridis
Hello everyone, I was working with SolrJ and the v2 API and realized that some response attributes were missing. The most notably is the collections attribute in CollectionsApi.ListCollections response. This issue throws the error UnrecognizedPropertyException during deserialization / parsing of t