Alex Mukha
68fe3ae0a9
REPO-3447 Remove c3p0 ( #12 )
...
Quartz uses c3p0 jdbc pool for it's distributed job storage since version 2.x
This commit will exclude c3p0 lib as distributed job storage is not used.
2018-04-09 16:13:17 +01:00
alfresco-build
239f6582ac
[maven-release-plugin] prepare for next development iteration
2018-03-16 14:08:17 +00:00
alfresco-build
16a8434db6
[maven-release-plugin] prepare release 7.1
2018-03-16 14:08:12 +00:00
Cristian Turlica
172e66efce
Merge pull request #11 from Alfresco/feature/REPO-1287
...
REPO-1287: Upgrade jaxb-xjc, jaxb-impl
2018-03-16 15:30:06 +02:00
Cristian Turlica
62bf93c0de
REPO-1287: Upgrade jaxb-xjc, jaxb-impl
...
- upgraded to version 2.3.0
2018-03-16 14:09:25 +02:00
Alex Mukha
a5325a3e5c
Add compiler plugin config
2018-03-08 12:06:02 +00:00
Alex Mukha
fd88a71fcd
Update readme info about version 7
2018-03-04 13:54:00 +00:00
alfresco-build
6306632572
[maven-release-plugin] prepare for next development iteration
2018-03-04 13:45:16 +00:00
alfresco-build
6d94c84c8e
[maven-release-plugin] prepare release 7.0
2018-03-04 13:45:11 +00:00
Alex Mukha
6a8f2b3987
Upgrade Spring (REPO-1295), Quartz (REPO-3049) and remove Hibernate (REPO-2873) ( #9 )
...
* The classes connected to ibatis/dialect were moved to alfresco-repository.
* Major refactoring was done to TransactionSupportUtil class. It includes change of txn resource management. The new Spring 5 code cleans transaction synchronization once the txn is committed/rolled back. This means that "aftercompletion" listeners cannot manage txn resources they saved in earlier stages. The listeners can be caches, validors, locks, etc. In order to overcome the new behaviour a new ResourceHolder was added. The principle is very much similar to Spring internal resource holder. The object holds the current txn resources in ThreadLocal variable. If the txn is suspended another object is created and linked to previous resource holder so that once the txn is restored all of the resources are still in place. The resource holder is cleaned once all of the "aftercompletion" txn listeners have finished their work.
* All the tests for this class are part of repository project.
2018-03-04 13:39:36 +00:00
alfresco-build
f199bff83b
[maven-release-plugin] prepare for next development iteration
2018-02-23 12:03:11 +00:00
alfresco-build
605b65730b
[maven-release-plugin] prepare release 6.18
2018-02-23 12:03:05 +00:00
Alan Davis
9ac5964fd3
MNT-19261/REPO-3324 ISO8601DateFormat now handles Julian dates
2018-02-23 11:59:34 +00:00
alfresco-build
1333b8d7fc
[maven-release-plugin] prepare for next development iteration
2018-02-01 12:20:15 +00:00
alfresco-build
45482b37c9
[maven-release-plugin] prepare release 6.17
2018-02-01 12:20:10 +00:00
Andrei Rebegea
02682dfa51
Merge pull request #8 from Alfresco/feature/REPO-1066_tika_upgrade
...
Upgrade some dependencies needed by Tika
2018-02-01 14:13:53 +02:00
Andrei Rebegea
ea9a5bf511
REPO-1066: use the default json lib in core
2018-02-01 14:08:13 +02:00
alfresco-build
491e675d0e
[maven-release-plugin] prepare for next development iteration
2018-01-26 16:44:13 +00:00
alfresco-build
e56caabceb
[maven-release-plugin] prepare release 6.17_feature_repo-1066_tika_upgrade_4
2018-01-26 16:44:06 +00:00
Andrei Rebegea
74de225372
REPO-1066 reverse json lib update as that would be removed in a separate epic
2018-01-26 18:35:45 +02:00
alfresco-build
ff6ad48d28
[maven-release-plugin] prepare for next development iteration
2018-01-23 08:23:12 +00:00
alfresco-build
51f3434420
[maven-release-plugin] prepare release 6.17_feature_repo-1066_tika_upgrade
2018-01-23 08:23:07 +00:00
Andrei Rebegea
68700633b0
REPO-1066: update libs required by tika
2018-01-23 10:01:24 +02:00
alfresco-build
15c4d8bb03
[maven-release-plugin] prepare for next development iteration
2018-01-10 12:57:38 +00:00
alfresco-build
5e3f4171ab
[maven-release-plugin] prepare release 6.16
2018-01-10 12:57:33 +00:00
Alex Mukha
0a6340b3a3
REPO-3144 Upgrade commons-codec 1.11 ( #7 )
2017-12-19 14:59:45 +00:00
Alexandru-Eusebiu Epure
86e415aee7
REPO-3083 : ALF-21965: Issue with formatting dates in ISO8601
...
Remove extra spaces from newlines.
2017-12-14 13:39:24 +02:00
Alexandru-Eusebiu Epure
7bd66abf21
Merge pull request #6 from yregaieg/issue-5
...
REPO-3083 : ALF-21965: Issue with formatting dates in ISO8601
2017-12-14 12:35:15 +02:00
Younes Regaieg
3481472d6e
ALF-21965 Add a test and comments to avoid future regressions
2017-11-29 15:20:08 +01:00
Younes Regaieg
53670a4a43
ALF-21965 Make sure that the previously accessible method for getting a calendar object in system timezone is still returning a calendar for system default timezone, just in case some custom code was relying on it returning that.
2017-11-29 15:08:51 +01:00
Younes Regaieg
b8fcff078d
ALF-21965 There is no longer a need to check for offset since we are using UTC
2017-11-29 15:05:32 +01:00
Younes Regaieg
8f736453e2
ALF-21965 Force the use of UTC timezone in ISO8601DateFormat instead of defaulting to server's timezone
2017-11-29 15:05:31 +01:00
alandavis
cc5fea83bc
Feature/repo 2908 jod ( #4 )
...
REPO-2910 Replace ooo.direct code with jodconverter code
Changes to core are limited to log4j entries that don't exist any more.
2017-11-27 16:46:02 +00:00
alfresco-build
1b485261d3
[maven-release-plugin] prepare for next development iteration
2017-10-18 08:10:52 +00:00
alfresco-build
9ecbdf08ba
[maven-release-plugin] prepare release 6.15
2017-10-18 08:10:47 +00:00
Ancuta Morarasu
a1ddb440fc
REPO-2627 / REPO-2975: [Heartbeat] Add logging entry for the heartbeat package.
2017-10-16 20:42:43 +03:00
Matt Ward
e1eeb64f00
ALF-21953: updated to use super pom v9
2017-10-12 16:04:32 +01:00
alfresco-build
1b60852e46
[maven-release-plugin] prepare for next development iteration
2017-10-10 15:37:04 +00:00
alfresco-build
e6d123215e
[maven-release-plugin] prepare release 6.14
2017-10-10 15:36:58 +00:00
alandavis
1bb2cc97ca
Fix/repo 2025 cat tests ( #3 )
...
REPO-2025: adding the interface markers to categorise the tests
2017-10-10 16:34:05 +01:00
Alan Davis
815d5fc4d7
REPO-2921 Put a .gitbugtraq file in all develop Branches
2017-09-20 14:49:33 +01:00
Richard Esplin
b7296f35c7
Using markdown links.
...
I changed my mind and decided that the links are so much cleaner hidden.
2017-08-07 19:49:32 -06:00
Richard Esplin
422cc4773e
Updated to leverage the material already existing
...
I moved most of the content of this guide to the related pages in the Alfresco Social Community.
2017-08-07 19:44:28 -06:00
alfresco-build
655293d163
[maven-release-plugin] prepare for next development iteration
2017-06-29 09:53:53 +00:00
alfresco-build
f64ce7abf5
[maven-release-plugin] prepare release 6.13
2017-06-29 09:53:48 +00:00
Martin Muller
733d6db584
Revert "MNT-17640: Log4j is not configured for support tool"
...
This reverts commit 6b3003fa0f
.
2017-06-29 10:46:39 +01:00
alfresco-build
972601bfeb
[maven-release-plugin] prepare for next development iteration
2017-06-14 10:29:01 +00:00
alfresco-build
42da885b3d
[maven-release-plugin] prepare release 6.12
2017-06-14 10:28:56 +00:00
Erik Knizat
391d5bb29e
REPO-2448 MNT-17613 Introduce support for overriding the dialect name in configuration
2017-06-14 10:48:19 +01:00
alfresco-build
a40368b99c
[maven-release-plugin] prepare for next development iteration
2017-05-26 11:18:42 +00:00