SuccessChanges

Summary

  1. Fix http repository issues in pom.xml (details)
  2. Use a recursive method to look for schema.org for expanded json documents. (details)
  3. Add a new junit test to parse the documents from the hakai member node. (details)
  4. Waiting for the finish of the index process, instead of waiting a big chunk time, we use a for loop to wait a shortter chunk time. (details)
  5. Bump the version to 2.3.15 (details)
Commit 7e140763ac89171b1ab53220cac7f58cfa3d49c9 by petridish
Fix http repository issues in pom.xml

Changes our dataone maven repo to use https and puts in an override mirror for for Restlet since the POM for the version of solr-core we use appears to include a link to the *http* restlet mirror. Maven as of 3.8.1  only supports https repository URLs and your entire dependency tree needs to respect that.
The file was modifiedpom.xml (diff)
Commit d69498c5fd933f3ea7d031c2add8910f744503ca by tao
Use a recursive method to look for schema.org for expanded json documents.
The file was modifiedsrc/main/java/org/dataone/cn/indexer/parser/JsonLdSubprocessor.java (diff)
Commit f9528cb51f0f379da93580c5b04c9b0c594ac363 by tao
Add a new junit test to parse the documents from the hakai member node.
The file was modifiedsrc/test/java/org/dataone/cn/index/JsonLdSubprocessorTest.java (diff)
The file was addedsrc/test/resources/org/dataone/cn/index/resources/d1_testdocs/json-ld/hakai-deep-schema.jsonld
The file was modifiedsrc/test/resources/org/dataone/cn/index/test-context.xml (diff)
Commit eedf66636ae2fa057fd165bca6a1d82990afff9c by tao
Waiting for the finish of the index process, instead of waiting a big chunk time, we use a for loop to wait a shortter chunk time.
The file was modifiedsrc/test/java/org/dataone/cn/index/JsonLdSubprocessorTest.java (diff)
Commit 2e3b1151d6523cfdc243bad993bd938c4969e42a by tao
Bump the version to 2.3.15
The file was modifiedpom.xml (diff)