RE: Solr 7.7.1 Junit failure with ArrayIndexOutOfBoundsException on CoreContainer.createAndLoad call

2019-05-12 Thread Irfan Nagoo
details: https://github.com/jacoco/jacoco/issues/226 We were using Jacoco 0.7.0.201403182114 version and after moving to version 0.7.1.201405082137 (which has the fix), the issue got resolved. Thanks, Irfan From: Irfan Nagoo Sent: Saturday, May 11, 2019 5

Solr 7.7.1 Junit failure with ArrayIndexOutOfBoundsException on CoreContainer.createAndLoad call

2019-05-11 Thread Irfan Nagoo
Hi, We are getting ArrayIndexOutOfBoundsException from the Solr core library on calling CoreContainer.createAndLoad API while executing a Junit test case through gradle. We can see from the logs that solr.xml is getting initialized. Here is the code that we have in the Junit which is causing th

RE: Solr 7.7.1 issue: TemplateTransformer doesn't take the value of static template attribute value

2019-05-07 Thread Irfan Nagoo
Any inputs on this issue please? Thanks, Irfan From: Irfan Nagoo Sent: Friday, May 3, 2019 11:38:22 PM To: solr-user@lucene.apache.org Subject: Solr 7.7.1 issue: TemplateTransformer doesn't take the value of static template attribute value CAUTION:

Solr 7.7.1 issue: TemplateTransformer doesn't take the value of static template attribute value

2019-05-03 Thread Irfan Nagoo
Hi, Recently we upgraded our Solr from 5.1 to 7.7.1. Here is an example of an entity in data-config.xml to illustrate the issue we are facing: