title | date | report | colorlinks |
---|---|---|---|
Changelog - Dynamic Extensions for Alfresco |
27 September 2023 |
true |
true |
- Support for Java 11
- #363 Added Alfresco 7.4 compatibility
- #356 Added Alfresco 7.3 compatibility
- #350 Added missing curly brace in osgi framework spring context
- #344 Made it possible to configure boot delegation in OSGI framework context
- #346 Added Alfresco 7.1 compatibility
- #347 Added Alfresco 7.2 compatibility
- #338 DEVEM-499 Fix @ActionMethod usage on Alfresco 7.0
- Alfresco 7 support
- #321 Gradle plugin supports creating DE Bundles from arbitrary Jars
- #306 Alfresco 6.2.1 issues due to cglib imports in control-panel bundle
- #308 Calling webscript without required
@RequestParam
causes 500 error response
- #297 Multiple bean candidates for a Quartz'
SchedulerFactoryBean
- #201 Fixed issue where Alfresco would not start when Dynamic-extensions and Records Management are installed at the same time
- Alfresco 6.2 compatible AMP artifact
- #287 Dynamic Extensions not starting with Spring 3 and no internet
- #284 Fixes
AnnotationBasedActionExecuter
throwsClassCastException
- #281 Invalid system packages (WEB-INF/lib) cache state in a docker based setup
- #275 Registering behaviours for model that are deployed in the same extension fail
- #197 Deploying dependent document models from the same bundle are not loaded in the correct order
- #265
DeBundle
task failing to use build cache
- #267 Dynamic Extensions not starting with Spring 5 and no internet
- #258 Dynamic Extensions Gradle plugin fails with
java.lang.NoClassDefFoundError: aQute/bnd/osgi/Builder
- Alfresco 6 support
- Build process refactored to build and compile for specific Alfresco versions
@ScheduledQuartzJob
deprecated in favour for vendor-neutral@ScheduledTask
- Gradle plugin refactored
- Only adds dynamic extensions dependencies to
compileOnly
, and this can be turned off - Removed
CallWebScript
task type - The
jar
task now used bnd to build OSGi bundles - Added
DeBundle
task type that can be used to manually create dynamic extension bundles
- Only adds dynamic extensions dependencies to
- #189 Registering a component implementing multiple Activiti listener Interfaces throws exception on startup
- #189 Support Json 2 on Alfresco 4
- #180 Use compileOnly dependencies in the gradle plugin
- #181 Fixed regression for static resources embedded in DE bundle
- #173 Added CHANGELOG.md to the project
- #176 Fix Reflected XSS through maliciously formed URLs
- #156 NullPointerException in GenericQuartzJob
- #160 Dynamic Extensions 1.7.1 fails to load on Alfresco 4.2.4
- reverted
#145 Add lock support to scheduled jobs
due to NullPointerException that breaks DE.
- #147 Add support for @ResponseBody annotation in webscript
- #148 Add support for @RequestBody annotation in webscript
- #145 Add lock support to scheduled jobs