Skip to content

Commit

Permalink
files updated for 5.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
otavard committed Mar 10, 2023
1 parent 9384057 commit 48edb52
Show file tree
Hide file tree
Showing 26 changed files with 95 additions and 37 deletions.
58 changes: 58 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,64 @@ Available as community (open source) and enterprise (proprietary) edition, Dataf

See https://wiki.datafari.com for more information.

================== 5.4 ==================

March 10th, 2023

* Version of major components :

- Solr 8.11.2
- ManifoldCF 2.24
- Tomcat 9.0.56
- Cassandra 4.0.1
- PostgreSQL 12.4
- Zookeeper 3.6.2
- Tika Server 2.7.0
- Zeppelin 0.10.1

#638 Check at monoserver install phase that server name is correct
#643 Adapt backend to transfer errors from datafaris
#718 Check and apply Solr schema custom fields at first startup
#841 Synchronize Zookeeper libs to the correct version
#858 Keep only a single date for Solr date fields
#859 Add missing suggester for Authors
#877 Map Tika fields into Datafari update processor

#786 Datafari API - update search endpoint to generate stats
#843 API - Review and update Users history functionnality

#820 DatafariUI - malformed uiconfig should not be silently discarded
#823 DatafariUI - synchronise facets and autocomplete when applicable
#828 DatafariUI - saved searches not using all the facets
#845 DatafariUI - Implement retry/reconnection mechanism
#855 DatafariUI - default facets config and advanced search config
#860 DatafariUI - wrong field associated to last modified facet
#867 DatafariUI - create the aggregator functionality
#862 Autocomplete for entity extraction not working
#525 [DATAFARI-533] Ajaxfrancelabs - File size widget not working with IE
#879 Decision - Hierarchical facet - check/uncheck behavior
#874 Modify export results behavior
#681 Admin link to the search UI should point to DatafariUI

#837 MCF - Default jobs should have delta mode enabled
#838 DB simplified connector - move the optional access token field below the security checkbox
#839 DB simplified connector - add mariadb in the dropdown of possible DBs available
#842 Add JDBC drivers by default to Datafari
#832 Admin - propose more options for simplified jobs creation

#854 Propose a "duplicate detection" functionality
#857 Admin tool to create a Tika Server instance

#819 Error message during dpkg install
#844 Check syntax of queries in simplified database UI
#865 Error on Solr query : Can't facet on a PointField without docValues
#868 404 error for /api URL into Solr admin UI
#869 Update the data models documentation
#733 Update OCR documentation
#876 Aggregator works only for external Datafari sites and not for local one



================== 5.3 ==================
Sept. 22th, 2022

Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--------------------------- DATAFARI 6.0-DEV ------------------------
--------------------------- DATAFARI 5.4 ------------------------

Datafari is an open source enterprise search solution. It is the perfect product for anyone who needs to search and analyze its corporate data and documents, both within the content and the metadata.

Expand Down
2 changes: 1 addition & 1 deletion datafari-analytic-stack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-analytic-stack</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datafari-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-cassandra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datafari-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions datafari-docfilter-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-docfilter-connector</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-mcf-connectors-dependencies</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions datafari-emptier-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-emptier-connector</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-mcf-connectors-dependencies</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion datafari-git-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<artifactId>datafari-git-plugin</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion datafari-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-handler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datafari-jena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-jena</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions datafari-mcf-connectors-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-mcf-connectors-dependencies</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-core</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</dependency>
<dependency>
<groupId>org.apache.manifoldcf</groupId>
Expand Down
4 changes: 2 additions & 2 deletions datafari-mcf-scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-mcf-scripts</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-core</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
<scope>provided</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion datafari-mcf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-mcf</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions datafari-metadatacleaner-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-metadatacleaner-connector</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-mcf-connectors-dependencies</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions datafari-share-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-share-connector</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-mcf-connectors-dependencies</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion datafari-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-solr</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions datafari-spacy-fastapi-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-spacy-fastapi-connector</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-mcf-connectors-dependencies</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion datafari-tika-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-tika-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datafari-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-tomcat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datafari-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-ui</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions datafari-updateprocessor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-updateprocessor</artifactId>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-jena</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions datafari-web-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-web-connector</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-mcf-connectors-dependencies</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions datafari-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-webapp</artifactId>
Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-core</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.glassfish.jaxb/jaxb-runtime -->
<dependency>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-mcf-scripts</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</dependency>
<dependency>
<groupId>org.jxls</groupId>
Expand Down
2 changes: 1 addition & 1 deletion datafari-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.francelabs.datafari</groupId>
<artifactId>datafari-ce</artifactId>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datafari-zookeeper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion linux/installer/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: datafari
Version: 6.0-dev
Version: 5.4
Section: base
Priority: optional
Architecture: all
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<artifactId>datafari-ce</artifactId>
<!-- Main POM of datafari -->
<packaging>pom</packaging>
<version>6.0-dev-Community</version>
<version>5.4-Community</version>
<name>Datafari Enterprise Search - Parent POM</name>
<properties>
<bcpkix-jdk15on.version>1.70</bcpkix-jdk15on.version>
<bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
<cassandra.version>4.0.5</cassandra.version>
<cassandra.sha512>188e131392ea0e48b46f24b1be297ef6335197f4480c9421328006507e069dce659ce3ce473906398273a5926e331960cbf824362e40cb4c74670cde95458349</cassandra.sha512>
<cassandra.driver.version>4.14.1</cassandra.driver.version>
<datafari.version>6.0-dev-Community</datafari.version>
<datafari.version>5.4-Community</datafari.version>
<datafariui.version>1.2</datafariui.version>
<datafariui.md5>5a2da6087694d94af9d7e79560f40cb6</datafariui.md5>
<guava.version>26.0-jre</guava.version>
Expand Down

0 comments on commit 48edb52

Please sign in to comment.