Commit Graph

244 Commits

Author SHA1 Message Date
Patrick Trottier
7f4b4e9f8a Convert getLogger() and Log4J imports for Log4J 2 2018-11-09 08:41:42 -05:00
Patrick Trottier
fb4e7ae9cb Update POMs to version 2.10.0 2018-11-08 16:03:30 -05:00
Tim Donohue
34edf302b7 Remove unnecessary PropertyPlaceholderConfigurer 2018-11-08 20:35:58 +00:00
Tim Donohue
200cede397 Upgrade to commons-lang3 to avoid dependency conv issues. 2018-11-08 20:35:57 +00:00
Tim Donohue
79d027776e Add Spring PropertySource integration + tests to prove it works 2018-11-08 20:33:28 +00:00
Tim Donohue
673d4b9d36 Replace DSpaceConfigurationFactoryBean with ConfigurationPropertiesFactoryBean 2018-11-08 20:33:28 +00:00
Tim Donohue
c810efccb3 Add / enhance unit tests to prove functionality unchanged after upgrade 2018-11-08 20:33:28 +00:00
Tim Donohue
cb913fd24f Initial upgrade of dspace-services to Commons Config v2 2018-11-08 20:33:28 +00:00
Mark H. Wood
003831f4f6 Merge pull request #2247 from mwoodiupui/DS-3433
[DS-3433] Don't scare the admin. when an email Session is not found in JNDI
2018-10-26 12:08:07 -04:00
Mark H. Wood
9c242087a7 [DS-3433] Silence exceptions when named Session not found or there is no JNDI initial context. 2018-10-25 15:34:21 -04:00
Tim Donohue
447bea2921 Update to using Servlet API spec 3.1.0 in all modules 2018-10-08 17:11:37 +00:00
Raf Ponsaerts
8ffbec58ca [DS-3782] Upgrade Commons Collections to version 4 2018-07-18 15:53:11 +02:00
kshepherd
b0d3a0f6c7 Merge pull request #1940 from mwoodiupui/DS-3694
[DS-3694] Clean up EHCache configuration mess
2018-04-09 15:44:48 +12:00
Tim Donohue
5777acb743 Fix dspace-services unit tests to align with code style 2018-02-28 11:38:34 -06:00
Mark H. Wood
033b023b81 [DS-3694] Remove huge blocks of commentary that obscure the settings.
This includes much sample configuration for distributed caching which
DSpace has never used, and documentation of EHCache itself.  If you
want to know more about EHCache, consult its own documentation sources.
2018-02-22 11:47:23 -05:00
Mark H. Wood
781a26b56d [DS-3694] Configure CacheManagers to suppress version check.
Don't set corresponding system property -- it's the wrong way to do
this in Servlet code, and anyway the manager is already initialized
before we can set it.
Remove fallback code that should never execute because injection is @Required.
2018-02-22 11:43:51 -05:00
Tim Donohue
f1058802f2 Fix dspace-services module per new code style 2018-02-21 14:56:48 -06:00
Raf Ponsaerts
1dfec4d4e0 DS-3489: Made the next tests and fixed the hitHighlight implementation 2017-12-13 20:52:34 +01:00
Raf Ponsaerts
ee34bb07e7 DS-3489: Added license headers for the build to pass and changed a test to be consistent with a new implementation 2017-12-13 20:52:31 +01:00
Tom Desair
4299ff9ec3 DS-3489: Added DiscoveryRestController and custom SearchFilterResolver REST parameter resolver 2017-12-13 20:52:30 +01:00
Tom Desair
1dde73f55b DS-3762: Correct @author tag 2017-12-05 15:30:25 +01:00
Tom Desair
5b0c101b65 DS-3542 Code cleanup 2017-11-23 12:31:16 +01:00
frederic
a8582ea478 DS-3542 feedback fixes 2017-11-07 16:16:22 +01:00
Tom Desair
1c8de472e7 DS-3542: Cleanup SessionImpl 2017-11-06 14:08:55 +01:00
Tom Desair
eed50c363d DS-3542: Cleanup session service. TODO SessionImpl 2017-11-06 14:08:55 +01:00
frederic
e0b9f90aed DS-3542 Extra documentation and licenses 2017-11-06 14:08:55 +01:00
frederic
2cf4baf3ac DS-3542 remove use of sessions 2017-11-06 14:08:55 +01:00
frederic
5f25ea2387 DS-3542 Logout endpoint and various improvements 2017-11-06 14:06:34 +01:00
Tom Desair
9529e5634f DS-3484: Added SOLR integration for the REST integration tests 2017-11-02 11:18:49 +01:00
Tom Desair
6fa8832f8c DS-3711: Move aggregated reports to DSpace Assembly and Configuration module 2017-10-12 22:52:49 +02:00
Tom Desair
eea9993b8a DS-3711: Configured JaCoCo and Coveralls code coverage tools
DS-3711: Added and configured JaCoCo maven plugin for DSpace API module

DS-3711: Attempt to configure the Coveralls plugin

DS-3711: Updated coveralls-maven-plugin configuration for DSpace API

Added comment

Added dspace-oai coverage reporting + updated coveralls config to not run locally

DS-3711: Correct skip-coveralls configuration

DS-3711: Second attempt to correct skip-coveralls configuration

DS-3711: Attempt to aggregate JaCoCo reports for coverall

DS-3711: Second attempt to aggregate JaCoCo reports for coveralls

Fix maven dependencies

DS-3711: Attempt to fix coveralls No source found for error
2017-10-12 22:51:48 +02:00
Terry Brady
48aa148bf7 Merge pull request #1861 from tdonohue/add_error_prone_checks
DS-3712: Add Error Prone checks to catch common Java code mistakes
2017-10-11 13:13:33 -07:00
Tim Donohue
3fceaf46c3 Bug fix to Unit Tests as reported by ErrorProne 2017-10-05 17:28:22 +00:00
Tom Desair
84c9341381 DS-3697: Restore DSpace Kernel startup on Servlet Context init + fix imports 2017-10-04 13:00:12 +02:00
Tom Desair
6628d872d8 DS-3697: Enable autowiring of DSpace Services in the Spring REST webapp 2017-10-04 12:37:14 +02:00
Mark H. Wood
22987c10b2 [DS-3482] Force all Ehcache users that I can find to use a shared CacheManager. 2017-03-10 10:38:20 -05:00
Mark H. Wood
0248b1471d [DS-3423] Update a few dependencies and fix license headers 2017-03-09 15:30:00 -05:00
Andrea Bollini
e992e00080 Initial skeleton for Spring MVC + HATEOAS 2017-02-12 16:24:02 +01:00
Andrea Bollini
e5f9aa67b9 update spring and hibernate dependencies 2017-02-12 16:22:55 +01:00
Colin Delacroix
c7b22165aa Add exception message in log when a bean cannot be loaded 2017-01-30 10:42:55 +01:00
Mark H. Wood
5ff4ccfedc After 6.0 release: move master to 7.0-SNAPSHOT 2016-10-28 10:15:54 -04:00
Pascal-Nicolas Becker
f53f3e45cc Revert "prepare for next development iteration"
This reverts commit 543d2098ca.
2016-10-24 17:30:24 +02:00
Pascal-Nicolas Becker
543d2098ca prepare for next development iteration 2016-10-24 16:45:36 +02:00
Pascal-Nicolas Becker
c17f85e4b3 [maven-release-plugin] prepare for next development iteration 2016-10-24 14:40:29 +02:00
Pascal-Nicolas Becker
0fea174368 [maven-release-plugin] prepare release dspace-6.0 2016-10-24 14:40:21 +02:00
Mark H. Wood
65b76da6e8 [maven-release-plugin] prepare for next development iteration 2016-10-14 13:19:39 -04:00
Mark H. Wood
37bd1743ed [maven-release-plugin] prepare release dspace-6.0-rc4 2016-10-14 13:19:33 -04:00
Pascal-Nicolas Becker
161baecc49 [maven-release-plugin] prepare for next development iteration 2016-09-06 19:25:01 +02:00
Pascal-Nicolas Becker
7cceb2a9cc [maven-release-plugin] prepare release dspace-6.0-rc3 2016-09-06 19:23:50 +02:00
Tim Donohue
764070205d [maven-release-plugin] prepare for next development iteration 2016-06-10 19:27:41 +00:00