Skip to content

Releases: vaadin/spring

Vaadin Spring Add-on 15.0.2 for Vaadin 18

17 Dec 09:23
597f021
Compare
Choose a tag to compare

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.1

Bugfixes:

  • Get all executor beans instead of one bean via getBean (#701)

List of all changes compared to 15.0

Vaadin Spring Add-on 12.3.3 for Vaadin 14.4

22 Mar 13:44
Compare
Choose a tag to compare

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 and webpack-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

08 Dec 08:02
Compare
Choose a tag to compare

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

27 Nov 09:01
f04b15f
Compare
Choose a tag to compare

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

20 Nov 17:59
f04b15f
Compare
Choose a tag to compare
Pre-release

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

05 Oct 19:12
Compare
Choose a tag to compare

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

06 Oct 07:43
Compare
Choose a tag to compare

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

07 Sep 12:39
77bf1bc
Compare
Choose a tag to compare

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

31 Aug 10:40
6ac2557
Compare
Choose a tag to compare

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

  • Fixed regression introduced by #655 where custom RouteNotFoundError view would break servlet initialization #657
  • Vaadin Properties should be read from the environment using the Spring uniform name #637

Vaadin Spring Add-on 14.0.0 for Vaadin 17

26 Aug 14:58
7b684a4
Compare
Choose a tag to compare

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)