Re: OODT 2.0 planning

2021-01-23 Thread Gimhana Nadeeshan
Hi All, As per our offline conversation, I started testing with JDK11 migration. As the first step just updated some of the project dependencies and fixed some unit tests. Please have a look at the PR [1]. There are few more critical dependency updates like Solr and I hope to do it in the next

[GitHub] [oodt] NGimhana opened a new pull request #118: JDK11 migration - Update project dependencies and fix failed unit tests

2021-01-23 Thread GitBox
NGimhana opened a new pull request #118: URL: https://github.com/apache/oodt/pull/118 This PR is a head start for the project migration from JDK8 to JDK11. Changes: - Update module pom.xmls with latest 3rd party denendencies. - Fixed couple of unit tests.