
* VIVO-1246 improve the ConfigurationBeanLoader: Add cardinality parameters minOccurs and maxOccurs Create README.md document in the edu.cornell.mannlib.vitro.webapp.utils.configuration package Split large class of unit tests into separate classes by functionality * VIVO-1247, remove duplicate code used with ConfigurationBeanLoader. Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code. * VIVO-1246 Move unit tests to the new location. * VIVO-1246 The documentation was in the wrong place. * Ignore all /bin/ directories under eclipse * First set of unit tests, along with enhancements to the stubs. * Clean up the unit tests with more expressive power. * VIVO-1319 Full tests on the controller output formats. * Create a Jackson-based quote(), to replace the net.sf.json-based quote() * Eliminate the use of net.sf.json.util.JSONUtils * Use Jackson JSON library instead of net.sf.json JSONNode, JSONArray, JSONObject become JsonNode, ArrayNode, and ObjectNode. No direct replacement for HSONSerializer, so create JacksonUtils Some of the message signatures are different, so adjust accordingly.
24 lines
386 B
Text
24 lines
386 B
Text
/webapp/.build/
|
|
/.classpath
|
|
/.project
|
|
/.settings
|
|
/webapp/config/deploy.properties
|
|
/webapp/config/build.properties
|
|
/webapp/config/runtime.properties
|
|
/webapp/config/debug.log4j.properties
|
|
.build
|
|
utilities/solrtester/.work
|
|
utilities/rdbmigration/.work
|
|
utilities/sdb_to_tdb/.work
|
|
|
|
**/.idea
|
|
**/*.iml
|
|
**/target
|
|
|
|
**/overlays
|
|
|
|
# Eclipse artifacts
|
|
**/.settings
|
|
**/.classpath
|
|
**/.project
|
|
**/bin/
|