AW: JAXBContext - JDK 11

2023-12-05 Thread Wolfinger Uwe
- jaxb-api:2.3.1 - jaxb-impl:2.3.1 I'm going to replicate the issue and raise a ticket on Jira about this. Thank you again and hope this helps ;) Cheers, PG Il giorno mar 5 dic 2023 alle ore 11:55 Wolfinger Uwe ha scritto: > When trying to use the Generic Authority Connec

JAXBContext - JDK 11

2023-12-05 Thread Wolfinger Uwe
When trying to use the Generic Authority Connector (org.apache.manifoldcf.authorities.authorities.generic.GenericAuthority) we experienced some problems: Line 681 (context = JAXBContext.newInstance(Auth.class);) results in an error: javax.xml.bind.JAXBException: Implementation of JAXB-API has

AW: MCF Solr Plugin for Solr 9.x

2022-08-23 Thread Wolfinger Uwe
diff >patch.txt" or some such. Here's the JIRA ticket: https://issues.apache.org/jira/browse/CONNECTORS-1723 Karl On Tue, Aug 23, 2022 at 4:57 AM Wolfinger Uwe wrote: > It turned out that the uprade was pretty straight forward. > > Beginning with version 9 of solr org.apac

AW: MCF Solr Plugin for Solr 9.x

2022-08-23 Thread Wolfinger Uwe
the code. > I've got limited time these days so perhaps we can collaborate? I'll > set up the 9.x plugin branch if you would like to research the API changes. > > Karl > > > On Fri, Aug 19, 2022 at 3:25 AM Wolfinger Uwe > wrote: > >> I am just upgrading our

AW: MCF Solr Plugin for Solr 9.x

2022-08-21 Thread Wolfinger Uwe
hese days so perhaps we can collaborate? I'll set > up the 9.x plugin branch if you would like to research the API changes. > > Karl > > > On Fri, Aug 19, 2022 at 3:25 AM Wolfinger Uwe > wrote: > >> I am just upgrading our Solr/ManifoldCF system. During the upgrade >>

MCF Solr Plugin for Solr 9.x

2022-08-19 Thread Wolfinger Uwe
I am just upgrading our Solr/ManifoldCF system. During the upgrade process i tried to raise Solr to version 9.0.0. Unfortunately this results in the following error, caused by the ManifoldCF Solr Plugin (apache-manifoldcf-solr-8.x-plugin-2.2.jar): Caused by:

Vulnerable log4j Versions

2022-07-19 Thread Wolfinger Uwe
We just started an upgrade to version 2.22.1 and noticed, that still vulnerable log4j version are present in the distribution package, e.g.: apache-manifoldcf-2.22.1\lib\log4j-api-2.15.0.jar apache-manifoldcf-2.22.1\web\war\mcf-authority-service\WEB-INF\lib\log4j-api-2.15.0.jar According to

AW: JCIFS Connector File Size Attribute

2021-07-27 Thread Wolfinger Uwe
field name:" Karl On Mon, Jul 26, 2021 at 12:24 PM Wolfinger Uwe wrote: > Do i need any extra configuration in the solr connection? When i look > at the query string,that sends the request to solr, there is no field > "originalSize". > > King Regards, > Uwe

AW: JCIFS Connector File Size Attribute

2021-07-26 Thread Wolfinger Uwe
ion. That is probably why you are overlooking it. Thanks, Karl On Fri, Jul 23, 2021 at 10:13 AM Wolfinger Uwe wrote: > Hi, > > we are using the JCIFs shared drive connector to crawl windows shares. > What we would like to have is, that the file size can be displayed in >

JCIFS Connector File Size Attribute

2021-07-23 Thread Wolfinger Uwe
Hi, we are using the JCIFs shared drive connector to crawl windows shares. What we would like to have is, that the file size can be displayed in the search results, i.e. that an appropriate attribute is sent to solr. According to this issue: