Closed sastafford closed 8 years ago
I would like to see an integration test like LoadDocumentsFromDirectoryTest.
about the acceptance criteria -
" input_file_path = the directory containing the three json docs input_file_path = a value which would exclude out 1 of the 3 json documents "
the second key is input_file_path or input_file_pattern?
Do we have a any standard code formatter xml file for eclipse? PMD or Findbug rules?
I recommend .editorconfig - here's a simple one - https://github.com/rjrudin/slush-marklogic-spring-boot/blob/dev/templates/.editorconfig
I know Eclipse has a plugin for it. But it's already integrated with Intellij.
@rjrudin Thanks; I can use Intellij.
Do you know why many test cases are failing on standalone mode? (when ran independently from IDE?)
I am using a updated version of the Java Client API that has a bug fix. It should have a priority over the older java client api jar in the classpath.
https://github.com/sastafford/marklogic-spring-batch/wiki/Troubleshooting
@sastafford Please see the pull request - https://github.com/sastafford/marklogic-spring-batch/pull/62
@sastafford new pull request is at https://github.com/sastafford/marklogic-spring-batch/pull/64
As a user I want to TITLE So that I can quickly ingest JSON documents and begin to query over the data
Given three JSON documents in a directory
When
Then two of the three documents exist in MarkLogic after the job concludes