Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-23652

ci.ez.no latest ezfind build don't work on ubuntu env with PHP 5.5

    XMLWordPrintable

Details

    Description

      Hi,

      Latest eZ Find build from ci.ez.no don't work on ubuntu with PHP 5.5 environment.
      When I run solr.sh, everything seems to be ok. No error is displayed on logs or screen.
      But when publishing something or updatingsearchindex. a message saying that cannot find solr is always displayed., as if solr.sh wasn't enabled.

      If using latest composer update version, then it works ("php -d memory_limit=-1 composer.phar require --prefer-dist ezsystems/ezfind-ls:5.4.0-rc1")

      The diff of the two versions, resulted on

      Only in ezfind.updates: ant
      diff -r ezfind.ci/autoloads/eztemplateautoload.php ezfind.updates/autoloads/eztemplateautoload.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/bin/php/ezsolrcommit.php ezfind.updates/bin/php/ezsolrcommit.php
      7c7
      < // SOFTWARE RELEASE: 5.4.0
      ---
      > // SOFTWARE RELEASE: 1.0.x
      9c9
      < // SOFTWARE LICENSE: eZ Business Use License Agreement eZ BUL Version 2.1
      ---
      > // SOFTWARE LICENSE: GNU General Public License v2.0
      11,13c11,23
      < //  This source file is part of the eZ Publish CMS and is
      < //  licensed under the terms and conditions of the eZ Business Use
      < //  License v2.1 (eZ BUL).
      ---
      > //   This program is free software; you can redistribute it and/or
      > //   modify it under the terms of version 2.0  of the GNU General
      > //   Public License as published by the Free Software Foundation.
      > //
      > //   This program is distributed in the hope that it will be useful,
      > //   but WITHOUT ANY WARRANTY; without even the implied warranty of
      > //   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      > //   GNU General Public License for more details.
      > //
      > //   You should have received a copy of version 2.0 of the GNU General
      > //   Public License along with this program; if not, write to the Free
      > //   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
      > //   MA 02110-1301, USA.
      15,18d24
      < //  A copy of the eZ BUL was included with the software. If the
      < //  license is missing, request a copy of the license via email
      < //  at license@ez.no or via postal mail at
      < // 	Attn: Licensing Dept. eZ Systems AS, Klostergata 30, N-3732 Skien, Norway
      20,23d25
      < //  IMPORTANT: THE SOFTWARE IS LICENSED, NOT SOLD. ADDITIONALLY, THE
      < //  SOFTWARE IS LICENSED "AS IS," WITHOUT ANY WARRANTIES WHATSOEVER.
      < //  READ THE eZ BUL BEFORE USING, INSTALLING OR MODIFYING THE SOFTWARE.
      < 
      diff -r ezfind.ci/bin/php/ezsolroptimize.php ezfind.updates/bin/php/ezsolroptimize.php
      7c7
      < // SOFTWARE RELEASE: 5.4.0
      ---
      > // SOFTWARE RELEASE: 1.0.x
      9c9
      < // SOFTWARE LICENSE: eZ Business Use License Agreement eZ BUL Version 2.1
      ---
      > // SOFTWARE LICENSE: GNU General Public License v2.0
      11,13c11,23
      < //  This source file is part of the eZ Publish CMS and is
      < //  licensed under the terms and conditions of the eZ Business Use
      < //  License v2.1 (eZ BUL).
      ---
      > //   This program is free software; you can redistribute it and/or
      > //   modify it under the terms of version 2.0  of the GNU General
      > //   Public License as published by the Free Software Foundation.
      > //
      > //   This program is distributed in the hope that it will be useful,
      > //   but WITHOUT ANY WARRANTY; without even the implied warranty of
      > //   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      > //   GNU General Public License for more details.
      > //
      > //   You should have received a copy of version 2.0 of the GNU General
      > //   Public License along with this program; if not, write to the Free
      > //   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
      > //   MA 02110-1301, USA.
      15,18d24
      < //  A copy of the eZ BUL was included with the software. If the
      < //  license is missing, request a copy of the license via email
      < //  at license@ez.no or via postal mail at
      < // 	Attn: Licensing Dept. eZ Systems AS, Klostergata 30, N-3732 Skien, Norway
      20,23d25
      < //  IMPORTANT: THE SOFTWARE IS LICENSED, NOT SOLD. ADDITIONALLY, THE
      < //  SOFTWARE IS LICENSED "AS IS," WITHOUT ANY WARRANTIES WHATSOEVER.
      < //  READ THE eZ BUL BEFORE USING, INSTALLING OR MODIFYING THE SOFTWARE.
      < 
      diff -r ezfind.ci/bin/php/updatesearchindexsolr.php ezfind.updates/bin/php/updatesearchindexsolr.php
      5,6c5,6
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      Only in ezfind.updates: build.xml
      diff -r ezfind.ci/classes/archive/filestorage/ezpfilearchivefactory.php ezfind.updates/classes/archive/filestorage/ezpfilearchivefactory.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/archive/filestorage/ezpfilearchivefilesystem.php ezfind.updates/classes/archive/filestorage/ezpfilearchivefilesystem.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/archive/filestorage/ezpfilearchive.php ezfind.updates/classes/archive/filestorage/ezpfilearchive.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/exceptions/ezfexception.php ezfind.updates/classes/exceptions/ezfexception.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/exceptions/ezfsolrexception.php ezfind.updates/classes/exceptions/ezfsolrexception.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezdatatypesolrstorage.php ezfind.updates/classes/ezdatatypesolrstorage.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfezpsolrquerybuilder.php ezfind.updates/classes/ezfezpsolrquerybuilder.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfindelevateconfiguration.php ezfind.updates/classes/ezfindelevateconfiguration.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfindextendedattributefilterfactory.php ezfind.updates/classes/ezfindextendedattributefilterfactory.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfindextendedattributefilterinterface.php ezfind.updates/classes/ezfindextendedattributefilterinterface.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfindresultnode.php ezfind.updates/classes/ezfindresultnode.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfindresultobject.php ezfind.updates/classes/ezfindresultobject.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfmodulefunctioncollection.php ezfind.updates/classes/ezfmodulefunctioncollection.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfsearchresultinfo.php ezfind.updates/classes/ezfsearchresultinfo.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfsolrdocumentfieldbase.php ezfind.updates/classes/ezfsolrdocumentfieldbase.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfsolrdocumentfielddummyexample.php ezfind.updates/classes/ezfsolrdocumentfielddummyexample.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfsolrdocumentfieldgmaplocation.php ezfind.updates/classes/ezfsolrdocumentfieldgmaplocation.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfsolrdocumentfieldname.php ezfind.updates/classes/ezfsolrdocumentfieldname.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfsolrdocumentfieldobjectrelation.php ezfind.updates/classes/ezfsolrdocumentfieldobjectrelation.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfsolrdocumentfieldxml.php ezfind.updates/classes/ezfsolrdocumentfieldxml.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfsolrstorage.php ezfind.updates/classes/ezfsolrstorage.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfsolrutils.php ezfind.updates/classes/ezfsolrutils.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezfTemplateOperators.php ezfind.updates/classes/ezfTemplateOperators.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezsolrbase.php ezfind.updates/classes/ezsolrbase.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/ezsolrdoc.php ezfind.updates/classes/ezsolrdoc.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      9c9
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      diff -r ezfind.ci/classes/indexplugins/ezfindexparentname.php ezfind.updates/classes/indexplugins/ezfindexparentname.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/indexplugins/ezfindexplugin.php ezfind.updates/classes/indexplugins/ezfindexplugin.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezauthorsolrstorage.php ezfind.updates/classes/solrstorage/ezauthorsolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezbinaryfilesolrstorage.php ezfind.updates/classes/solrstorage/ezbinaryfilesolrstorage.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezdatesolrstorage.php ezfind.updates/classes/solrstorage/ezdatesolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezdatetimesolrstorage.php ezfind.updates/classes/solrstorage/ezdatetimesolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezenumsolrstorage.php ezfind.updates/classes/solrstorage/ezenumsolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezkeywordsolrstorage.php ezfind.updates/classes/solrstorage/ezkeywordsolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezmatrixsolrstorage.php ezfind.updates/classes/solrstorage/ezmatrixsolrstorage.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezmultioptionsolrstorage.php ezfind.updates/classes/solrstorage/ezmultioptionsolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezobjectrelationlistsolrstorage.php ezfind.updates/classes/solrstorage/ezobjectrelationlistsolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezoptionsolrstorage.php ezfind.updates/classes/solrstorage/ezoptionsolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezpricesolrstorage.php ezfind.updates/classes/solrstorage/ezpricesolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezproductcategorysolrstorage.php ezfind.updates/classes/solrstorage/ezproductcategorysolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezrangeoptionsolrstorage.php ezfind.updates/classes/solrstorage/ezrangeoptionsolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezselectionsolrstorage.php ezfind.updates/classes/solrstorage/ezselectionsolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezurlsolrstorage.php ezfind.updates/classes/solrstorage/ezurlsolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezusersolrstorage.php ezfind.updates/classes/solrstorage/ezusersolrstorage.php
      7,8c7,8
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/classes/solrstorage/ezxmltextsolrstorage.php ezfind.updates/classes/solrstorage/ezxmltextsolrstorage.php
      6,7c6,7
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/composer.json ezfind.updates/composer.json
      5c5
      <     "license": "GPL-2.0",
      ---
      >     "license": "BUL-2.1",
      Only in ezfind.updates: COPYRIGHT
      diff -r ezfind.ci/cronjobs/ezfindexsubtree.php ezfind.updates/cronjobs/ezfindexsubtree.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/cronjobs/ezfoptimizeindex.php ezfind.updates/cronjobs/ezfoptimizeindex.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      Only in ezfind.updates: dist.sh
      Only in ezfind.ci/doc: ezfind_2.0_manual.pdf
      Only in ezfind.ci: ezinfo.php
      Only in ezfind.updates: .gitignore
      Only in ezfind.ci/java/lib/ext: jcl-over-slf4j-1.6.6.jar
      Only in ezfind.ci/java/lib/ext: jul-to-slf4j-1.6.6.jar
      Only in ezfind.ci/java/lib/ext: log4j-1.2.16.jar
      Only in ezfind.ci/java/lib/ext: slf4j-api-1.6.6.jar
      Only in ezfind.ci/java/lib/ext: slf4j-log4j12-1.6.6.jar
      Only in ezfind.ci/java: logs
      Only in ezfind.ci/java/solr/lib: attributes-binder-1.2.0.jar
      Only in ezfind.ci/java/solr/lib: carrot2-mini-3.8.0.jar
      Only in ezfind.ci/java/solr/lib: ezsystems-ezfind-solr-extension-solr-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: icu4j-49.1.jar
      Only in ezfind.ci/java/solr/lib: icu4j-52.1.jar
      Only in ezfind.ci/java/solr/lib: jackson-core-asl-1.7.4.jar
      Only in ezfind.ci/java/solr/lib: jackson-mapper-asl-1.7.4.jar
      Only in ezfind.ci/java/solr/lib: lucene-analyzers-icu-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: lucene-analyzers-morfologik-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: lucene-analyzers-smartcn-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: lucene-analyzers-stempel-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-analysis-extras-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-cell-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-clustering-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-core-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-dataimporthandler-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-dataimporthandler-extras-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-langid-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-solrj-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-test-framework-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-uima-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-velocity-4.7.0.jar
      diff -r ezfind.ci/modules/ezfind/elevate.php ezfind.updates/modules/ezfind/elevate.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/modules/ezfind/elevation_detail.php ezfind.updates/modules/ezfind/elevation_detail.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/modules/ezfind/function_definition.php ezfind.updates/modules/ezfind/function_definition.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/modules/ezfind/module.php ezfind.updates/modules/ezfind/module.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      diff -r ezfind.ci/modules/ezfind/remove_elevation.php ezfind.updates/modules/ezfind/remove_elevation.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      Only in ezfind.ci: README.multicore.txt
      diff -r ezfind.ci/search/plugins/ezsolr/ezsolr.php ezfind.updates/search/plugins/ezsolr/ezsolr.php
      4,5c4,5
      <  * @license http://ez.no/Resources/Software/Licenses/eZ-Business-Use-License-Agreement-eZ-BUL-Version-2.1 eZ Business Use License Agreement eZ BUL Version 2.1
      <  * @version 5.4.0
      ---
      >  * @license For full copyright and license information view LICENSE file distributed with this source code.
      >  * @version //autogentag//
      Only in ezfind.updates/share: filelist.md5
      Only in ezfind.updates: tests
      

      Between the above information in diff, this was came up to the development team attention:

      Only in ezfind.ci/java/solr/lib: ezsystems-ezfind-solr-extension-solr-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: icu4j-49.1.jar
      Only in ezfind.ci/java/solr/lib: icu4j-52.1.jar
      Only in ezfind.ci/java/solr/lib: jackson-core-asl-1.7.4.jar
      Only in ezfind.ci/java/solr/lib: jackson-mapper-asl-1.7.4.jar
      Only in ezfind.ci/java/solr/lib: lucene-analyzers-icu-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: lucene-analyzers-morfologik-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: lucene-analyzers-smartcn-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: lucene-analyzers-stempel-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-analysis-extras-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-cell-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-clustering-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-core-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-dataimporthandler-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-dataimporthandler-extras-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-langid-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-solrj-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-test-framework-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-uima-4.7.0.jar
      Only in ezfind.ci/java/solr/lib: solr-velocity-4.7.0.jar
      

      Where solr should be on 4.10.1 version

      Attachments

        Activity

          People

            Unassigned Unassigned
            paulo.nunes-obsolete@ez.no Paulo Nunes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: