Acosix / alfresco-simple-content-stores

Addon to provide a set of common content store implementations and easy-to-use configuration (no Spring config)
Apache License 2.0
43 stars 19 forks source link

support for Alfresco Repository 5.2.g (& ignore POM errors in Eclipse) #8

Closed jvanmalder closed 6 years ago

jvanmalder commented 6 years ago

Hi Axel, this PR might help you when moving to Alfresco Repository 5.2.g (latest community release, 201707 GA). Some overridden (deprecated) methods were removed because they are no longer part of the Java API. I'm using the property routed selector content store and it works great in the latest Alfresco using this "fix".

AFaust commented 6 years ago

Thanks Jonas. I had actually started / done an update to Alfresco 5.2.f in August alongside the creation of branches for compatibility with 4.2 and 5.0/5.1. Your PR reminded me that this was not yet pushed and still had some tasks to be done (like enabling cross-compilation with Java 7 on those compatibility branches). Since most of the changes have already been made, I doubt that I'll merge the PR as is. I will check if those Eclipse-specific settings can be integrated into my Maven Parent POM, so I don't have to repeat them in every addon / module.

AFaust commented 6 years ago

I have integrated the m2e lifecycle mapping exclusions in my parent POMs, so all the changes this PR included have been addressed.