Releases: vaadin/spring
Vaadin Spring Add-on 15.0.2 for Vaadin 18
Vaadin Spring Add-on 12.3.3 for Vaadin 14.4
This is a release version for the Vaadin Spring add-on, built on Flow 2.4.7, targeted for Vaadin 14.4.
Changes since 12.3.2
-
Fixes:
-
Add
org.eclipse.persistence
to default exclusions as it is a common transitive dependency that easily adds tens of seconds to the startups time. (#674) -
Expose Spring executor for Vaadin dev mode as part of fixes made for resolving the problem of leaving
pnpm
andwebpack-dev-server
running after Spring Boot stopped (#692). -
Get all executor beans instead of one bean via getBean to solve the startup failure due to use
@EnableScheduling
in applications based on Spring Boot(#701).
-
For all changes, see changes since 12.3.2
Vaadin Spring Add-on 15.0.1 for Vaadin 18
This is a release version for the Vaadin Spring add-on, built on Flow 5.0.2, targeted for Vaadin 18.
Changes since 15.0.0
Bugfixes:
- Put Executor service into the application lookup (#695)
- Exposed Spring executor for Vaadin dev mode (#692)
- Added
org/eclipse/persistence
to default exclusions (#674)
List of all changes compared to 15.0
Vaadin Spring Add-on 15.0.0 for Vaadin 18
This is a release version for the Vaadin Spring add-on, built on Flow 5.0.0, targeted for Vaadin 18. It is tested with Spring Boot version 2.4.0 but works with 2.2 and 2.3 too.
There are no notable changes in this version compared to 14.0 (Vaadin 17), this version bump is just for maintenance reasons.
List of all changes compared to 14.0 (note that some of the changes will be picked to 14.0).
Release candidate for Vaadin 18
Vaadin Spring add-on 15.0.0.rc1 is a release candidate targeted for Vaadin 18. It is tested with Spring Boot version 2.4.0 but works with 2.2 and 2.3 too.
There are no notable changes in this version compared to 14.0 (Vaadin 17), this version bump is just for maintenance reasons.
List of all changes compared to 14.0 (note that some of the changes will be picked to 14.0).
Vaadin Spring Add-on 14.0.3 for Vaadin 17
This is a release version for the Vaadin Spring add-on, built on Flow 4.0.3, targeted for Vaadin 17.
Changes since 14.0.2
Bugfixes:
- Custom
pushURL
configuration was not working with root URL mapping vaadin/flow#9077 - Fallback chunk not loaded in production mode #662
For all changes, see changes since 14.0.2
Vaadin Spring Add-on 12.3.2 for Vaadin 14.4
This is a release version for the Vaadin Spring add-on, built on Flow 2.4.0, targeted for Vaadin 14.4.
Changes since 12.3.1
Bugfixes:
- Custom
pushURL
configuration was not working with root URL mapping vaadin/flow#9077 - Fallback chunk not loaded in production mode #662
For all changes, see changes since 12.3.1
Vaadin Spring Add-on 14.0.2 for Vaadin 17
This is a release version for the Vaadin Spring add-on, built on Flow 4.0.1, targeted for Vaadin 17.
Changes since 14.0.1
- Fixed regression introduced by #655 where custom
RouteNotFoundError
view would throw during servlet initialization (#658, vaadin/flow#8948)
Vaadin Spring Add-on 14.0.1 for Vaadin 17
This is a release version for the Vaadin Spring add-on, built on Flow 4.0.0, targeted for Vaadin 17.
Changes since 14.0.0
Vaadin Spring Add-on 14.0.0 for Vaadin 17
This is a release version for the Vaadin Spring add-on, built on Flow 4.0.0, targeted for Vaadin 17.
Changes since 14.0.0.beta1
- Remove outdated
pnpmEnabled
property and add a bean to support doted prop (#630) - Warn about potential issue with routes lost during automatic reloading (vaadin/flow#7822)