Ole Hejlskov
b366ae3ddd
Merge pull request #530 from Alfresco/bug/255
...
BUGFIX - 255 - Archetypes - Add JS minification
2019-01-25 11:36:27 +01:00
Ole Hejlskov
19369a23b5
Merge pull request #529 from Alfresco/bug/457
...
BUGFIX - 457 - Archetypes - Modify IT company home assertion
2019-01-25 11:35:33 +01:00
Jose Luis Osorno
93c28f5dde
255 - Archetypes - Add JS minification
...
Modify the pom.xml files of the archetypes to include the
yuicompressor-maven-plugin in order to configure the minification
of the JS files.
2019-01-24 17:09:44 +01:00
Jose Luis Osorno
7792574dae
457 - Archetypes - Modify IT company home assertion
...
Modity the assertion about the name of the company home node in the
integration test DemoComponentIT to avoid issues with the language
in which the Alfresco environment is installed. It asserts now
about the path of the node which is independant from the language
of the application.
2019-01-24 12:34:50 +01:00
Ole Hejlskov
e8976addea
Merge pull request #528 from Alfresco/bug/440
...
BUGFIX - 440 - Maven Plugin - Make Tomcat Maven Plugin version configurable
2019-01-24 11:48:55 +01:00
Jose Luis Osorno
a7f2db61e8
440 - Maven Plugin - Make Tomcat Maven Plugin version configurable
...
Add a new parameter (tomcatMavenPluginVersion) and maven property
(maven.alfresco.tomcat.maven.plugin.version) to be able to set the version of
the Tomcat Maven Plugin that is going to be used in the Alfresco Maven
Plugin to run the project.
This way, an integrator can create a patched version of the Tomcat Plugin to
solve any issue with it and tell the Alfresco Maven Plugin to use that fixed
version of the Tomcat Plugin. This is helpful with the reported issue about
the maxHttpHeaderSize (https://github.com/Alfresco/alfresco-sdk/issues/440 ).
2019-01-24 11:37:21 +01:00
Ole Hejlskov
387a584aa1
Merge pull request #525 from Alfresco/bug/420
...
BUGFIX - 420 - Maven Plugin - Add goal to generate WARs only
2019-01-22 15:15:55 +01:00
Ole Hejlskov
edd8d8317b
Merge pull request #524 from Alfresco/bug/425
...
BUGFIX - 425 - Maven Plugin - Support for platform context file
2019-01-22 15:01:48 +01:00
Jose Luis Osorno
eb30a2d9e2
Merge pull request #491 from tartard/master
...
BUGFIX - Allow to write test methods in abstract classes
2019-01-22 11:01:33 +01:00
Jose Luis Osorno
cf777840be
Merge pull request #496 from tartard/solr-cron
...
Make the Solr indexation frequency customizable
2019-01-22 10:01:15 +01:00
Jose Luis Osorno
efec137a10
Merge branch 'bug/sdk-3-bugfixing' into solr-cron
2019-01-22 10:00:46 +01:00
Jose Luis Osorno
210bee7d76
420 - Maven Plugin - Add goal to generate WARs only
...
Add a new goal to the Alfresco Mvane Plugin to be able to generate
the WAR files (platform, share and/or activity if they're enabled)
without the need of running the Tomcat server.
2019-01-22 09:33:39 +01:00
Jose Luis Osorno
534e70a2c4
425 - Maven Plugin - Support for platform context file
...
Code change migrated from PR https://github.com/Alfresco/alfresco-sdk/pull/431 .
Change implemented by the user @pzrinscak.
Modify the Alfresco Maven Plugin to add the possibility to set
a custom Tomcat context file for the platform war. This features
enables the possibility to define custom JNDI resources in the
context of the Alfresco platform application.
2019-01-22 08:21:11 +01:00
Ole Hejlskov
0fcec384fd
Merge pull request #523 from Alfresco/bug/469
...
BUGFIX - 469 - Maven Plugin - AMP files order
2019-01-21 15:59:02 +01:00
Jose Luis Osorno
9d1c2feaf2
469 - Maven Plugin - AMP files order
...
Modify the Alfresco Maven Plugin in order to take into
account the order in which the AMP modules were defined
as the same order of the AMPs to be applied to the war
files.
2019-01-21 15:16:46 +01:00
Ole Hejlskov
709b820f2c
Merge pull request #520 from Alfresco/bug/MNT-19097
...
BUGFIX - MNT-19097 - Ensure unmount war files
2019-01-21 11:08:00 +01:00
Jose Luis Osorno
217f135006
Merge branch 'bug/sdk-3-bugfixing' into bug/MNT-19097
2019-01-21 11:04:49 +01:00
Ole Hejlskov
64843588f8
Merge pull request #521 from Alfresco/bug/499
...
BUGFIX - 499 - Maven Plugin - Add the ability to set Tomcat version
2019-01-21 10:59:56 +01:00
Ole Hejlskov
f1a7e645e4
Merge pull request #522 from Alfresco/bug/498
...
BUGFIX - 498 - Archetypes - Add module-specific log4j.properties to AMPs
2019-01-21 10:54:28 +01:00
Jose Luis Osorno
e3ae54be9b
498 - Archetypes - Add module-specific log4j.properties to AMPs
...
Add module-specific log4j.properties files to the archetypes and modify the assembly
files to include them in the AMPs. This way, it is possible to add custom log
configuration for each developed module.
2019-01-21 08:28:41 +01:00
Jose Luis Osorno
2871883c7d
499 - Maven Plugin - Add the ability to set Tomcat version
...
Add a new parameter to the Alfresco Maven Plugin in order to be able to set the
Tomcat version to be executed when running Tomcat through the Tomcat Maven Plugin.
The parameter "tomcatVersion" (or the Maven property "maven.alfresco.tomcat.version")
allows to modify the default Tomcat version used by the Tomcat Maven Plugin. The
default version currently is 7.0.47 (set by the Tomcat Maven Plugin v2.2). If the version
of Tomcat is not set via the plugin parameter or the maven property, then the default
one is used.
2019-01-18 15:56:26 +01:00
Jose Luis Osorno
376815c746
MNT-19097 - Ensure unmount war files
...
Ensure the unmount of the war files in the alfresco maven plugin to avoid
the exception thrown by the FsSyncShutdownHook.
2019-01-18 12:29:32 +01:00
Ole Hejlskov
f5e3552283
Merge pull request #500 from fcorti/patch-1
...
Typo in description.
2018-09-18 13:11:05 +02:00
Ole Hejlskov
ab9f384830
Merge pull request #505 from melahn/master
...
Updated the readme to bring it up-to-date. See Issue #396
2018-09-18 13:10:42 +02:00
Gregory Melahn
dced89eda6
Updated the readme to bring it up-to-date. See Issue #396
2018-09-13 16:16:19 -04:00
Francesco Corti
3bced985d6
Typo in description.
...
Suggested from the Community.
(thank you Digicat and Yreg)
2018-06-04 10:07:50 +02:00
a.hausherr
f0210c173a
Make the Solr indexation frequency customizable.
2018-04-06 15:21:05 +02:00
tartard
ea521ba7ee
Avoid an InstantiationException to be thrown from RunTestWebscript when testing a class which inherits test methods from an abstract class.
2018-03-12 14:20:08 +01:00
Ole Hejlskov
865ae6fd38
Merge pull request #484 from marsv024/runtest_saxparseexception
...
Fix null check to work with assertEqual-failures and exception messages containing reserved xml characters
2017-11-09 16:49:41 +01:00
Marcus Svartmark
017dfcbff8
Fix null check to work with assertEqual-failures and exception messages containing reserved xml characters
2017-11-09 16:32:35 +01:00
Ole Hejlskov
c25417e702
Deprecate Activiti features. See #481 for more info
2017-09-22 16:40:51 +02:00
Ole Hejlskov
448b5c2929
Merge pull request #475 from tom-vandepoele/master
...
Feature request: adding support for custom solr config #474
2017-09-22 09:31:43 +01:00
Ole Hejlskov
ab29cc53fa
Merge pull request #477 from nklomp/master
...
Nullpointer in code crashes Freemarker evaluation within Integration Testing
2017-09-22 09:24:50 +01:00
nklomp
228a98c566
Message of Failure delegates to getMessage() of the throwable which can be null in some cases (Nullpointer for instance) causing the Freemarker template evaluation to fail which in turn hides the real problem in the integration test
2017-07-09 19:05:05 +02:00
Tom.Vandepoele
82b7886a51
Feature request: adding support for custom solr config #474
2017-06-29 15:15:54 +02:00
Ole Hejlskov
012dc70f43
Update with 3.0.1 release info
2017-06-23 11:29:07 +02:00
alfresco-build
b8377041a5
[maven-release-plugin] prepare for next development iteration
2017-06-23 10:17:52 +01:00
alfresco-build
9071965850
[maven-release-plugin] prepare release alfresco-sdk-aggregator-3.0.1
alfresco-sdk-aggregator-3.0.1
2017-06-23 10:17:47 +01:00
Ole Hejlskov
1e5db412f7
Tidy up fixes for #461
2017-06-22 12:13:28 +02:00
Ole Hejlskov
37c26cfaa8
Correctly configure the artifact id for alfresco-platform, reported in #461
...
This also raises questions around the use of <alfresco.platform.war.artifactId />
since this will never have any effect currently
2017-04-21 18:21:41 +02:00
Ole Hejlskov
1cd4b82037
Revert MMT dependency version
2017-04-21 17:36:06 +02:00
Ole Hejlskov
758ab83faf
Merge pull request #459 from douglascrp/201702-GA_and_fixes
...
Solution for #458 and #454
2017-04-21 11:49:13 +02:00
Douglas C. R. Paes
8862d67acd
Rolled back the api-explorer version as there is no 5.2.f version yet.
2017-04-20 16:41:49 -03:00
Douglas C. R. Paes
e4402a741f
plataform and share dependencies upgraded to match the latest GA release, which is 201702-GA
2017-04-20 16:04:44 -03:00
Douglas C. R. Paes
b1facc65de
gitignore
2017-04-20 16:03:12 -03:00
Ole Hejlskov
7668096829
Grab fix from #449 for 5.2.f support
2017-04-10 11:15:25 +02:00
Ole Hejlskov
ce7c374c1e
Remove beta-reference in name tag in archetype poms. Fixes #446
2017-04-05 16:30:03 +02:00
Ole Hejlskov
68dda3b211
Fix endpoint url to avoid "Share services" error and fix CMM. Fixes #445
2017-04-05 16:26:41 +02:00
alfresco-build
47a329a762
[maven-release-plugin] prepare for next development iteration
2017-03-30 11:12:25 +01:00
alfresco-build
3ae8d043aa
[maven-release-plugin] prepare release alfresco-sdk-aggregator-3.0.0
alfresco-sdk-aggregator-3.0.0
2017-03-30 11:12:20 +01:00