Across Platform 5.0.1

Platform 5.0.1 is a massive upgrade with many breaking changes. It is also the first release using Spring Boot 2.1. Upgrading will not be trivial, developers are encouraged to thoroughly read the separate module release notes and follow the migration guide when upgrading.

Maven artifacts

This is the first release introducing the new across-application-parent and across-module-parent artifacts.

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.foreach.across</groupId>
            <artifactId>across-core-dependencies</artifactId>
            <version>5.0.1.RELEASE</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Dependency upgrades

Table 1. Across dependency upgrades
Dependency Previous version New version

Across

3.2.0.RELEASE

5.0.1.RELEASE

Across Autoconfigure

1.0.2.RELEASE

2.0.0.RELEASE

AcrossHibernateModule

3.0.0.RELEASE

4.0.0.RELEASE

SpringSecurityModule

3.0.2.RELEASE

4.0.0.RELEASE

DebugWebModule

2.0.0.RELEASE

3.0.0.RELEASE

LoggingModule

1.1.0.RELEASE

3.0.0.RELEASE

EhCacheModule

1.0.1.RELEASE

2.0.0.RELEASE

SpringMobileModule

2.0.0.RELEASE

3.0.0.RELEASE

BootstrapUiModule

2.2.2.RELEASE

3.0.0.RELEASE

AdminWebModule

3.2.0.RELEASE

4.0.0.RELEASE

ApplicationInfoModule

1.0.1.RELEASE

2.0.0.RELEASE

EntityModule

3.4.0.RELEASE

4.0.0.RELEASE

SpringSecurityAclModule

3.0.2.RELEASE

4.0.0.RELEASE

PropertiesModule

1.1.1.RELEASE

2.0.0.RELEASE

UserModule

3.1.1.RELEASE

4.0.0.RELEASE

OAuth2Module

2.1.1.RELEASE

3.0.0.RELEASE

LdapModule

1.0.0.RELEASE

2.0.0.RELEASE

SpringBatchModule

1.0.2.RELEASE

2.0.0.RELEASE

FileManagerModule

1.4.0.RELEASE

2.0.0.RELEASE

ImageServerModules

5.0.0.RELEASE

6.0.0.RELEASE

WebCmsModule

0.0.7.RELEASE

0.1.0.RELEASE

DynamicFormsModule

0.0.3.RELEASE

0.1.0.RELEASE

Across Bootstrap Theme

0.0.1.RELEASE

Dependency versions

Across Platform BOM 5.0.1.RELEASE extends the Spring IO Platform BOM Brussels-SR17. The base list of dependencies can be found in the Spring IO Platform documentation. Additionally Across platform BOM defines and overrides the following dependencies:

Group

Artifact

Version

cglib

cglib

3.1

com.foreach.across

across-core

5.0.1.RELEASE

com.foreach.across

across-test

5.0.1.RELEASE

com.foreach.across

across-web

5.0.1.RELEASE

com.foreach.across

across-autoconfigure

2.0.0.RELEASE

com.foreach.across.modules

across-hibernate-module

4.0.0.RELEASE

com.foreach.across.modules

admin-web-module

4.0.0.RELEASE

com.foreach.across.modules

application-info-module

2.0.0.RELEASE

com.foreach.across.modules

bootstrap-ui-module

3.0.0.RELEASE

com.foreach.across.modules

debug-web-module

3.0.0.RELEASE

com.foreach.across.modules

dynamic-forms-module

0.1.0.RELEASE

com.foreach.across.modules

ehcache-module

2.0.0.RELEASE

com.foreach.across.modules

entity-module

4.0.0.RELEASE

com.foreach.across.modules

file-manager-module

2.0.0.RELEASE

com.foreach.across.modules

ldap-module

2.0.0.RELEASE

com.foreach.across.modules

logging-module

3.0.0.RELEASE

com.foreach.across.modules

oauth2-module

3.0.0.RELEASE

com.foreach.across.modules

properties-module

2.0.0.RELEASE

com.foreach.across.modules

spring-batch-module

2.0.0.RELEASE

com.foreach.across.modules

spring-mobile-module

3.0.0.RELEASE

com.foreach.across.modules

spring-security-module

4.0.0.RELEASE

com.foreach.across.modules

spring-security-acl-module

4.0.0.RELEASE

com.foreach.across.modules

user-module

4.0.0.RELEASE

com.foreach.across.modules

web-cms-module

0.1.0.RELEASE

com.foreach.across.modules

web-cms-module

0.1.0.RELEASE

com.foreach.imageserver

imageserver-core

6.0.0.RELEASE

com.foreach.imageserver

imageserver-admin

6.0.0.RELEASE

com.foreach.imageserver

imageserver-client

6.0.0.RELEASE

com.foreach.libs

common-concurrent

1.1

com.foreach.libs

common-spring

1.1

com.foreach.libs

common-test

1.1

com.foreach.libs

common-web

1.1

com.github.sbrannen

spring-test-junit5

1.4.0

com.mattbertolini

liquibase-slf4j

1.2.1

com.oracle

ojdbc6

11.2.0

org.assertj

assertj-core

3.11.1

org.apache.commons

commons-collections4

4.1

org.apache.commons

commons-lang3

3.8.1

org.junit.jupiter

junit-jupiter-engine

5.4.2

org.junit.vintage

junit-vintage-engine

5.4.2

org.mockito

mockito-junit-jupiter

2.27.0

org.thymeleaf

thymeleaf

3.0.11.RELEASE

org.thymeleaf

thymeleaf-spring4

3.0.11.RELEASE

org.thymeleaf.extras

thymeleaf-extras-springsecurity4

3.0.4.RELEASE

org.thymeleaf.extras

thymeleaf-extras-java8time

3.0.4.RELEASE

Migration guides

The following migration guides are available: