Commit Graph

288 Commits

Author SHA1 Message Date
Alex Mukha
b97ef572d9 Avoid unnecessary travis runs 2019-04-05 00:29:22 +01:00
dependabot[bot]
9e6f6d9456 Bump dependency.spring.version from 5.1.5.RELEASE to 5.1.6.RELEASE (#53) 2019-04-01 10:19:25 +00:00
dependabot[bot]
2eb2c9449f Bump httpclient from 4.5.7 to 4.5.8 (#52) 2019-04-01 09:46:02 +00:00
dependabot[bot]
e409842dd8 Bump spring-surf-core-configservice from 6.20 to 6.21 (#49) 2019-03-30 10:35:21 +00:00
Alex Mukha
dad5ed9630 Add WhiteSource scan to Travis (#51) 2019-03-30 10:34:35 +00:00
whitesource-bolt-for-github[bot]
4bb2688695 Initial WhiteSource configuration file 2019-03-30 10:29:56 +00:00
dependabot[bot]
66c5322b43 Bump quartz from 2.3.0 to 2.3.1 (#50) 2019-03-26 13:37:48 +00:00
dependabot[bot]
c5a93bd776 Bump slf4j-log4j12 from 1.7.25 to 1.7.26 (#47) 2019-02-19 17:49:08 +00:00
dependabot[bot]
9bd14b06fb Bump dependency.spring.version from 5.1.4.RELEASE to 5.1.5.RELEASE (#46) 2019-02-14 17:02:29 +00:00
dependabot[bot]
93d3acd207 Bump commons-codec from 1.11 to 1.12 (#45) 2019-02-14 14:30:12 +00:00
Alex Mukha
e6fd73930e Remove unused dom4j dependency 2019-02-09 17:11:15 +00:00
dependabot[bot]
59b6b2ee0a Bump httpclient from 4.5.6 to 4.5.7 (#43) 2019-01-28 09:38:42 +00:00
alfresco-build
30dd800782 [maven-release-plugin] prepare for next development iteration 2019-01-18 16:47:37 +00:00
alfresco-build
f4af46ebfb [maven-release-plugin] prepare release 7.9 2019-01-18 16:47:30 +00:00
dependabot[bot]
0c84a590e8 Bump joda-time from 2.9.3 to 2.10.1 (#35) 2019-01-18 16:28:31 +00:00
dependabot[bot]
066695ca56 Bump jta from 1.0.1b to 1.1 (#37) 2019-01-18 16:11:16 +00:00
dependabot[bot]
02dc9e9ac6 Bump dependency.spring.version from 5.1.3.RELEASE to 5.1.4.RELEASE (#31) 2019-01-18 15:03:54 +00:00
dependabot[bot]
a6fbb0ab84 Bump httpclient from 4.5.4 to 4.5.6 (#21) 2019-01-18 14:44:14 +00:00
dependabot[bot]
46c07fba09 Bump jaxb-xjc from 2.3.1 to 2.3.2 (#30) 2019-01-18 14:43:57 +00:00
dependabot[bot]
60e16184fe Bump spring-surf-core-configservice from 6.8 to 6.20 (#32) 2019-01-18 14:43:23 +00:00
dependabot[bot]
089fc4f28b Bump slf4j-log4j12 from 1.7.21 to 1.7.25 (#34) 2019-01-18 14:42:54 +00:00
dependabot[bot]
eb8083e62d Bump jaxb-impl from 2.3.1 to 2.3.2 (#38) 2019-01-18 14:18:04 +00:00
dependabot[bot]
cdcd0480c0 Bump maven-jar-plugin from 3.1.0 to 3.1.1 (#39) 2019-01-18 14:17:29 +00:00
Alex Mukha
750f3417be Correct formatting in Readme 2019-01-18 11:55:21 +00:00
Alex Mukha
76e7c29344 Add Travis build status 2019-01-18 11:54:46 +00:00
Alex Mukha
939cfd1b7f Add Travis config 2019-01-18 11:41:52 +00:00
alfresco-build
963eef8d9c [maven-release-plugin] prepare for next development iteration 2019-01-14 15:50:02 +00:00
alfresco-build
63d279e57f [maven-release-plugin] prepare release 7.8 2019-01-14 15:49:55 +00:00
Tom Page
c01225f035 SEARCH-1341 Update Spring from 5.0.4 to 5.1.3. (#29) 2019-01-14 15:42:31 +00:00
alfresco-build
bef6661ddf [maven-release-plugin] prepare for next development iteration 2018-11-30 11:35:59 +00:00
alfresco-build
4123346a16 [maven-release-plugin] prepare release 7.7 2018-11-30 11:35:53 +00:00
Andrea Gazzarini
51077e8ad0 SEARCH-1286 date type casting errors (#27)
* [ SEARCH-1286 ] additional ThreadLocal + date format (UTC - msecs)

* [ SEARCH-1286 ] ThreadLocal + other minor refactoring + unit tests

* [ SEARCH-1286 ] Fixed Timezone issue in Unit tests

* [ SEARCH-1286 ] Fixed Timezone issue II in Unit tests

* [ SEARCH-1286 ] Fixed Locale issue in CachingDataFormat

* Merge branches 'fix/SEARCH-1286_date_type_casting_errors' and 'master' of https://github.com/Alfresco/alfresco-core into fix/SEARCH-1286_date_type_casting_errors

# Conflicts:
#	src/main/java/org/alfresco/util/CachingDateFormat.java
#	src/test/java/org/alfresco/util/CachingDateFormatTest.java
2018-11-30 12:06:37 +01:00
alfresco-build
7ab552310a [maven-release-plugin] prepare for next development iteration 2018-11-28 13:04:42 +00:00
alfresco-build
22c41ab479 [maven-release-plugin] prepare release 7.6 2018-11-28 13:04:35 +00:00
Andrea Gazzarini
dd341e8108 [ SEARCH-1286 ] additional ThreadLocal + date format (UTC - msecs) (#26)
* [ SEARCH-1286 ] additional ThreadLocal + date format (UTC - msecs)

* [ SEARCH-1286 ] ThreadLocal + other minor refactoring + unit tests

* [ SEARCH-1286 ] Fixed Timezone issue in Unit tests

* [ SEARCH-1286 ] Fixed Timezone issue II in Unit tests
2018-11-27 17:00:15 +01:00
Alessandro Benedetti
fdc9f75539 [SEARCH-1263]Date caching locale and timezone format fix to comply wi… (#25)
* [SEARCH-1263]Date caching locale and timezone format fix to comply with ISO 8601 +tests

* [SEARCH-1263]Tests fixes to check all locales + license
2018-11-22 16:14:01 +00:00
alfresco-build
03b1d81bee [maven-release-plugin] prepare for next development iteration 2018-10-30 15:43:59 +00:00
alfresco-build
b24c74f426 [maven-release-plugin] prepare release 7.5 2018-10-30 15:43:53 +00:00
Martin Muller
f908a3fdd5 [WIP] REPO-3918 java 11 (#23)
* REPO-3918 remove compiler plugin because it is already in super pom

* REPO-3918 use latest jaxb libraries

* REPO-3918 add xml binding
2018-10-30 15:40:00 +00:00
alfresco-build
b6aa4932bd [maven-release-plugin] prepare for next development iteration 2018-08-22 11:08:33 +00:00
alfresco-build
be7abcbebf [maven-release-plugin] prepare release 7.4 2018-08-22 11:08:27 +00:00
Martin Muller
9c91fa8bea Merge pull request #15 from Alfresco/fix/repo-3589_TransactionListeners_unpredictable
Fix/repo 3589 transaction listeners unpredictable
2018-07-11 13:04:50 +01:00
Martin Muller
0bba12fdbb Merge pull request #14 from nbarithel/fix/ALF-22007
ALF-22007 fix TransactionListeners execution order
2018-07-11 12:31:33 +01:00
Nicolas Barithel
539dc45e6d ALF-22007 fix TransactionListeners execution order
Change-Id: I5b5359948a631f17f2030145a847b1db728617a4
2018-06-15 16:13:31 +02:00
alfresco-build
364458aafe [maven-release-plugin] prepare for next development iteration 2018-05-30 17:46:53 +00:00
alfresco-build
c156a846f9 [maven-release-plugin] prepare release 7.3 2018-05-30 17:46:46 +00:00
Ancuta Morarasu
d1684ebf5c REPO-2974: Products that reuse the alfresco-core artifact get an unwanted alfresco.log (#13)
* Remove log configs from alfresco-core (they will be moved to the packaging projects).
2018-05-30 20:36:43 +03:00
alfresco-build
d977fb7e22 [maven-release-plugin] prepare for next development iteration 2018-04-11 12:12:48 +00:00
alfresco-build
3318c6cd94 [maven-release-plugin] prepare release 7.2 2018-04-11 12:12:41 +00:00
Alan Davis
f1ff360f48 REOP-3422 Improve the log messages so we can seen when transformers in docker containers restart 2018-04-10 13:57:53 +01:00