Changes
#81 (Oct 30, 2018 4:00:37 AM)
- 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)
- 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)
- 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)
- 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)
- 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)
- refactored use of PerformanceLogger.isEnabled to isLogEnabled to match d1_cn_index_common. — rnahf / detail