Springlets Test AutoConfiguration

Springlets tests auto-configurators for Spring Boot adding new test slice annotation taking into account the Springlets libraries

License

License

Categories

Categories

Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

io.springlets
ArtifactId

ArtifactId

springlets-test-autoconfigure
Last Version

Last Version

1.2.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Springlets Test AutoConfiguration
Springlets tests auto-configurators for Spring Boot adding new test slice annotation taking into account the Springlets libraries
Project Organization

Project Organization

DISID Corporation

Download springlets-test-autoconfigure

How to add to project

<!-- https://jarcasting.com/artifacts/io.springlets/springlets-test-autoconfigure/ -->
<dependency>
    <groupId>io.springlets</groupId>
    <artifactId>springlets-test-autoconfigure</artifactId>
    <version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.springlets/springlets-test-autoconfigure/
implementation 'io.springlets:springlets-test-autoconfigure:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/io.springlets/springlets-test-autoconfigure/
implementation ("io.springlets:springlets-test-autoconfigure:1.2.0.RELEASE")
'io.springlets:springlets-test-autoconfigure:jar:1.2.0.RELEASE'
<dependency org="io.springlets" name="springlets-test-autoconfigure" rev="1.2.0.RELEASE">
  <artifact name="springlets-test-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.springlets', module='springlets-test-autoconfigure', version='1.2.0.RELEASE')
)
libraryDependencies += "io.springlets" % "springlets-test-autoconfigure" % "1.2.0.RELEASE"
[io.springlets/springlets-test-autoconfigure "1.2.0.RELEASE"]

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework : spring-web jar
org.springframework : spring-webmvc jar
org.springframework : spring-test jar
org.springframework.boot : spring-boot-test-autoconfigure jar 1.4.5.RELEASE
org.springframework.data : spring-data-commons jar
io.springlets : springlets-data-commons jar 1.2.0.RELEASE
io.springlets : springlets-web jar 1.2.0.RELEASE
javax.servlet : javax.servlet-api jar 3.1.0

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 2.5.0
org.mockito : mockito-core jar 1.10.19
org.slf4j : jcl-over-slf4j jar 1.7.24
org.codehaus.mojo : cobertura-maven-plugin jar 2.7

Project Modules

There are no modules declared in this project.

Springlets Build Status Quality Gate

Springlets provides a series of heterogeneus utilities and Spring Boot starters not currently available in the Spring projects like Spring Framework, Spring Data or Spring Boot, as well as other open source projects used in Java web projects.

Our goal in Springlets is to follow the conventions used in the Spring projects (naming, versioning, project structure, …​) as close as possible. As a matter of fact, you can easily view to which Spring project are related most Springlet modules, as their name has been created by replacing the spring prefix with springlets.

The Springlets 1.x versions will be associated to the Spring IO platform releases (Athens, Brussels) which depend on the Spring Framework 4.3 releases and Spring Boot 1.x releases. Also JDK 7 and 8 is supported.

Installation and Getting Started

The Springlets libraries are released in the Maven central repository, so to use them in a Java project you just have to add them as dependencies if you use a build tool that supports it, like maven or graddle.

As an example, to add the Springlets webflow starter to a project with Maven, you would add the following dependency into the dependencies section of the pom.xml file:

<dependency>
    <groupId>io.springlets</groupId>
    <artifactId>springlets-boot-starter-webflow</artifactId>
    <version>1.2.0.RELEASE</version>
</dependency>

Getting help

If you have any trouble using any of the Springlets modules:

  • Report bugs with Springlets at https://github.com/DISID/springlets/issues

  • As most Springlets modules provide utilities based on Spring projects, take a look at the related Spring project reference documentation. In the http://spring.io web-site you will find a lot of excellent reference documentation and getting started guides of the Spring projects.

  • Ask a question in http://stackoverflow.com. The springlets tag is still not available, but you can use the Spring project tag related to the Springlet module you are using.

Reporting Issues

Springlets uses GitHub’s integrated issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below:

  • Before you log a bug, please search the issue tracker to see if someone has already reported the problem.

  • If the issue doesn’t already exist, create a new issue.

  • Please provide as much information as possible with the issue report, we like to know the version of Spring Framework or Spring Boot that you are using, as well as your Operating System and JVM version.

  • If you need to paste code, or include a stack trace use Markdown ``` escapes before and after your text.

Building from Source

You don’t need to build from source to use Springlets, but if you want to try out the latest and greatest, Springlets can be easily built with the maven wrapper. You also need JDK 1.7 or JDK 1.8.

$ ./mvnw clean install

If you want to build with the regular mvn command, you will need Maven v3.3.1 or above.

Project versioning

Springlets project follows the Spring project versioning best practices.

Modules

These are main modules included in Springlets:

springlets-framework

It provides utilities related to the Spring Framework project. The included submodules are related to different Spring Framework modules, with configuration and utilities to:

  • springlets-jms: send and receive JMS messages.

  • springlets-mail: send and receive email messages.

  • springlets-web: activate support for JSONP, additional Jackson properties, return BindingResults in JSON requests, build links to controllers, manage optimistic concurrency in the web layer…​

springlets-data

Utilities related to the Spring Data modules. Integration of Javascript components with Spring Data commons page and sort elements.

springlets-security

Configuration and utilities related to Spring Security.

springlets-webflow

Configuration and utilities related to Spring Webflow.

springlets-boot-starters

Autoconfiguration starters for Spring Boot projects.

Acknowledgments

The Springlets project uses and depends on a lot of Spring related projects, as well as other ones. We would like to thank all those projects and the people working on them, not only for the effort made to provide such excellent libraries and utilities, but also for the guidance and examples given on how to manage an open source Java project.

Also, this README.adoc file has been written based on the one included in the Spring Boot project .

License

Springlets is Open Source software released under the Apache 2.0 license.

io.springlets

DISID Corporation S.L.

Versions

Version
1.2.0.RELEASE
1.2.0.RC3
1.2.0.RC2
1.2.0.RC1