close

Filter

loading table of contents...

Release Notes / Version 10.2107

Table Of Contents

CAE Refactorings

Some CAE modules underwent structural refactoring, which possibly requires some dependency and import changes in your project code. (All artifacts mentioned here have the groupId com.coremedia.cms .)

  • cae-linkservices-api and cae-linkservices-impl have been merged to cae-linkservices .

  • cae-handlerservices-api and cae-handlerservices-impl have been merged to cae-handlerservices .

  • cae-viewservices-api and cae-viewservices-impl have been merged to cae-viewservices .

  • cae-contentbeanservices-api and cae-contentbeanservices-impl have been merged to cae-contentbeanservices .

The dependency management for cae-handlerservices and cae-viewservices has been moved from middle-core-bom to cae-core-bom . Thus, you must possibly add cae-core-bom to your <dependencyManagement> . In most cases the cae-core-bom entry will already be there, since these modules should not be used outside the CAE application anyway.

com.coremedia.objectserver.web.HttpError has been moved from cae-util to cae-common , managed in cae-core-bom .

com.coremedia.objectserver.view.ViewUtils has been split. The most popular methods getBaseUri , setBaseUri and getParameters have been extracted to the new class com.coremedia.objectserver.request.RequestUtils , which is available in the cae-request-util artifact, managed in middle-core-bom .

com.coremedia.objectserver.web.taglib.TemplateHelper has been moved from cae-viewservices-api to com.coremedia.objectserver.web.template.TemplateHelper in cae-linkservices .

com.coremedia.objectserver.web.ModelAwareViewResolver has been moved from cae-viewservices-api to cae-handlerservices .

The module cap-objectserver has been deleted. It was empty, its only "feature" was the pom with some historically motivated dependencies. Just depend directly on the modules you really use in your code, instead of inheriting an arbitrary set of dependencies from cap-objectserver .

(CMS-17072)

Search Results

Table Of Contents