100%
WDescription%
Test Result: 0 tests failing out of a total of 13 tests.100
Build stability: No recent builds failed.100
Build History
x
 
 
 
 
 
 
 
 
 
 
 

Changes

#99 (Aug 24, 2019 4:09:36 PM)

  1. normalizing the resource map priority to equal with other tasks.  Fixed potential inputstream remaining open. — rnahf / detail

#98 (Jun 18, 2019 10:39:33 PM)

  1. Merge the 2.3 branch to trunk. — tao / detail

#97 (May 15, 2019 12:29:39 AM)

  1. merge changes from v2.3 branch — rnahf / detail

#96 (Oct 30, 2018 3:59:40 AM)

  1. fixed NPE in IndexTask.isArchived(), propagating MarshallingException handling to callers. Promoted info log statement to warn where a task is not created because the serialVersion is > 1. copied 'test-context.xml' to proper package name (o.d.cn.index.task, instead of o.d.cn.index.test). — rnahf / detail

#95 (Oct 18, 2018 7:04:38 PM)

  1. refs #8735: limiting the scope of the unMarshallSystemMetadata method, because it isn't documented and swallows serious errors.  (Shouldn't be generally used) — rnahf / detail

#92 (Sep 20, 2018 8:24:36 PM)

  1. refs: #8700: downgrading spring, solr, solrj, compiler, and httpClient dependency versions to what's in the 2.3 branch and production. Changes made across the d1_cn_common, d1_cn_index_common, d1_cn_index_generator, and d1_cn_index_processor components.  There is a refactored HttpSolrClient construction method that needed refactoring.  Downgrading loses the builder in favor of the "new" method. — rnahf / detail

#90 (Sep 7, 2018 9:04:35 PM)

  1. replaced 'org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException' with 'org.springframework.orm.ObjectOptimisticLockingFailureException' in unit test because of upgrade to spring 4.3.8.RELEASE.  Upped the hibernate-entitymanager version to 4.3.11.Final (to match new spring dependency). — rnahf / detail

#89 (Sep 6, 2018 6:39:37 PM)

  1. standardizing dependency versions in trunk (2.4-SNAPSHOT)::  compiler: 1.8;  spring: 4.3.8.RELEASE; solr: 7.1.0; and junit: 4.12; — rnahf / detail