About concurrentlinkedhashmap the author himself recommends to use Guava or
possibly his last version built for Java 8
https://stackoverflow.com/questions/15299554/what-does-it-mean-that-concurrentlinkedhashmap-has-been-integrated-into-guava
Please check
Thanks
Jacques
Le 28/04/2016 à 06:06, Shi Jinghai a écrit :
Thanks Christian!
I created an issue on the jars duplicated:
https://issues.apache.org/jira/browse/OFBIZ-7026
I'll remove the dupliations step by step.
Kind Regards,
Shi Jinghai
-----邮件原件-----
发件人: Christian Geisert [mailto:[email protected]]
发送时间: 2016年4月27日 18:02
收件人: [email protected]
主题: Re: Solr libs duplication
There are also duplicates with regards to framework (noticed that while
integrating Apache Camel, but didn't have time to work on it yet)
./specialpurpose/solr/webapp/solr/WEB-INF/lib/concurrentlinkedhashmap-lru-1.2.jar
./framework/base/lib/clhm-release-1.0-lru.jar
I think version 1.2 should be moved to framework.
Christian
Am 27.04.2016 11:34, schrieb Shi Jinghai:
Hi Jacques,
Obviously it's my fault :-(
The duplicated jars under webapp /solr/WEB-INF/lib/ can be removed as they are
already common jars at container level. I'll remove the duplicated jars ASAP.
Kind Regards,
Shi Jinghai
-----邮件原件-----
发件人: Jacques Le Roux [mailto:[email protected]]
发送时间: 2016年4月26日 17:58
收件人: [email protected]; shi.jinghai
主题: Solr libs duplication
Hi Jinghai,
Do you think it's possible to somehow avoid these duplications in Solr
component?
C:\projectASF-Mars\ofbiz\specialpurpose\solr\lib\runtime\joda-time-2.2.jar
C:\projectASF-Mars\ofbiz\specialpurpose\solr\webapp\solr\WEB-INF\lib\joda-time-2.2.jar
C:\projectASF-Mars\ofbiz\specialpurpose\solr\lib\runtime\lucene-codecs-5.3.1.jar
C:\projectASF-Mars\ofbiz\specialpurpose\solr\webapp\solr\WEB-INF\lib\lucene-codecs-5.3.1.jar
C:\projectASF-Mars\ofbiz\specialpurpose\solr\lib\runtime\lucene-highlighter-5.3.1.jar
C:\projectASF-Mars\ofbiz\specialpurpose\solr\webapp\solr\WEB-INF\lib\lucene-highlighter-5.3.1.jar
C:\projectASF-Mars\ofbiz\specialpurpose\solr\lib\runtime\lucene-join-5.3.1.jar
C:\projectASF-Mars\ofbiz\specialpurpose\solr\webapp\solr\WEB-INF\lib\lucene-join-5.3.1.jar
C:\projectASF-Mars\ofbiz\specialpurpose\solr\lib\runtime\lucene-queries-5.3.1.jar
C:\projectASF-Mars\ofbiz\specialpurpose\solr\webapp\solr\WEB-INF\lib\lucene-queries-5.3.1.jar
C:\projectASF-Mars\ofbiz\specialpurpose\solr\lib\runtime\lucene-spatial-5.3.1.jar
C:\projectASF-Mars\ofbiz\specialpurpose\solr\webapp\solr\WEB-INF\lib\lucene-spatial-5.3.1.jar
C:\projectASF-Mars\ofbiz\specialpurpose\solr\lib\runtime\lucene-suggest-5.3.1.jar
C:\projectASF-Mars\ofbiz\specialpurpose\solr\webapp\solr\WEB-INF\lib\lucene-suggest-5.3.1.jar
I think it must be hard (if even possible) because it's runtime dependencies,
right?
Thanks
Jacques