he.org At: 05/16/24 11:25:09 UTC-4:00To: dev@solr.apache.org
Subject: RE: Cant access SolrRequestParsers
Hi Gus Heck,
To give you background, As we came to know that we have vulnerabilities in
org.apache.solr.solr-core dependency(8.11.2 which we are using currently), We
had to upgrade it to
/solr-core/9.6.0/solr-core-9.6.0.jar!/org/apache/solr/servlet/SolrRequestParsers.class
class file has wrong version 55.0, should be 52.0
-Original Message-
From: Gus Heck
Sent: Thursday, May 16, 2024 8:40 PM
To: dev@solr.apache.org
Subject: Re: Cant access SolrRequestParsers
Hi
Hi KrishnaVamsi,
Can you tell us a little bit more about how you are using it? You say you
are upgrading a client, but (as indicated by the package name)
org.apache.solr.servlet.SolrRequestParsers is a server side class, so it's
not quite clear why you are getting this from a client. Is this a pro
Hi Team,
We are upgrading our solr-client(org.apache.solr.solr-core) from 8.11.2 to
9.6.0, After upgrading the client, we are getting below error. Kindly help us
on this error.
Error: cannot access org.apache.solr.servlet.SolrRequestParsers
Is there any alternative way to access SolrRequestPar