Commit graph

15 commits

Author SHA1 Message Date
Andrew Woods
c37a46537d Remove embedded Solr
Related to: https://jira.duraspace.org/browse/VIVO-1592
2018-09-18 17:13:56 -04:00
Jim Blake
668ab0c10d VIVO-1319 Remove dependency on sourceforge.net JSON parser. (#53)
* VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.

Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code.

* 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.
2017-05-22 19:59:29 +01:00
Jim Blake
da0b68f001 VIVO-1248 extend SparqlQueryRunner, and combine with older attempts. (#36)
* VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.

Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code.

* Ignore artifacts that Eclipse creates.

* VIVO-1248 Remove references to older SPARQL utils

edu.cornell.mannlib.vitro.webapp.utils.sparql package
edu.cornell.mannlib.vitro.webapp.utils.SparqlQueryRunner
2017-01-03 13:19:48 -05:00
Graham Triggs
da79ac3e1d Update .gitignore 2015-11-19 23:41:18 +00:00
grahamtriggs
d6bfa6dd6c .gitignore IDE project files 2015-09-30 20:45:46 +01:00
hudajkhan
cb321a1cd9 updates to .gitignore to leave out .work 2014-07-10 12:52:35 -04:00
j2blake
daae32a0b0 VIVO-801 Move RDB migrator from VIVO to Vitro
Older instances of Vitro might want to use it.
2014-06-18 17:34:10 -04:00
j2blake
153cd6f117 VIVO-773 create the RDB to TDB migration utility. 2014-06-11 12:07:05 -04:00
Holly Mistlebauer
3d57b9ceae RC1 test case changes by Holly 2013-10-22 17:04:06 -04:00
hudajkhan
706e0ae1c1 Merge branch 'develop' of https://github.com/vivo-project/VIVO into develop
Conflicts:
	.gitignore
2013-08-22 15:54:37 -04:00
hudajkhan
0511404a47 updates to remove errant file and updates for adding concept 2013-08-22 15:48:56 -04:00
j2blake
d084e9620d Accidentally committed catalog-v001.xml 2013-08-21 16:16:48 -04:00
j2blake
89f759fcbc VIVO-2 Modify the build so installers can create a container-neutral VIVO.
Split deploy.properties into build.properties and runtime.properties, with runtime.properties going into the Vitro home directory. Modify ConfigurationProperties to locate the Vitro home directory, either by System property or JNDI Environment variable, or from build.properties, and to read from both build.properties and runtime.properties. Revise the install and upgrade documents for VIVO and Vitro. Change comments and error messages that referred to deploy.properties by name.
2013-01-16 14:52:35 -05:00
j2blake
f5eca974a3 Add to the .gitignore file 2012-11-02 11:29:32 -04:00
j2blake
dbfdfe742c Ignore Eclipse artifacts like /bin, .classpath and .project 2012-10-30 16:25:20 -04:00