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

Changes

#81 (Oct 30, 2018 4:00:37 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

#78 (Sep 20, 2018 8:25:34 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

#77 (Sep 10, 2018 4:30:34 PM)

  1. added HttpClient to pom of index generator because it is used by solrj client in HZEventFilter.  version set to 4.5.3 (ahead of libclient_java) because of a new method in pooling connection manager needing to be there for solrj client builder to work. — rnahf / detail

#76 (Sep 7, 2018 9:15:33 PM)

  1. replacing deprecated 'org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException' with 'org.springframework.orm.ObjectOptimisticLockingFailureException' in unit test because of upgrade to spring 4.3.8.RELEASE. — rnahf / detail

#75 (Sep 6, 2018 6:40:35 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

#74 (Sep 6, 2018 6:00:35 PM)

  1. refactored use of PerformanceLogger.isEnabled to isLogEnabled to match d1_cn_index_common. — rnahf / detail

#73 (Sep 5, 2018 6:15:33 PM)

  1. merged 2.3 branch to trunk.  Incorporated HZEventFilter, and IndexTaskGenerator#close() method. — rnahf / detail