Skip to content

DeploymentConfiguration is retained in VaadinSession over session store-load cycle #18318

@tepi

Description

@tepi

Description of the bug

In addition to VaadinService, also VaadinSession has a field for DeploymentConfiguration. That is not marked as transient and will be serialized along with the session. This can lead to non-valid data in the configuration if it is modified and a redeploy is done between session store and load.

Expected behavior

DeploymentConfiguration data should always be up-to-date.

Minimal reproducible example

n/a

Versions

  • Vaadin / Flow version: latest

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

✅ Closed

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions