Releases: snowdrop/vertx-spring-boot
Releases · snowdrop/vertx-spring-boot
1.0.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
New features
- Mail module refactor.
** Rename MailService to MailClient.
** Do not expose Vert.x API such as messages and results. - Implement DisposableBean in VertxClientHttpConnector and VertxWebSocketClient.
- New Server Sent Events (SSE) example application.
Dependency upgrades
- Spring Boot
2.1.5.RELEASE
>2.1.6.RELEASE
- Vert.x
3.7.0
>3.7.1
- SmallRye Axle clients
0.0.4
>0.0.7
0.0.2
Overview
An introduction of a new HTTP test starter.
New features
- HTTP test starter
- Configures test context to use Vert.x WebTestClient implementation.
- Move CI builds from CircleCI to TravisCI.
- Add a parallel CI build to test with JDK 8 in addition to JDK 11.
Bug fixes
- Fix large file transfer test.
0.0.1
Overview
An initial release of a Vert.x Spring Boot integration project. It contains starters for Vert.x modules that we believe could be useful for Spring Boot users. To keep things moving faster we picked a small number of features.
In an upcoming months we will add starters for other popular Vert.x clients such as AMQP and Kafka.
New features
- Core
- Vert.x instance auto-configuration.
- Vert.x core properties exposed as Spring Boot configuration properties.
- HTTP
- WebFlux HTTP server, HTTP client, WebSocket upgrade strategy and WebSocket client implementations with Vert.x.
- Vert.x HTTP properties exposed as Spring Boot configuration properties.
- Actuator
- Management web server configuration for Vert.x WebFlux implementation.
- Mail
- Reactor adapter for Vert.x mail client.
- Samples
- WebFlux "Hello, World!"
- Mail service
- WebFlux SSE and mail service
- WebFlux basic security
- WebFlux GitHub OAuth