DXA Modules - Context Expressions support, common implementation

Common implementation of DXA Context Expressions support module

License

License

GroupId

GroupId

com.sdl.dxa.modules
ArtifactId

ArtifactId

dxa-module-context-expressions-abstract
Last Version

Last Version

2.0.0-CTP2
Release Date

Release Date

Type

Type

jar
Description

Description

DXA Modules - Context Expressions support, common implementation
Common implementation of DXA Context Expressions support module
Project Organization

Project Organization

SDL
Source Code Management

Source Code Management

https://github.com/sdl/dxa-modules

Download dxa-module-context-expressions-abstract

How to add to project

<!-- https://jarcasting.com/artifacts/com.sdl.dxa.modules/dxa-module-context-expressions-abstract/ -->
<dependency>
    <groupId>com.sdl.dxa.modules</groupId>
    <artifactId>dxa-module-context-expressions-abstract</artifactId>
    <version>2.0.0-CTP2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.dxa.modules/dxa-module-context-expressions-abstract/
implementation 'com.sdl.dxa.modules:dxa-module-context-expressions-abstract:2.0.0-CTP2'
// https://jarcasting.com/artifacts/com.sdl.dxa.modules/dxa-module-context-expressions-abstract/
implementation ("com.sdl.dxa.modules:dxa-module-context-expressions-abstract:2.0.0-CTP2")
'com.sdl.dxa.modules:dxa-module-context-expressions-abstract:jar:2.0.0-CTP2'
<dependency org="com.sdl.dxa.modules" name="dxa-module-context-expressions-abstract" rev="2.0.0-CTP2">
  <artifact name="dxa-module-context-expressions-abstract" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl.dxa.modules', module='dxa-module-context-expressions-abstract', version='2.0.0-CTP2')
)
libraryDependencies += "com.sdl.dxa.modules" % "dxa-module-context-expressions-abstract" % "2.0.0-CTP2"
[com.sdl.dxa.modules/dxa-module-context-expressions-abstract "2.0.0-CTP2"]

Dependencies

compile (3)

Group / Artifact Type Version
com.sdl.dxa : dxa-common-api jar 2.0.0-CTP2
com.sdl.dxa : dxa-tridion-provider jar 2.0.0-CTP2
org.springframework : spring-context jar 4.3.7.RELEASE

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19
org.springframework : spring-test jar 4.3.7.RELEASE

Project Modules

There are no modules declared in this project.

SDL Digital Experience Accelerator Modules

About

The SDL Digital Experience Accelerator (DXA) is a reference implementation of SDL Tridion Sites 9 and SDL Web 8 intended to help you create, design and publish an SDL Tridion/Web-based website quickly.

DXA is available for both .NET and Java web applications. Its modular architecture consists of a framework and example web application, which includes all core SDL Tridion/Web functionality as well as separate Modules for additional, optional functionality.

This repository contains the source code of all the DXA Modules maintained by SDL.

The Module distributions (including Content Manager-side items and installation support) are downloadable from the SDL AppStore or the Releases in GitHub.

Support

At SDL we take your investment in Digital Experience very seriously, if you encounter any issues with the Digital Experience Accelerator, please use one of the following channels:

  • Report issues directly in this repository
  • Ask questions 24/7 on the SDL Tridion Community at https://tridion.stackexchange.com
  • Contact SDL Professional Services for DXA release management support packages to accelerate your support requirements

Documentation

Documentation for most of the SDL DXA Modules can be found online in the SDL documentation portal: https://docs.sdl.com/sdldxa

Repositories

The following repositories with source code are available:

Branches and Contributions

We are using the following branching strategy:

  • master - Represents the latest stable version. This may be a pre-release version (tagged as DXA x.y Sprint z). Updated each development Sprint (approximately bi-weekly).
  • develop - Represents the latest development version. Updated very frequently (typically nightly).
  • release/x.y - Represents the x.y Release. If hotfixes are applicable, they will be applied to the appropriate release branch so that the branch actually represents the initial release plus hotfixes.

All releases (including pre-releases and hotfix releases) are tagged.

If you wish to submit a Pull Request, it should normally be submitted on the develop branch so that it can be incorporated in the upcoming release.

Fixes for severe/urgent issues (that qualify as hotfixes) should be submitted as Pull Requests on the appropriate release branch.

Always submit an issue for the problem, and indicate whether you think it qualifies as a hotfix. Pull Requests on release branches will only be accepted after agreement on the severity of the issue. Furthermore, Pull Requests on release branches are expected to be extensively tested by the submitter.

Of course, it is also possible (and appreciated) to report an issue without associated Pull Requests.

DXA Builder

The current DXA Builder is available in Maven Central, and the latest DXA Builder is also available as a public snapshot.

If you have not configured a snapshot repository and don't want to, you may need to install the DXA Builder locally in order to run the SNAPSHOT.

To install it, run the wrapper script of the dxa-builder project: gradlew(.bat) publishLocal On Windows, you can also just run get-started.cmd script at first run.

Snapshots

DXA publishes SNAPSHOT versions to Sonatype. To use them, configure https://oss.sonatype.org/content/repositories/snapshots as a repository in your Maven settings. Read this for instructions.

License

Copyright (c) 2014-2020 SDL Group.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

com.sdl.dxa.modules

SDL

Versions

Version
2.0.0-CTP2
2.0.0-CTP1