Bug #7965
Production dataone-solr and dataone-zookeeper show dependency on Java 7
100%
Description
The dataone-solr and dataone-zookeeper package list dependency on openjdk-7 rather than openjdk-8.
See: https://cn-ucsb-1.dataone.org/cn_dependencies.html for an overview of current installed DataONE packages and their dependencies.
dpkg -s dataone-zookeeper
Package: dataone-zookeeper
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 1 kb
Maintainer: Skye Roseboom sroseboo@dataone.unm.edu
Architecture: all
Version: 2.0.0R
Depends: openjdk-7-jdk
Description: This is a metapackage that installs the apache zookeeper. Currently installs version 3.4.6.
dpkg -s dataone-solr
Package: dataone-solr
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 1 kb
Maintainer: Skye Roseboom sroseboo@dataone.unm.edu
Architecture: all
Version: 2.0.0R
Depends: openjdk-7-jdk
Description: This is a metapackage that installs the apache lucene solr product. Currently installs apache solr 5.2.1
History
#1 Updated by Dave Vieglais almost 8 years ago
- Assignee set to Rob Nahf
- Category set to d1_indexer
- Target version set to CCI-2.3.1
#2 Updated by Rob Nahf almost 8 years ago
- % Done changed from 0 to 30
- Status changed from New to In Progress
These two components were mistakenly left behind when we did the 2.3 upgrade, because their properties were commented out in the dev control files along with other components that were deprecated. Comments (circa Dec. 2015) on the beta_control_properties svn logs show they were simply commented out because they hadn't changed.
I uncommented the properties in the control release files, and cut a 2.3 branch for both. Also enabled the BETA jobs on Jenkins.
Notice that in the dependency diagram, these components are at v2.0 instaed of v2.3 like the rest of the components)
They should build and deploy with the next deployment.
#3 Updated by Rob Nahf almost 8 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100