Re: CHANGES.txt, process improvement solicitation

2024-05-16 Thread Eric Pugh
I *do* find our current situation the worst of all possible options! > On May 16, 2024, at 2:51 PM, David Smiley wrote: > > Managing CHANGES.txt in each PR/change we do is a pain. It's so > merge-conflict prone. I don't mean to call for the removal of > CHANGES.txt (although I've wished for t

Re: Solr and hjave JRE support

2024-05-16 Thread David Smiley
Please use the us...@solr.apache.org list. "dev" is for internal development. On Thu, May 16, 2024 at 3:12 PM Perera, Priyantha wrote: > WE have a sitecore 10.3 installation running Solr 8.11.2. > > We have been just informed that there is a vulnerability related to Oracle > JRE 1.8.0.381. > >

Solr and hjave JRE support

2024-05-16 Thread Perera, Priyantha
WE have a sitecore 10.3 installation running Solr 8.11.2. We have been just informed that there is a vulnerability related to Oracle JRE 1.8.0.381. What java version is supported for solr 8.11.2? [cid:wescom-logo-for-gpt_091cac62-3721-499b-8ebf-db4b158665e7.png] [cid:inst

CHANGES.txt, process improvement solicitation

2024-05-16 Thread David Smiley
Managing CHANGES.txt in each PR/change we do is a pain. It's so merge-conflict prone. I don't mean to call for the removal of CHANGES.txt (although I've wished for this off-and-on), but want to solicit inputs on what can be done to make this easier. I could be mistaken but maybe it was Calvin Co

RE: Cant access SolrRequestParsers

2024-05-16 Thread Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A)
Hi KrishnaVamsi, Regarding the error, you are trying to build java code compiled with jdk11 compiler with a jdk8 compiler, see https://javaalmanac.io/bytecode/versions/ . Jdk8 is pretty old at this point, your first thought might be to try building with a newer jdk version. I think you should e

RE: Cant access SolrRequestParsers

2024-05-16 Thread Mugi, Krishnavamsireddy
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 9.6.0. When we upgraded the dependency version and tried to build our source code, We are getting the below

Re: Cant access SolrRequestParsers

2024-05-16 Thread Gus Heck
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

Cant access SolrRequestParsers

2024-05-16 Thread Mugi, Krishnavamsireddy
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

Want to make your first contribution to Solr?

2024-05-16 Thread Jan Høydahl
Hi, Are you part of the community and looking for places to contribute? A good first issue is https://issues.apache.org/jira/browse/SOLR-17295 where we simply want to add a new download link on the webapge for the new OpenAPI artifact. It should be an easy win to get your feet wet. Reply direct