Official Spring Boot starters

ActiveMQ

Actuator

Support level Status Remarks

Full support

To be verified

none

Endpoints, metrics, health indicators from all modules will automatically be exposed and detected.

AMQP

AOP

AspectJ support is only enabled automatically in the application module. Shared modules should manually add a configuration with @EnableAspectJAutoProxy in their ApplicationContext if they want to use the @Aspect annotation.

Support level Status Remarks

Application support

Verified

none

Auto-configuration classes
  • AopAutoConfiguration

Artemis

Currently not supported, to be investigated.

Batch

Under investigation. There is currently an Across standard module https://across.dev/modules/SpringBatchModule that will most likely be discontinued in favour of auto-configuration.

Cache

Under investigation.

Freemarker

Currently not supported, to be investigated.

Groovy Templates

Currently not supported, to be investigated.

HATEOAS

Hypermedia should be correctly supported. Spring Boot Data Rest includes HATEOAS, see Spring Boot Starter Data Rest.

Support level Status Remarks

Full support

Verified

Auto-configuration classes:
  • HypermediaAutoConfiguration

  • HypermediaAutoConfigurationAdapter

Integration

Currently not supported, to be investigated.

JDBC

Under investigation.

Jersey

Currently not supported, to be investigated.

Jetty

Auto-configuration classes:

  • JettyEmbeddedServletContainerFactory

Support level Status Remarks

Full support

Verified

none

JOOQ

Currently not supported, to be investigated.

JTA Atomikos

Currently not supported, to be investigated.

JTA Bitronix

Currently not supported, to be investigated.

JTA Narayana

Currently not supported, to be investigated.

Log4J2

Currently not supported, to be investigated.

Logging

Auto-configuration classes:

  • LoggingApplicationListener

LoggingApplicationListener

Support level Status Remarks

Full support

Verified

none

Mail

Support level Status Remarks

Full support

Verified

none

Auto-configuration classes
  • MailSenderAutoConfiguration

  • MailSenderValidatorAutoConfiguration

Mobile

Currently not supported, to be investigated. There is a https://across.dev/modules/SpringMobileModule that integrates with AcrossWebModule to enable Spring mobile support.

Mustache

Currently not supported, to be investigated.

Remote Shell

Not supported. Adding support is not planned as Remote Shell is removed in Spring Boot 2.0.0.

Security

Not supported, add the SpringSecurityModule to your application instead. It supports most Spring Boot security features (with slight variations), and allows other modules to add security configuration.

Spring Social

Facebook

Support level Status Remarks

Application support

Verified

none

Linkedin

Under investigation.

Twitter

Support level Status Remarks

Application support

Verified

none

Test

Fully supported.

Thymeleaf

Not supported. AcrossWebModule configures its own Thymeleaf configuration for template support in modules. Thymeleaf is always enabled in any application with the AcrossWebModule.

Tomcat

Auto-configuration classes:

  • TomcatEmbeddedServletContainerFactory

Support level Status Remarks

Full support

Verified

none

Undertow

Auto-configuration classes:

  • UndertowEmbeddedServletContainerFactory

Support level Status Remarks

Full support

Verified

none

Validation

Bean Validation 1.1 method validation is automatically activated in all modules. A single Validator bean will be available by default. In case of a web setup, it will also be registered as the mvcValidator bean.

Support level Status Remarks

Full support

Verified

none

Auto-configuration classes
  • ValidationAutoConfiguration

Web Services

Currently not supported, to be investigated.

Web

Support level Status Remarks

Full support

To be verified

none

Websocket

Websocket support is automatically enabled if AcrossWebModule is present, the starter is on the classpath, and there is either a WebSocketConfigurer or WebSocketMessageBrokerConfigurer in any of the modules.